|
OpenDNSSEC-enforcer
1.3.9
|
#include "config.h"#include <inttypes.h>#include <stdint.h>#include <unistd.h>#include <syslog.h>

Go to the source code of this file.
Data Structures | |
| struct | DAEMONCONFIG |
Macros | |
| #define | _Bool signed char |
| #define | bool _Bool |
| #define | false 0 |
| #define | true 1 |
| #define | __bool_true_false_are_defined 1 |
| #define | MAX_PROG_NAME_LENGTH 255 |
| #define | MAX_USER_LENGTH 255 |
| #define | MAX_HOST_LENGTH 255 |
| #define | MAX_PASSWORD_LENGTH 255 |
| #define | MAX_SCHEMA_LENGTH 255 |
| #define | MAX_PORT_LENGTH 16 |
| #define | MAX_PID_LENGTH 255 |
| #define | MAX_LOG_USER_LENGTH 32 |
| #define | DEFAULT_LOG_FACILITY LOG_USER |
| #define | DEFAULT_LOG_FACILITY_STRING "LOG_USER" |
| #define | AUTHOR_NAME "John Dickinson" |
| #define | COPYRIGHT_STR "Copyright (C) 2008 2009 Nominet UK" |
| #define DEFAULT_LOG_FACILITY LOG_USER |
Definition at line 81 of file daemon.h.
Referenced by get_log_user(), main(), and ReadConfig().
| #define DEFAULT_LOG_FACILITY_STRING "LOG_USER" |
Definition at line 82 of file daemon.h.
Referenced by ReadConfig().
1.8.1.2