diff options
author | marha <marha@users.sourceforge.net> | 2009-09-06 18:48:27 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-06 18:48:27 +0000 |
commit | a915739887477b28d924ecc8417ee107d125bd6c (patch) | |
tree | c02f315476b61892d1fd89182e18943dce8d6277 /xorg-server/include/do-not-use-config.h.in | |
parent | 6f25a23db1df27e992c34f6fd4c82e83c44fc2e2 (diff) | |
download | vcxsrv-a915739887477b28d924ecc8417ee107d125bd6c.tar.gz vcxsrv-a915739887477b28d924ecc8417ee107d125bd6c.tar.bz2 vcxsrv-a915739887477b28d924ecc8417ee107d125bd6c.zip |
Switched to xorg-server-1.6.99.900.tar.gz
Diffstat (limited to 'xorg-server/include/do-not-use-config.h.in')
-rw-r--r-- | xorg-server/include/do-not-use-config.h.in | 62 |
1 files changed, 46 insertions, 16 deletions
diff --git a/xorg-server/include/do-not-use-config.h.in b/xorg-server/include/do-not-use-config.h.in index 26b50bcaf..b2f19ed6b 100644 --- a/xorg-server/include/do-not-use-config.h.in +++ b/xorg-server/include/do-not-use-config.h.in @@ -265,6 +265,12 @@ /* Define to 1 if you have the `pci_device_enable' function. */ #undef HAVE_PCI_DEVICE_ENABLE +/* Define to 1 if you have the `pci_device_is_boot_vga' function. */ +#undef HAVE_PCI_DEVICE_IS_BOOT_VGA + +/* Define to 1 if you have the `pci_device_vgaarb_init' function. */ +#undef HAVE_PCI_DEVICE_VGAARB_INIT + /* Define to 1 if you have the `pci_system_init_dev_mem' function. */ #undef HAVE_PCI_SYSTEM_INIT_DEV_MEM @@ -307,6 +313,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the <stropts.h> header file. */ +#undef HAVE_STROPTS_H + /* Define to 1 if you have the `strrchr' function. */ #undef HAVE_STRRCHR @@ -316,6 +325,9 @@ /* Define to 1 if SYSV IPC is available */ #undef HAVE_SYSV_IPC +/* Define to 1 if you have the <sys/agpgart.h> header file. */ +#undef HAVE_SYS_AGPGART_H + /* Define to 1 if you have the <sys/agpio.h> header file. */ #undef HAVE_SYS_AGPIO_H @@ -348,6 +360,9 @@ /* Define to 1 if you have the <sys/vm86.h> header file. */ #undef HAVE_SYS_VM86_H +/* Define to 1 if you have the <sys/vt.h> header file. */ +#undef HAVE_SYS_VT_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -433,9 +448,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -522,6 +534,9 @@ /* Have tslib support */ #undef TSLIB +/* Enable unit tests */ +#undef UNITTESTS + /* Support UNIX socket connections */ #undef UNIXCONN @@ -540,6 +555,18 @@ /* Define to use byteswap macros from <sys/endian.h> */ #undef USE_SYS_ENDIAN_H +/* Vendor man version */ +#undef VENDOR_MAN_VERSION + +/* Vendor name */ +#undef VENDOR_NAME + +/* Vendor name */ +#undef VENDOR_NAME_SHORT + +/* Vendor release */ +#undef VENDOR_RELEASE + /* Version number of package */ #undef VERSION @@ -603,20 +630,26 @@ /* Support Xinerama extension */ #undef XINERAMA -/* Build XKB */ -#undef XKB - /* Path to XKB data */ #undef XKB_BASE_DIRECTORY /* Path to XKB bin dir */ #undef XKB_BIN_DIRECTORY -/* Disable XKB per default */ -#undef XKB_DFLT_DISABLED +/* Default XKB layout */ +#undef XKB_DFLT_LAYOUT + +/* Default XKB model */ +#undef XKB_DFLT_MODEL -/* Build XKB server */ -#undef XKB_IN_SERVER +/* Default XKB options */ +#undef XKB_DFLT_OPTIONS + +/* Default XKB ruleset */ +#undef XKB_DFLT_RULES + +/* Default XKB variant */ +#undef XKB_DFLT_VARIANT /* Path to XKB output dir */ #undef XKM_OUTPUT_DIR @@ -639,6 +672,9 @@ /* Have Quartz */ #undef XQUARTZ +/* Support application updating through sparkle. */ +#undef XQUARTZ_SPARKLE + /* Support Record extension */ #undef XRECORD @@ -694,18 +730,12 @@ /* Define to 1 if unsigned long is 64 bits. */ #undef _XSERVER64 -/* Solaris 8 or later */ -#undef __SOL8__ - /* Vendor web address for support */ #undef __VENDORDWEBSUPPORT__ /* Name of configuration file */ #undef __XCONFIGFILE__ -/* Default XKB rules */ -#undef __XKBDEFRULES__ - /* Name of X server */ #undef __XSERVERNAME__ |