summaryrefslogtreecommitdiffstats
path: root/include/cfg.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-12 09:14:46 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-12 09:14:46 +0000
commit8a9f232945f6ec241470513933baf6d72d256a06 (patch)
tree01c03798a9850c55f88a3e34db706a8786040482 /include/cfg.h
parent62918b434f4f3c809505715d1d92c402110ab230 (diff)
downloadzabbix-8a9f232945f6ec241470513933baf6d72d256a06.tar.gz
zabbix-8a9f232945f6ec241470513933baf6d72d256a06.tar.xz
zabbix-8a9f232945f6ec241470513933baf6d72d256a06.zip
zabbix-1.2_dev integration
git-svn-id: svn://svn.zabbix.com/trunk@3038 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index f46682cb..3b4635da 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -26,6 +26,21 @@
#define PARM_OPT 0
#define PARM_MAND 1
+//
+// Application flags
+//
+
+#define AF_STANDALONE 0x0001
+#define AF_USE_EVENT_LOG 0x0002
+#define AF_LOG_UNRESOLVED_SYMBOLS 0x0004
+
+extern int CONFIG_ZABBIX_FORKS;
+extern char *CONFIG_FILE;
+
+extern char *CONFIG_LOG_FILE;
+extern char CONFIG_ALLOW_ROOT_PERMISSION;
+extern int CONFIG_TIMEOUT;
+
struct cfg_line
{
char *parameter;