summaryrefslogtreecommitdiff
path: root/app/xinit/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-31 14:00:15 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-31 14:00:15 +0000
commitaff0c2e23d1844c1376768334b9e089fefbe9389 (patch)
tree145280e4ea39e3f9cd8288592d3b340768fa1361 /app/xinit/config.h.in
parentabafddd49ea3a71cf0bc0fb49d674fbf52da55d1 (diff)
Update to xinit 1.3.1
Diffstat (limited to 'app/xinit/config.h.in')
-rw-r--r--app/xinit/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/xinit/config.h.in b/app/xinit/config.h.in
index f016d5a2a..dec8dc5d8 100644
--- a/app/xinit/config.h.in
+++ b/app/xinit/config.h.in
@@ -1,11 +1,17 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Prefix to use for launchd identifiers */
+#undef BUNDLE_ID_PREFIX
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* launchd support available */
#undef HAVE_LAUNCHD
+/* Define to 1 if you have the libdispatch (GCD) available */
+#undef HAVE_LIBDISPATCH
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -30,9 +36,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Prefix to use for launchd identifiers */
-#undef LAUNCHD_ID_PREFIX
-
/* Name of package */
#undef PACKAGE