Fix remnants of previous busted _XkbStrCaseCmp commit.

This commit is contained in:
Daniel Stone 2006-03-27 22:28:32 +00:00
commit 5be8a66d32
6 changed files with 38 additions and 8 deletions

View file

@ -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_ */