From 1daae4574c19a122baf73b6f9457b0d383b1bc66 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 24 Apr 2008 18:22:05 -0700 Subject: [PATCH] Added missing HAVE_LAUNCHD to dix-config.h.in (cherry picked from commit 1b4b73cefbc2f3e3f6d0cb84ea202f84fb60abb5) --- include/dix-config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 135d3d8ae..fc1caa31a 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