From c8483dc2831dc37d93a36804022f6b064f5962ea Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 8 Nov 2013 11:47:30 +0100 Subject: Solved compilation and link problems after last merge --- xorg-server/include/xkb-config.h | 3 --- xorg-server/include/xwin-config.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xorg-server/include') 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 */ -- cgit v1.2.3