>From spot-checking git history, I believe all of these had their AC_DEFINEs removed ages ago.
All the rest of the checked-in definitions are also present in a newly-regenerated do-not-use-config.h.in, so I don't think there's any more to clean up this way. Various #ifdefs remain that are conditional on _POSIX_SOURCE or _XOPEN_SOURCE, and I'm skeptical that any of those are correct, but that's a subject for another day. Signed-off-by: Jamey Sharp <[email protected]> --- include/dix-config.h.in | 12 ------------ include/xorg-config.h.in | 9 --------- include/xorg-server.h.in | 18 ------------------ include/xwin-config.h.in | 3 --- 4 files changed, 0 insertions(+), 42 deletions(-) diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 1cd57bf..72ef4e9 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -42,9 +42,6 @@ /* Build GLX extension */ #undef GLXEXT -/* Build GLX DRI loader */ -#undef GLX_DRI - /* Path to DRI drivers */ #undef DRI_DRIVER_PATH @@ -237,9 +234,6 @@ /* Define to 1 if you have the <fnmatch.h> header file. */ #undef HAVE_FNMATCH_H -/* Have /dev/urandom */ -#undef HAVE_URANDOM - /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF @@ -306,9 +300,6 @@ /* Define to use byteswap macros from <sys/endian.h> */ #undef USE_SYS_ENDIAN_H -/* unaligned word accesses behave as expected */ -#undef WORKING_UNALIGNED_INT - /* Build X string registry */ #undef XREGISTRY @@ -342,9 +333,6 @@ /* Support Xinerama extension */ #undef XINERAMA -/* Vendor release */ -#undef XORG_RELEASE - /* Current Xorg version */ #undef XORG_VERSION_CURRENT diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 56ffda2..8d94660 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -24,12 +24,6 @@ /* URL to go to for support. */ #undef __VENDORDWEBSUPPORT__ -/* Built-in output drivers. */ -#undef DRIVERS - -/* Built-in input drivers. */ -#undef IDRIVERS - /* Path to configuration file. */ #undef XF86CONFIGFILE @@ -112,9 +106,6 @@ /* Has backtrace support */ #undef HAVE_BACKTRACE -/* Name of the period field in struct kbd_repeat */ -#undef LNX_KBD_PERIOD_NAME - /* Have execinfo.h */ #undef HAVE_EXECINFO_H diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 25fcdab..11b56ef 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -73,9 +73,6 @@ /* Support UNIX socket connections */ #undef UNIXCONN -/* unaligned word accesses behave as expected */ -#undef WORKING_UNALIGNED_INT - /* Support XCMisc extension */ #undef XCMISC @@ -100,9 +97,6 @@ /* XKB default rules */ #undef XKB_DFLT_RULES -/* Support loadable input and output drivers */ -#undef XLOADABLE - /* Build DRI extension */ #undef XF86DRI @@ -112,9 +106,6 @@ /* Build Xorg server */ #undef XORGSERVER -/* Vendor release */ -#undef XORG_RELEASE - /* Current Xorg version */ #undef XORG_VERSION_CURRENT @@ -136,15 +127,6 @@ /* Vendor name */ #undef XVENDORNAME -/* BSD-compliant source */ -#undef _BSD_SOURCE - -/* POSIX-compliant source */ -#undef _POSIX_SOURCE - -/* X/Open-compliant source */ -#undef _XOPEN_SOURCE - /* Vendor web address for support */ #undef __VENDORDWEBSUPPORT__ diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in index 13b51ca..8122f55 100644 --- a/include/xwin-config.h.in +++ b/include/xwin-config.h.in @@ -20,9 +20,6 @@ /* Define to 1 if unsigned long is 64 bits. */ #undef _XSERVER64 -/* Do we require our own snprintf? */ -#undef NEED_SNPRINTF - /* Short vendor name */ #undef XVENDORNAMESHORT -- 1.7.4.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
