summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 02:10:14 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 02:10:14 +0000
commitfc0772de36315f19f5b57220db69f48a3b1fdc9a (patch)
tree695349cb0e0d0e54ac1bf9f4bcc629c24e15969f /include
parentf2ecbb30187000547a98ca7cbaee433ea4ba8fe3 (diff)
Add HAS_MMAP for Xvfb
Fix Xvfb option parsing to exit on bad arguments, not just issue error messages and continue on. (Coverity #492)
Diffstat (limited to 'include')
-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 4ee747726..0e3f8f985 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -71,6 +71,9 @@
/* Define to 1 if you have the `getpeerucred' function. */
#undef HAS_GETPEERUCRED
+/* Define to 1 if you have the `mmap' function. */
+#undef HAS_MMAP
+
/* Support SHM */
#undef HAS_SHM