diff options
Diffstat (limited to 'libxkbfile/config.h.in')
-rw-r--r-- | libxkbfile/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libxkbfile/config.h.in b/libxkbfile/config.h.in index f4fd16951..1037f0d6a 100644 --- a/libxkbfile/config.h.in +++ b/libxkbfile/config.h.in @@ -30,7 +30,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Do not have `strcasecmp'. */ +/* 'Unlocked stdio' */ +#undef HAVE_UNLOCKED_STDIO + +/* Do not have 'strcasecmp'. */ #undef NEED_STRCASECMP /* Name of package */ |