aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmdsserver/config.h')
-rw-r--r--src/libmdsserver/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libmdsserver/config.h b/src/libmdsserver/config.h
index dbd7655..b4a0087 100644
--- a/src/libmdsserver/config.h
+++ b/src/libmdsserver/config.h
@@ -191,6 +191,15 @@
/**
+ * The name of the environment variable that
+ * indicates the display server's process group
+ */
+#ifndef PGROUP_ENV
+#define PGROUP_ENV "MDS_PGROUP"
+#endif
+
+
+/**
* The minimum time that most have elapsed
* for respawning to be allowed
*/