#include "syslog-ng.h"#include "cfg.h"#include "messages.h"#include "memtrace.h"#include "children.h"#include "stats/stats-registry.h"#include "apphook.h"#include "alarms.h"#include "logqueue.h"#include "gprocess.h"#include "control/control.h"#include "logsource.h"#include "mainloop.h"#include "plugin.h"#include "reloc.h"#include "console.h"#include "resolved-configurable-paths.h"#include <sys/types.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <fcntl.h>#include <sys/wait.h>#include <grp.h>#include <iv.h>#include <iv_signal.h>
Macros | |
| #define | INSTALL_DAT_INSTALLER_VERSION "INSTALLER_VERSION" |
| #define | ON_OFF_STR(x) (x ? "on" : "off") |
| #define | setup_caps() |
Functions | |
| gboolean | get_installer_version (gchar **inst_version) |
| void | version (void) |
| int | main (int argc, char *argv[]) |
| #define INSTALL_DAT_INSTALLER_VERSION "INSTALLER_VERSION" |
| #define ON_OFF_STR | ( | x | ) | (x ? "on" : "off") |
| #define setup_caps | ( | ) |
| gboolean get_installer_version | ( | gchar ** | inst_version | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void version | ( | void | ) |