diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-24 18:22:05 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-24 18:25:37 -0700 |
commit | 1daae4574c19a122baf73b6f9457b0d383b1bc66 (patch) | |
tree | d002264eef489f7c6d737d769144b1eabc082f5f | |
parent | 63853e4ad211945ed25541223207a78f83766ced (diff) |
Added missing HAVE_LAUNCHD to dix-config.h.in
(cherry picked from commit 1b4b73cefbc2f3e3f6d0cb84ea202f84fb60abb5)
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |