#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <time.h>
#include <sys/resource.h>
#include <limits.h>
#include <pwd.h>
#include <grp.h>
#include <strings.h>
#include <string.h>
#include <unistd.h>
#include <syslog.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
#include <sys/timeb.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <math.h>
#include <ctype.h>
#include <dirent.h>
#include <pthread.h>
#include <regex.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <libgen.h>
#include <sys/un.h>
#include <sys/poll.h>
#include <getopt.h>
#include <ltdl.h>
Go to the source code of this file.
#define _GNU_SOURCE 1 |
#define DEFAULT_ICINGA_GROUP "nagios" |
#define DEFAULT_ICINGA_USER "nagios" |
#define DO_CLEAN "0" |
#define EMBEDDEDPERL |
#define GCCTOOOLD 1 |
#define GETGROUPS_T gid_t |
#define HAVE_ARPA_INET_H 1 |
#define HAVE_C99_VSNPRINTF 1 |
#define HAVE_CTYPE_H 1 |
#define HAVE_DBI_DBI_H "1" |
#define HAVE_DIRENT_H 1 |
#define HAVE_ERRNO_H 1 |
#define HAVE_FCNTL_H 1 |
#define HAVE_GDIMAGECREATETRUECOLOR 1 |
#define HAVE_GETOPT_H 1 |
#define HAVE_GRP_H 1 |
#define HAVE_INITGROUPS 1 |
#define HAVE_LIBGEN_H 1 |
#define HAVE_LIMITS_H 1 |
#define HAVE_LTDL_H |
#define HAVE_MATH_H 1 |
#define HAVE_NETDB_H 1 |
#define HAVE_NETINET_IN_H 1 |
#define HAVE_PTHREAD_H 1 |
#define HAVE_PWD_H 1 |
#define HAVE_REGEX_H 1 |
#define HAVE_SETENV 1 |
#define HAVE_SIGNAL_H 1 |
#define HAVE_STDARG_H 1 |
#define HAVE_STRDUP 1 |
#define HAVE_STRING_H 1 |
#define HAVE_STRINGS_H 1 |
#define HAVE_STRSTR 1 |
#define HAVE_STRTOUL 1 |
#define HAVE_SYS_IPC_H 1 |
#define HAVE_SYS_MMAN_H 1 |
#define HAVE_SYS_MSG_H 1 |
#define HAVE_SYS_POLL_H 1 |
#define HAVE_SYS_RESOURCE_H 1 |
#define HAVE_SYS_SOCKET_H 1 |
#define HAVE_SYS_STAT_H 1 |
#define HAVE_SYS_TIME_H 1 |
#define HAVE_SYS_TIMEB_H 1 |
#define HAVE_SYS_TYPES_H 1 |
#define HAVE_SYS_UN_H 1 |
#define HAVE_SYS_WAIT_H 1 |
#define HAVE_SYSLOG_H 1 |
#define HAVE_TM_ZONE 1 |
#define HAVE_UNISTD_H 1 |
#define HAVE_UNSETENV 1 |
#define HAVE_VA_COPY 1 |
#define RETSIGTYPE void |
#define RTLD_GLOBAL 0 |
#define RTLD_NOW 0 |
#define SOCKET_SIZE_TYPE size_t |
#define STDC_HEADERS 1 |
#define THREADEDPERL |
#define TIME_WITH_SYS_TIME 1 |
#define TRACEROUTE_COMMAND "/bin/traceroute" |
#define USE_EVENT_BROKER |
#define USE_HISTOGRAM |
#define USE_LIBDBI 1 |
#define USE_LTDL |
#define USE_NANOSLEEP |
#define USE_STATUSMAP |
#define USE_STATUSWRL |
#define USE_TRENDS |
#define USE_XCDDEFAULT |
#define USE_XDDDEFAULT |
#define USE_XODTEMPLATE |
#define USE_XPDDEFAULT |
#define USE_XRDDEFAULT |
#define USE_XSDDEFAULT |
#define WEXITSTATUS | ( | stat_val | ) | ((unsigned)(stat_val) >> 8) |
#define WIFEXITED | ( | stat_val | ) | (((stat_val) & 255) == 0) |