From b1953ccd05b5e6cf5a87c557208d5f8a1fcad231 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 14 Mar 2006 13:22:48 +0000 Subject: - first attempt for connection loading and starting via "stroke" - some improvements here and there --- Source/charon/daemon.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Source/charon/daemon.h') 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 @@ -54,6 +54,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. * -- cgit v1.2.3