dix-config.h.in revision 6747b715
105b261ecSmrg/* dix-config.h.in: not at all generated.                      -*- c -*- */
205b261ecSmrg
305b261ecSmrg#ifndef _DIX_CONFIG_H_
405b261ecSmrg#define _DIX_CONFIG_H_
505b261ecSmrg
605b261ecSmrg/* Support BigRequests extension */
705b261ecSmrg#undef BIGREQS
805b261ecSmrg
905b261ecSmrg/* Builder address */
1005b261ecSmrg#undef BUILDERADDR
1105b261ecSmrg
1205b261ecSmrg/* Operating System Name */
1305b261ecSmrg#undef OSNAME
1405b261ecSmrg
1505b261ecSmrg/* Operating System Vendor */
1605b261ecSmrg#undef OSVENDOR
1705b261ecSmrg
1805b261ecSmrg/* Builder string */
1905b261ecSmrg#undef BUILDERSTRING
2005b261ecSmrg
2105b261ecSmrg/* Default font path */
2205b261ecSmrg#undef COMPILEDDEFAULTFONTPATH
2305b261ecSmrg
244642e01fSmrg/* Miscellaneous server configuration files path */
254642e01fSmrg#undef SERVER_MISC_CONFIG_PATH
264642e01fSmrg
2705b261ecSmrg/* Support Composite Extension */
2805b261ecSmrg#undef COMPOSITE
2905b261ecSmrg
3005b261ecSmrg/* Support Damage extension */
3105b261ecSmrg#undef DAMAGE
3205b261ecSmrg
3305b261ecSmrg/* Build for darwin with Quartz support */
3405b261ecSmrg#undef DARWIN_WITH_QUARTZ
3505b261ecSmrg
3605b261ecSmrg/* Use OsVendorVErrorF */
3705b261ecSmrg#undef DDXOSVERRORF
3805b261ecSmrg
3905b261ecSmrg/* Use ddxBeforeReset */
4005b261ecSmrg#undef DDXBEFORERESET
4105b261ecSmrg
4205b261ecSmrg/* Build DPMS extension */
4305b261ecSmrg#undef DPMSExtension
4405b261ecSmrg
4505b261ecSmrg/* Build GLX extension */
4605b261ecSmrg#undef GLXEXT
4705b261ecSmrg
4805b261ecSmrg/* Build GLX DRI loader */
4905b261ecSmrg#undef GLX_DRI
5005b261ecSmrg
5105b261ecSmrg/* Path to DRI drivers */
5205b261ecSmrg#undef DRI_DRIVER_PATH
5305b261ecSmrg
5405b261ecSmrg/* Support XDM-AUTH*-1 */
5505b261ecSmrg#undef HASXDMAUTH
5605b261ecSmrg
5705b261ecSmrg/* Define to 1 if you have the `getdtablesize' function. */
5805b261ecSmrg#undef HAS_GETDTABLESIZE
5905b261ecSmrg
6005b261ecSmrg/* Define to 1 if you have the `getifaddrs' function. */
6105b261ecSmrg#undef HAS_GETIFADDRS
6205b261ecSmrg
6305b261ecSmrg/* Define to 1 if you have the `getpeereid' function. */
6405b261ecSmrg#undef HAS_GETPEEREID
6505b261ecSmrg
6605b261ecSmrg/* Define to 1 if you have the `getpeerucred' function. */
6705b261ecSmrg#undef HAS_GETPEERUCRED
6805b261ecSmrg
6905b261ecSmrg/* Define to 1 if you have the `mmap' function. */
7005b261ecSmrg#undef HAS_MMAP
7105b261ecSmrg
7205b261ecSmrg/* Support SHM */
7305b261ecSmrg#undef HAS_SHM
7405b261ecSmrg
754642e01fSmrg/* Have the 'strlcpy' function */
764642e01fSmrg#undef HAS_STRLCPY
7705b261ecSmrg
7805b261ecSmrg/* Define to 1 if you have the <asm/mtrr.h> header file. */
7905b261ecSmrg#undef HAVE_ASM_MTRR_H
8005b261ecSmrg
814642e01fSmrg/* Has backtrace support */
824642e01fSmrg#undef HAVE_BACKTRACE
834642e01fSmrg
8405b261ecSmrg/* Define to 1 if you have the <byteswap.h> header file. */
8505b261ecSmrg#undef HAVE_BYTESWAP_H
8605b261ecSmrg
8705b261ecSmrg/* Define to 1 if you have cbrt */
8805b261ecSmrg#undef HAVE_CBRT
8905b261ecSmrg
9005b261ecSmrg/* Define to 1 if you have the <dbm.h> header file. */
9105b261ecSmrg#undef HAVE_DBM_H
9205b261ecSmrg
9305b261ecSmrg/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
9405b261ecSmrg   */
9505b261ecSmrg#undef HAVE_DIRENT_H
9605b261ecSmrg
9705b261ecSmrg/* Define to 1 if you have the <dlfcn.h> header file. */
9805b261ecSmrg#undef HAVE_DLFCN_H
9905b261ecSmrg
10005b261ecSmrg/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
10105b261ecSmrg#undef HAVE_DOPRNT
10205b261ecSmrg
1034642e01fSmrg/* Have execinfo.h */
1044642e01fSmrg#undef HAVE_EXECINFO_H
1054642e01fSmrg
10605b261ecSmrg/* Define to 1 if you have the <fcntl.h> header file. */
10705b261ecSmrg#undef HAVE_FCNTL_H
10805b261ecSmrg
10905b261ecSmrg/* Define to 1 if you have the `geteuid' function. */
11005b261ecSmrg#undef HAVE_GETEUID
11105b261ecSmrg
11205b261ecSmrg/* Define to 1 if you have the `getisax' function. */
11305b261ecSmrg#undef HAVE_GETISAX
11405b261ecSmrg
11505b261ecSmrg/* Define to 1 if you have the `getuid' function. */
11605b261ecSmrg#undef HAVE_GETUID
11705b261ecSmrg
1184642e01fSmrg/* Define to 1 if you have the `getzoneid' function. */
1194642e01fSmrg#undef HAVE_GETZONEID
1204642e01fSmrg
12105b261ecSmrg/* Define to 1 if you have the <inttypes.h> header file. */
12205b261ecSmrg#undef HAVE_INTTYPES_H
12305b261ecSmrg
1244642e01fSmrg/* Have Quartz */
1254642e01fSmrg#undef XQUARTZ
1264642e01fSmrg
1276747b715Smrg/* Support application updating through sparkle. */
1286747b715Smrg#undef XQUARTZ_SPARKLE
1296747b715Smrg
1306747b715Smrg/* Prefix to use for launchd identifiers */
1316747b715Smrg#undef LAUNCHD_ID_PREFIX
1326747b715Smrg
1334642e01fSmrg/* Build a standalone xpbproxy */
1344642e01fSmrg#undef STANDALONE_XPBPROXY
13505b261ecSmrg
13605b261ecSmrg/* Define to 1 if you have the `m' library (-lm). */
13705b261ecSmrg#undef HAVE_LIBM
13805b261ecSmrg
13905b261ecSmrg/* Define to 1 if you have the `link' function. */
14005b261ecSmrg#undef HAVE_LINK
14105b261ecSmrg
14205b261ecSmrg/* Define to 1 if you have the <linux/agpgart.h> header file. */
14305b261ecSmrg#undef HAVE_LINUX_AGPGART_H
14405b261ecSmrg
14505b261ecSmrg/* Define to 1 if you have the <linux/apm_bios.h> header file. */
14605b261ecSmrg#undef HAVE_LINUX_APM_BIOS_H
14705b261ecSmrg
14805b261ecSmrg/* Define to 1 if you have the <linux/fb.h> header file. */
14905b261ecSmrg#undef HAVE_LINUX_FB_H
15005b261ecSmrg
15105b261ecSmrg/* Define to 1 if you have the `mkstemp' function. */
15205b261ecSmrg#undef HAVE_MKSTEMP
15305b261ecSmrg
15405b261ecSmrg/* Define to 1 if you have the <ndbm.h> header file. */
15505b261ecSmrg#undef HAVE_NDBM_H
15605b261ecSmrg
15705b261ecSmrg/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
15805b261ecSmrg#undef HAVE_NDIR_H
15905b261ecSmrg
16005b261ecSmrg/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
16105b261ecSmrg#undef HAVE_RPCSVC_DBM_H
16205b261ecSmrg
1636747b715Smrg/* Define to use libc SHA1 functions */
1646747b715Smrg#undef HAVE_SHA1_IN_LIBC
1656747b715Smrg
1666747b715Smrg/* Define to use CommonCrypto SHA1 functions */
1676747b715Smrg#undef HAVE_SHA1_IN_COMMONCRYPTO
1686747b715Smrg
1696747b715Smrg/* Define to use libmd SHA1 functions */
1704642e01fSmrg#undef HAVE_SHA1_IN_LIBMD
1714642e01fSmrg
1726747b715Smrg/* Define to use libgcrypt SHA1 functions */
1736747b715Smrg#undef HAVE_SHA1_IN_LIBGCRYPT
1746747b715Smrg
1756747b715Smrg/* Define to use libsha1 for SHA1 */
1766747b715Smrg#undef HAVE_SHA1_IN_LIBSHA1
1776747b715Smrg
1784642e01fSmrg/* Define to 1 if you have the `shmctl64' function. */
1794642e01fSmrg#undef HAVE_SHMCTL64
1804642e01fSmrg
18105b261ecSmrg/* Define to 1 if you have the <stdint.h> header file. */
18205b261ecSmrg#undef HAVE_STDINT_H
18305b261ecSmrg
18405b261ecSmrg/* Define to 1 if you have the <stdlib.h> header file. */
18505b261ecSmrg#undef HAVE_STDLIB_H
18605b261ecSmrg
18705b261ecSmrg/* Define to 1 if you have the `strchr' function. */
18805b261ecSmrg#undef HAVE_STRCHR
18905b261ecSmrg
19005b261ecSmrg/* Define to 1 if you have the <strings.h> header file. */
19105b261ecSmrg#undef HAVE_STRINGS_H
19205b261ecSmrg
19305b261ecSmrg/* Define to 1 if you have the <string.h> header file. */
19405b261ecSmrg#undef HAVE_STRING_H
19505b261ecSmrg
19605b261ecSmrg/* Define to 1 if you have the `strrchr' function. */
19705b261ecSmrg#undef HAVE_STRRCHR
19805b261ecSmrg
19905b261ecSmrg/* Define to 1 if you have the `strtol' function. */
20005b261ecSmrg#undef HAVE_STRTOL
20105b261ecSmrg
20205b261ecSmrg/* Define to 1 if SYSV IPC is available */
20305b261ecSmrg#undef HAVE_SYSV_IPC
20405b261ecSmrg
20505b261ecSmrg/* Define to 1 if you have the <sys/agpio.h> header file. */
20605b261ecSmrg#undef HAVE_SYS_AGPIO_H
20705b261ecSmrg
20805b261ecSmrg/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
20905b261ecSmrg   */
21005b261ecSmrg#undef HAVE_SYS_DIR_H
21105b261ecSmrg
21205b261ecSmrg/* Define to 1 if you have the <sys/io.h> header file. */
21305b261ecSmrg#undef HAVE_SYS_IO_H
21405b261ecSmrg
21505b261ecSmrg/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
21605b261ecSmrg   */
21705b261ecSmrg#undef HAVE_SYS_NDIR_H
21805b261ecSmrg
21905b261ecSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
22005b261ecSmrg#undef HAVE_SYS_STAT_H
22105b261ecSmrg
22205b261ecSmrg/* Define to 1 if you have the <sys/types.h> header file. */
22305b261ecSmrg#undef HAVE_SYS_TYPES_H
22405b261ecSmrg
2256747b715Smrg/* Define to 1 if you have the <sys/utsname.h> header file. */
2266747b715Smrg#undef HAVE_SYS_UTSNAME_H
2276747b715Smrg
22805b261ecSmrg/* Define to 1 if you have the <sys/vm86.h> header file. */
22905b261ecSmrg#undef HAVE_SYS_VM86_H
23005b261ecSmrg
23105b261ecSmrg/* Define to 1 if you have the <tslib.h> header file. */
23205b261ecSmrg#undef HAVE_TSLIB_H
23305b261ecSmrg
23405b261ecSmrg/* Define to 1 if you have the <unistd.h> header file. */
23505b261ecSmrg#undef HAVE_UNISTD_H
23605b261ecSmrg
2376747b715Smrg/* Define to 1 if you have the <fnmatch.h> header file. */
2386747b715Smrg#undef HAVE_FNMATCH_H
2396747b715Smrg
2404642e01fSmrg/* Have /dev/urandom */
2414642e01fSmrg#undef HAVE_URANDOM
2424642e01fSmrg
24305b261ecSmrg/* Define to 1 if you have the `vprintf' function. */
24405b261ecSmrg#undef HAVE_VPRINTF
24505b261ecSmrg
24605b261ecSmrg/* Support IPv6 for TCP connections */
24705b261ecSmrg#undef IPv6
24805b261ecSmrg
24905b261ecSmrg/* Support os-specific local connections */
25005b261ecSmrg#undef LOCALCONN
25105b261ecSmrg
25205b261ecSmrg/* Support MIT-SHM Extension */
25305b261ecSmrg#undef MITSHM
25405b261ecSmrg
25505b261ecSmrg/* Enable some debugging code */
25605b261ecSmrg#undef DEBUG
25705b261ecSmrg
25805b261ecSmrg/* Name of package */
25905b261ecSmrg#undef PACKAGE
26005b261ecSmrg
26105b261ecSmrg/* Internal define for Xinerama */
26205b261ecSmrg#undef PANORAMIX
26305b261ecSmrg
26405b261ecSmrg/* Overall prefix */
26505b261ecSmrg#undef PROJECTROOT
26605b261ecSmrg
26705b261ecSmrg/* Support RANDR extension */
26805b261ecSmrg#undef RANDR
26905b261ecSmrg
27005b261ecSmrg/* Support Record extension */
27105b261ecSmrg#undef XRECORD
27205b261ecSmrg
27305b261ecSmrg/* Support RENDER extension */
27405b261ecSmrg#undef RENDER
27505b261ecSmrg
27605b261ecSmrg/* Support X resource extension */
27705b261ecSmrg#undef RES
27805b261ecSmrg
27905b261ecSmrg/* Support MIT-SCREEN-SAVER extension */
28005b261ecSmrg#undef SCREENSAVER
28105b261ecSmrg
28205b261ecSmrg/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
28305b261ecSmrg#undef SECURE_RPC
28405b261ecSmrg
28505b261ecSmrg/* Support SHAPE extension */
28605b261ecSmrg#undef SHAPE
28705b261ecSmrg
28805b261ecSmrg/* Define to 1 on systems derived from System V Release 4 */
28905b261ecSmrg#undef SVR4
29005b261ecSmrg
29105b261ecSmrg/* Support TCP socket connections */
29205b261ecSmrg#undef TCPCONN
29305b261ecSmrg
29405b261ecSmrg/* Enable touchscreen support */
29505b261ecSmrg#undef TOUCHSCREEN
29605b261ecSmrg
29705b261ecSmrg/* Support tslib touchscreen abstraction library */
29805b261ecSmrg#undef TSLIB
29905b261ecSmrg
30005b261ecSmrg/* Support UNIX socket connections */
30105b261ecSmrg#undef UNIXCONN
30205b261ecSmrg
30305b261ecSmrg/* Define to use byteswap macros from <sys/endian.h> */
30405b261ecSmrg#undef USE_SYS_ENDIAN_H
30505b261ecSmrg
30605b261ecSmrg/* unaligned word accesses behave as expected */
30705b261ecSmrg#undef WORKING_UNALIGNED_INT
30805b261ecSmrg
3094642e01fSmrg/* Build X string registry */
3104642e01fSmrg#undef XREGISTRY
3114642e01fSmrg
31205b261ecSmrg/* Build X-ACE extension */
31305b261ecSmrg#undef XACE
31405b261ecSmrg
3154642e01fSmrg/* Build SELinux extension */
3164642e01fSmrg#undef XSELINUX
3174642e01fSmrg
31805b261ecSmrg/* Support XCMisc extension */
31905b261ecSmrg#undef XCMISC
32005b261ecSmrg
32105b261ecSmrg/* Build Security extension */
32205b261ecSmrg#undef XCSECURITY
32305b261ecSmrg
32405b261ecSmrg/* Support Xdmcp */
32505b261ecSmrg#undef XDMCP
32605b261ecSmrg
32705b261ecSmrg/* Build XFree86 BigFont extension */
32805b261ecSmrg#undef XF86BIGFONT
32905b261ecSmrg
33005b261ecSmrg/* Support XFree86 Video Mode extension */
33105b261ecSmrg#undef XF86VIDMODE
33205b261ecSmrg
33305b261ecSmrg/* Support XFixes extension */
33405b261ecSmrg#undef XFIXES
33505b261ecSmrg
33605b261ecSmrg/* Build XDGA support */
33705b261ecSmrg#undef XFreeXDGA
33805b261ecSmrg
33905b261ecSmrg/* Support Xinerama extension */
34005b261ecSmrg#undef XINERAMA
34105b261ecSmrg
34205b261ecSmrg/* Vendor release */
34305b261ecSmrg#undef XORG_RELEASE
34405b261ecSmrg
34505b261ecSmrg/* Current Xorg version */
34605b261ecSmrg#undef XORG_VERSION_CURRENT
34705b261ecSmrg
34805b261ecSmrg/* Xorg release date */
34905b261ecSmrg#undef XORG_DATE
35005b261ecSmrg
35105b261ecSmrg/* Build Xv Extension */
35205b261ecSmrg#undef XvExtension
35305b261ecSmrg
35405b261ecSmrg/* Build XvMC Extension */
35505b261ecSmrg#undef XvMCExtension
35605b261ecSmrg
35705b261ecSmrg/* Support XSync extension */
35805b261ecSmrg#undef XSYNC
35905b261ecSmrg
36005b261ecSmrg/* Support XTest extension */
36105b261ecSmrg#undef XTEST
36205b261ecSmrg
36305b261ecSmrg/* Support Xv extension */
36405b261ecSmrg#undef XV
36505b261ecSmrg
36605b261ecSmrg/* Support DRI extension */
36705b261ecSmrg#undef XF86DRI
36805b261ecSmrg
3694642e01fSmrg/* Build DRI2 extension */
3704642e01fSmrg#undef DRI2
3714642e01fSmrg
37205b261ecSmrg/* Build DBE support */
37305b261ecSmrg#undef DBE
37405b261ecSmrg
37505b261ecSmrg/* Vendor name */
37605b261ecSmrg#undef XVENDORNAME
37705b261ecSmrg
37805b261ecSmrg/* Enable GNU and other extensions to the C environment for GLIBC */
37905b261ecSmrg#undef _GNU_SOURCE
38005b261ecSmrg
38105b261ecSmrg/* Define to empty if `const' does not conform to ANSI C. */
38205b261ecSmrg#undef const
38305b261ecSmrg
38405b261ecSmrg/* Define to `int' if <sys/types.h> does not define. */
38505b261ecSmrg#undef pid_t
38605b261ecSmrg
38705b261ecSmrg/* Build Rootless code */
38805b261ecSmrg#undef ROOTLESS
38905b261ecSmrg
39005b261ecSmrg/* Define to 1 if unsigned long is 64 bits. */
39105b261ecSmrg#undef _XSERVER64
39205b261ecSmrg
39305b261ecSmrg/* System is BSD-like */
39405b261ecSmrg#undef CSRG_BASED
39505b261ecSmrg
39605b261ecSmrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
39705b261ecSmrg#undef BSD44SOCKETS
39805b261ecSmrg
39905b261ecSmrg/* Support D-Bus */
40005b261ecSmrg#undef HAVE_DBUS
40105b261ecSmrg
4026747b715Smrg/* Use libudev for input hotplug */
4036747b715Smrg#undef CONFIG_UDEV
4046747b715Smrg
4054642e01fSmrg/* Use D-Bus for input hotplug */
4064642e01fSmrg#undef CONFIG_NEED_DBUS
4074642e01fSmrg
40805b261ecSmrg/* Support the D-Bus hotplug API */
40905b261ecSmrg#undef CONFIG_DBUS_API
41005b261ecSmrg
41105b261ecSmrg/* Support HAL for hotplug */
41205b261ecSmrg#undef CONFIG_HAL
41305b261ecSmrg
41405b261ecSmrg/* Have a monotonic clock from clock_gettime() */
41505b261ecSmrg#undef MONOTONIC_CLOCK
41605b261ecSmrg
41705b261ecSmrg/* Define to 1 if the DTrace Xserver provider probes should be built in */
41805b261ecSmrg#undef XSERVER_DTRACE
41905b261ecSmrg
42005b261ecSmrg/* Define to 16-bit byteswap macro */
42105b261ecSmrg#undef bswap_16
42205b261ecSmrg
42305b261ecSmrg/* Define to 32-bit byteswap macro */
42405b261ecSmrg#undef bswap_32
42505b261ecSmrg
42605b261ecSmrg/* Define to 64-bit byteswap macro */
42705b261ecSmrg#undef bswap_64
42805b261ecSmrg
4294642e01fSmrg/* Need the strcasecmp function. */
4304642e01fSmrg#undef NEED_STRCASECMP
4314642e01fSmrg
4324642e01fSmrg/* Need the strncasecmp function. */
4334642e01fSmrg#undef NEED_STRNCASECMP
4344642e01fSmrg
4354642e01fSmrg/* Need the strcasestr function. */
4364642e01fSmrg#undef NEED_STRCASESTR
4374642e01fSmrg
4384642e01fSmrg/* Define to 1 if you have the `ffs' function. */
4394642e01fSmrg#undef HAVE_FFS
4404642e01fSmrg
4414642e01fSmrg/* Correctly set _XSERVER64 for OSX fat binaries */
4424642e01fSmrg#ifdef __APPLE__
4434642e01fSmrg#include "dix-config-apple-verbatim.h"
4444642e01fSmrg#endif
4454642e01fSmrg
44605b261ecSmrg#endif /* _DIX_CONFIG_H_ */
447