Added missing HAVE_LAUNCHD to dix-config.h.in

(cherry picked from commit 1b4b73cefbc2f3e3f6d0cb84ea202f84fb60abb5)
This commit is contained in:
Jeremy Huddleston 2008-04-24 18:22:05 -07:00
parent 63853e4ad2
commit 1daae4574c

View File

@ -148,6 +148,9 @@
/* Define to 1 if you have version 2.2 (or newer) of the drm library */ /* Define to 1 if you have version 2.2 (or newer) of the drm library */
#undef HAVE_LIBDRM_2_2 #undef HAVE_LIBDRM_2_2
/* Define to 1 if launchd is available. */
#undef HAVE_LAUNCHD
/* Have Quartz */ /* Have Quartz */
#undef XQUARTZ #undef XQUARTZ