libXshmfence:update and moved to /usr/lib
[nyanlinux.git] / builders / xserver-sh-934b771f7a8285a59491190620e6118aedfd511c / contrib / xorg-config.h.in
blobe1c7a65adbda04ea231ffc7b61f83c7baac43c8e
1 #ifndef _XORG_CONFIG_H_
2 #define _XORG_CONFIG_H_
4 #include <dix-config.h>
5 #include <xkb-config.h>
7 /* Building Xorg server. */
8 #define XORGSERVER 1
10 /* Current X.Org version. */
11 #ifndef XORG_VERSION_CURRENT
12 #define XORG_VERSION_CURRENT ((10000000) + ((@version_0@) * 100000) + ((@version_1@) * 1000) + @version_3@)
13 #endif
15 /* Name of X server. */
16 #define __XSERVERNAME__ "Xorg"
18 /* URL to go to for support. */
19 #define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
21 /* Built-in output drivers. */
22 /* #undef DRIVERS */
24 /* Built-in input drivers. */
25 /* #undef IDRIVERS */
27 /* Path to configuration file. */
28 #define XF86CONFIGFILE "xorg.conf"
30 /* Path to configuration file. */
31 #define XCONFIGFILE "xorg.conf"
33 /* Name of configuration directory. */
34 #define XCONFIGDIR "xorg.conf.d"
36 /* Path to loadable modules. */
37 #define DEFAULT_MODULE_PATH "@defaultmodulepath@"
39 /* Path to installed libraries. */
40 #define DEFAULT_LIBRARY_PATH "@defaultlibrarypath@"
42 /* Default log location */
43 #define DEFAULT_LOGDIR "@defaultlogdir@"
45 /* Default logfile prefix */
46 #define DEFAULT_LOGPREFIX "Xorg."
48 /* Default XDG_DATA dir under HOME */
49 #define DEFAULT_XDG_DATA_HOME ".local/share"
51 /* Default log dir under XDG_DATA_HOME */
52 #define DEFAULT_XDG_DATA_HOME_LOGDIR "xorg"
54 /* Building DRI-capable DDX. */
55 #define XF86DRI 1
57 /* Build DRI2 extension */
58 #define DRI2 1
60 /* Define to 1 if you have the <stropts.h> header file. */
61 /* #undef HAVE_STROPTS_H */
63 /* Define to 1 if you have the <sys/kd.h> header file. */
64 /* #undef HAVE_SYS_KD_H */
66 /* Define to 1 if you have the <sys/vt.h> header file. */
67 /* #undef HAVE_SYS_VT_H */
69 /* Define to 1 if you have the `walkcontext' function (used on Solaris for
70 xorg_backtrace in hw/xfree86/common/xf86Events.c */
71 /* #undef HAVE_WALKCONTEXT */
73 /* Define to 1 if unsigned long is 64 bits. */
74 #define _XSERVER64 1
76 /* Building vgahw module */
77 #define WITH_VGAHW 1
79 /* NetBSD PIO alpha IO */
80 /* #undef USE_ALPHA_PIO */
82 /* BSD AMD64 iopl */
83 /* #undef USE_AMD64_IOPL */
85 /* BSD /dev/io */
86 /* #undef USE_DEV_IO */
88 /* BSD i386 iopl */
89 /* #undef USE_I386_IOPL */
91 /* System is BSD-like */
92 /* #undef CSRG_BASED */
94 /* System has PC console */
95 /* #undef PCCONS_SUPPORT */
97 /* System has PCVT console */
98 /* #undef PCVT_SUPPORT */
100 /* System has syscons console */
101 /* #undef SYSCONS_SUPPORT */
103 /* System has wscons console */
104 /* #undef WSCONS_SUPPORT */
106 /* System has /dev/xf86 aperture driver */
107 /* #undef HAS_APERTURE_DRV */
109 /* Has backtrace support */
110 #define HAVE_BACKTRACE 1
112 /* Name of the period field in struct kbd_repeat */
113 /* #undef LNX_KBD_PERIOD_NAME */
115 /* Have execinfo.h */
116 #define HAVE_EXECINFO_H 1
118 /* Define to 1 if you have the <sys/mkdev.h> header file. */
119 /* #undef HAVE_SYS_MKDEV_H */
121 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
122 #define HAVE_SYS_SYSMACROS_H 1
124 /* Path to text files containing PCI IDs */
125 #define PCI_TXT_IDS_PATH ""
127 /* Build with libdrm support */
128 #define WITH_LIBDRM 1
130 /* Use libpciaccess */
131 #define XSERVER_LIBPCIACCESS 1
133 /* Have setugid */
134 /* #undef HAVE_ISSETUGID */
136 /* Have getresuid */
137 #define HAVE_GETRESUID 1
139 /* Have X server platform bus support */
140 #define XSERVER_PLATFORM_BUS 1
142 /* Define to 1 if you have the `seteuid' function. */
143 #define HAVE_SETEUID 1
145 /* Fallback input driver if the assigned driver fails */
146 #define FALLBACK_INPUT_DRIVER "libinput"
148 #endif /* _XORG_CONFIG_H_ */