aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include')
-rw-r--r--xorg-server/include/xkb-config.h3
-rw-r--r--xorg-server/include/xwin-config.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/include/xkb-config.h b/xorg-server/include/xkb-config.h
index 9f7dac59e..7041656fe 100644
--- a/xorg-server/include/xkb-config.h
+++ b/xorg-server/include/xkb-config.h
@@ -30,7 +30,4 @@
/* XKB output dir for compiled keymaps. */
#define XKM_OUTPUT_DIR "xkbdata/compiled/"
-/* Do not have `strcasecmp'. */
-/* #undef NEED_STRCASECMP */
-
#endif /* _XKB_CONFIG_H_ */
diff --git a/xorg-server/include/xwin-config.h b/xorg-server/include/xwin-config.h
index a509162ee..e6c4488a3 100644
--- a/xorg-server/include/xwin-config.h
+++ b/xorg-server/include/xwin-config.h
@@ -31,3 +31,6 @@
/* Default log location */
#define DEFAULT_LOGDIR "."
+
+/* Whether we should re-locate the root to where the executable lives */
+/* #undef RELOCATE_PROJECTROOT */