[PATCH 6/8] dix: Don't define ROOTLESS one way or the other anymore

Adam Jackson ajax at redhat.com
Tue Aug 20 12:33:37 PDT 2013


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 configure.ac            | 2 --
 include/dix-config.h.in | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index c6ecba4..8f77d63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1911,7 +1911,6 @@ if test "x$XWIN" = xyes; then
 	if test "x$WINDOWSWM" = xyes ; then
 		PKG_CHECK_MODULES(WINDOWSWM, $WINDOWSWMPROTO)
 		XWINMODULES_CFLAGS="$XWINMODULES_CFLAGS $WINDOWSWM_CFLAGS"
-		AC_DEFINE(ROOTLESS,1,[Build Rootless code])
 	fi
 
 	case $host_os in
@@ -1969,7 +1968,6 @@ AM_CONDITIONAL(XWIN_XV, [test "x$XWIN" = xyes && test "x$XV" = xyes])
 dnl Darwin / OS X DDX
 if test "x$XQUARTZ" = xyes; then
 	AC_DEFINE(XQUARTZ,1,[Have Quartz])
-	AC_DEFINE(ROOTLESS,1,[Build Rootless code])
 
 	XQUARTZ_LIBS="$FB_LIB $FIXES_LIB $XEXT_LIB $DBE_LIB $RECORD_LIB $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $XPSTUBS_LIB"
 	AC_SUBST([XQUARTZ_LIBS])
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index a643dfc..f4eb59b 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -378,9 +378,6 @@
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
-/* Build Rootless code */
-#undef ROOTLESS
-
 /* Define to 1 if unsigned long is 64 bits. */
 #undef _XSERVER64
 
-- 
1.8.3.1



More information about the xorg-devel mailing list