diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-03-27 22:28:32 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-03-27 22:28:32 +0000 |
commit | 5be8a66d324f3d5840b134ad29069eace64e6f12 (patch) | |
tree | 23f328fd517ab2c55e09b484912390b58dfdae70 /include | |
parent | 9e202dfe40e2bdd66f461a6ba531e927f82096ae (diff) |
Fix remnants of previous busted _XkbStrCaseCmp commit.
Diffstat (limited to 'include')
-rw-r--r-- | include/xkb-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xkb-config.h.in b/include/xkb-config.h.in index 25cceb031..29261def7 100644 --- a/include/xkb-config.h.in +++ b/include/xkb-config.h.in @@ -17,4 +17,7 @@ /* XKB output dir for compiled keymaps. */ #undef XKM_OUTPUT_DIR +/* Do not have `strcasecmp'. */ +#undef NEED_STRCASECMP + #endif /* _XKB_CONFIG_H_ */ |