diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 14:12:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 14:12:12 +0000 |
commit | 96dde76b99897352aa3d0877a0b621a9e605733e (patch) | |
tree | 4fdab47b4c9769405aa799bf65971c31abf2de6b /config-win32.h | |
parent | fb9d1ff00f76836dd66725de869656c5fa53b071 (diff) | |
download | curl-96dde76b99897352aa3d0877a0b621a9e605733e.tar.gz |
moved here from the newlib branch
Diffstat (limited to 'config-win32.h')
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h index 713fdd628..4f6ab62d4 100644 --- a/config-win32.h +++ b/config-win32.h @@ -71,6 +71,9 @@ /* Define if you have the strcasecmp function. */ /*#define HAVE_STRCASECMP 1*/ +/* Define if you have the stricmp function. */ +#define HAVE_STRICMP 1 + /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 |