removed the strcasecmp() proto from here, and moved it to the strequal.c
file instead
This commit is contained in:
@@ -169,14 +169,9 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||||||
#define DOT_CHAR "_"
|
#define DOT_CHAR "_"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STRCASECMP
|
|
||||||
/* this is for "-ansi -Wall -pedantic" to stop complaining! */
|
|
||||||
extern int (strcasecmp)(const char *s1, const char *s2);
|
|
||||||
extern int (strncasecmp)(const char *s1, const char *s2, size_t n);
|
|
||||||
#ifndef fileno /* sunos 4 have this as a macro! */
|
#ifndef fileno /* sunos 4 have this as a macro! */
|
||||||
int fileno( FILE *stream);
|
int fileno( FILE *stream);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user