diff options
Diffstat (limited to 'rfc822/imapsubj.c')
| -rw-r--r-- | rfc822/imapsubj.c | 15 | 
1 files changed, 3 insertions, 12 deletions
| diff --git a/rfc822/imapsubj.c b/rfc822/imapsubj.c index 2f6adfd..97da19c 100644 --- a/rfc822/imapsubj.c +++ b/rfc822/imapsubj.c @@ -10,19 +10,10 @@  #include	<ctype.h>  #include	<stdlib.h>  #include	<string.h> -#include	"rfc822.h" - -#if	HAVE_STRCASECMP - -#else -#define	strcasecmp	stricmp -#endif - -#if	HAVE_STRNCASECMP - -#else -#define	strncasecmp	strnicmp +#if	HAVE_STRINGS_H +#include	<strings.h>  #endif +#include	"rfc822.h"  /* Skip over blobs */ | 
