summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-24 18:22:05 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-24 18:22:05 -0700
commit1b4b73cefbc2f3e3f6d0cb84ea202f84fb60abb5 (patch)
tree3a7c4990b097ed9fe0b208a2b26339fb7d780a3e
parentc611335dee267e41dcd1733a6bb5206b102f804e (diff)
Added missing HAVE_LAUNCHD to dix-config.h.in
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 38639d684..94b5dd281 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -148,6 +148,9 @@
/* Define to 1 if you have version 2.2 (or newer) of the drm library */
#undef HAVE_LIBDRM_2_2
+/* Define to 1 if launchd is available. */
+#undef HAVE_LAUNCHD
+
/* Have Quartz */
#undef XQUARTZ