mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Fix remnants of previous busted _XkbStrCaseCmp commit.
This commit is contained in:
parent
9e202dfe40
commit
5be8a66d32
6 changed files with 38 additions and 8 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue