summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 919da6008..69fab5e53 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -282,6 +282,9 @@
/* Support MIT-SCREEN-SAVER extension */
#undef SCREENSAVER
+/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
+#undef SECURE_RPC
+
/* Use a lock to prevent multiple servers on a display */
#undef SERVER_LOCK
@@ -465,9 +468,15 @@
/* Define to 1 if modules should avoid the libcwrapper */
#undef NO_LIBCWRAPPER
-/* Support D-BUS */
+/* Support D-Bus */
#undef HAVE_DBUS
+/* Support the D-Bus hotplug API */
+#undef CONFIG_DBUS_API
+
+/* Support HAL for hotplug */
+#undef CONFIG_HAL
+
/* Use only built-in fonts */
#undef BUILTIN_FONTS