From 0b4bc18ce801e0f3cdc3c5d270718486464ba026 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Mon, 19 Feb 2007 19:31:48 +0000 Subject: [PATCH] *** empty log message *** --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index f5c2e44..456287a 100644 --- a/config.h.in +++ b/config.h.in @@ -153,9 +153,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR +/* Define to 1 if you have the `strcmp' function. */ +#undef HAVE_STRCMP + /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR