diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 3291743e0..db7b64c62 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -55,6 +55,16 @@ #define IKEV2_UDP_PORT 500 /** + * PID file, in which charon stores its process id + */ +#define PID_FILE "/var/run/charon.pid" + +/** + * Output of log, use NULL for syslog + */ +#define LOG_OUTPUT NULL + +/** * @brief Default loglevel for every logger context. * * This is the maximum allowed level for ever context, the definiton |