summaryrefslogtreecommitdiff
path: root/xserver/include/do-not-use-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/include/do-not-use-config.h.in')
-rw-r--r--xserver/include/do-not-use-config.h.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/xserver/include/do-not-use-config.h.in b/xserver/include/do-not-use-config.h.in
index ca5731f30..221ed51cb 100644
--- a/xserver/include/do-not-use-config.h.in
+++ b/xserver/include/do-not-use-config.h.in
@@ -117,6 +117,9 @@
/* Build glamor with GBM-based EGL support */
#undef GLAMOR_HAS_GBM
+/* Have GBM_BO_USE_LINEAR */
+#undef GLAMOR_HAS_GBM_LINEAR
+
/* Build GLX extension */
#undef GLXEXT
@@ -257,6 +260,12 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
+/* Define to 1 if you have the `posix_fallocate' function. */
+#undef HAVE_POSIX_FALLOCATE
+
+/* Define to 1 if you have the `reallocarray' function. */
+#undef HAVE_REALLOCARRAY
+
/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
#undef HAVE_RPCSVC_DBM_H
@@ -444,8 +453,8 @@
/* Need XFree86 typedefs */
#undef NEED_XF86_TYPES
-/* Define to 1 if modules should avoid the libcwrapper */
-#undef NO_LIBCWRAPPER
+/* Define to 1 if no local socket credentials interface exists */
+#undef NO_LOCAL_CLIENT_CRED
/* Operating System Name */
#undef OSNAME
@@ -558,10 +567,6 @@
/* Support TCP socket connections */
#undef TCPCONN
-/* The compiler supported TLS storage class, prefering initial-exec if
- tls_model is supported */
-#undef TLS
-
/* Have tslib support */
#undef TSLIB