aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-11-08 11:47:30 +0100
committermarha <marha@users.sourceforge.net>2013-11-08 11:47:30 +0100
commitc8483dc2831dc37d93a36804022f6b064f5962ea (patch)
tree599f145a848e10b75a1a8c314ed9c51031446506 /xorg-server/include
parentc97d11aec40d8fa07d6b456bf8694133a77d35f4 (diff)
downloadvcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.gz
vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.bz2
vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.zip
Solved compilation and link problems after last merge
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 */