diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-03 20:42:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-03 20:42:12 +0200 |
commit | 3296ae4d01ab31e651b217650d1441e1e3fdbebd (patch) | |
tree | 35c793916ceaa24f2228251fff0de546fa03fe76 /src/config.h | |
parent | separation of server state marshaling into a new method (diff) | |
download | mds-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.h | 8 |
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 |