OpenDNSSEC-enforcer
1.4.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" |
Variables | |
int | daemon_our_pidfile |
#define AUTHOR_NAME "John Dickinson" |
Definition at line 126 of file daemon.h.
Referenced by log_xml_warn().
#define COPYRIGHT_STR "Copyright (C) 2008 2009 Nominet UK" |
Definition at line 127 of file daemon.h.
Referenced by log_xml_warn().
#define DEFAULT_LOG_FACILITY LOG_USER |
Definition at line 79 of file daemon.h.
Referenced by get_log_user(), main(), and ReadConfig().
#define DEFAULT_LOG_FACILITY_STRING "LOG_USER" |
Definition at line 80 of file daemon.h.
Referenced by ReadConfig().
int daemon_our_pidfile |
Definition at line 98 of file daemon.c.
Referenced by exit_function(), and writepid().