summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-13 12:17:10 +0900
committerKeith Packard <keithp@keithp.com>2013-12-02 12:56:33 -0800
commit5a969f0928b84da5cfe0777dfb542caaacc915ad (patch)
tree3de24e44154a1cee50de5d6497a47de577aa345b /include
parentd695cb7fb6bb8fd159a332d902673edbbd2237d7 (diff)
Select directory for MIT-SHM temp files at configure time
By default, this looks through a list of directories to find one which exists, but can be overridden with --with-shared-memory-dir=PATH This patch doesn't actually do anything with this directory, just makes it available in the configuration Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
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 d4fbe99fa..306610000 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -466,4 +466,7 @@
/* Wrap SIGBUS to catch MIT-SHM faults */
#undef BUSFAULT
+/* Directory for shared memory temp files */
+#undef SHMDIR
+
#endif /* _DIX_CONFIG_H_ */