diff options
Diffstat (limited to 'lib/libxkbfile/config.h.in')
-rw-r--r-- | lib/libxkbfile/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libxkbfile/config.h.in b/lib/libxkbfile/config.h.in index b1dcb7b20..2ff436242 100644 --- a/lib/libxkbfile/config.h.in +++ b/lib/libxkbfile/config.h.in @@ -15,12 +15,18 @@ /* Define to 1 if you have the <stdlib.h> 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 <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -37,9 +43,6 @@ */ #undef LT_OBJDIR -/* Do not have 'strcasecmp'. */ -#undef NEED_STRCASECMP - /* Name of package */ #undef PACKAGE |