diff options
Diffstat (limited to '')
-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 |