aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-20 14:08:26 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-20 14:08:26 +0200
commit1c7b03ea54dff23970d39f801963c9be1b3e8b89 (patch)
tree09a4bb08a2d9404e52b9c94e3cd58d682275d7a9 /src/config.h
parentmisc (diff)
downloadmds-1c7b03ea54dff23970d39f801963c9be1b3e8b89.tar.gz
mds-1c7b03ea54dff23970d39f801963c9be1b3e8b89.tar.bz2
mds-1c7b03ea54dff23970d39f801963c9be1b3e8b89.tar.xz
create pid file and set environment
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 261b96e..fc8bf75 100644
--- a/src/config.h
+++ b/src/config.h
@@ -77,5 +77,14 @@
#endif
+/**
+ * The name of the environment variable that
+ * indicates the index of the display
+ */
+#ifndef DISPLAY_ENV
+#define DISPLAY_ENV "MDS_DISPLAY"
+#endif
+
+
#endif