diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-08-24 14:28:15 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-24 14:28:15 +0000 | 
| commit | dc7c6d10308c1d13754ee09b62a458d8c0c1046d (patch) | |
| tree | 19944489c2e38b262363709655fe78750d8cc18a | |
| parent | 7fdd0bd367f49622053c4e99b0c87475b54ea054 (diff) | |
removed the strcasecmp() proto from here, and moved it to the strequal.c
file instead
| -rw-r--r-- | lib/setup.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/lib/setup.h b/lib/setup.h index c44dee91b..f4105d947 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -169,14 +169,9 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)  #define DOT_CHAR      "_"  #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! */  int fileno( FILE *stream);  #endif -#endif  #endif | 
