aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-03 20:42:12 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-03 20:42:12 +0200
commit3296ae4d01ab31e651b217650d1441e1e3fdbebd (patch)
tree35c793916ceaa24f2228251fff0de546fa03fe76 /src/config.h
parentseparation of server state marshaling into a new method (diff)
downloadmds-3296ae4d01ab31e651b217650d1441e1e3fdbebd.tar.gz
mds-3296ae4d01ab31e651b217650d1441e1e3fdbebd.tar.bz2
mds-3296ae4d01ab31e651b217650d1441e1e3fdbebd.tar.xz
compile-time configurable api-fs path
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 6d38a14..da3ff81 100644
--- a/src/config.h
+++ b/src/config.h
@@ -118,6 +118,14 @@
/**
+ * The path of the symlink to the executed command
+ */
+#ifndef SELF_EXE
+#define SELF_EXE "/proc/self/exe"
+#endif
+
+
+/**
* The maximum number of command line arguments to allow
*/
#ifndef ARGC_LIMIT