diff options
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index fc7fccc..2753353 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -226,6 +226,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ /* Define to 1 if you have the `strcasecmp' function. */ /* #undef HAVE_STRCASECMP */ +/* Define to 1 if you have the `strcmpi' function. */ +#define HAVE_STRCMPI 1 + +/* Define to 1 if you have the `stricmp' function. */ +/* #undef HAVE_STRICMP */ + /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 |