Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-02-13 13:36:12 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-02-13 13:36:12 +0400
commit7d5ff62d72a825701204f53e6d19d3e390047796 (patch)
tree61c2e6612c83b88181da5eec548721fe8730963d /include/daemon.h
parent38c5021e91af427714f084671e71d3cca56822f3 (diff)
...G...PS. [ZBX-7673] removed macro USE_PID_FILE, moved AllowRoot closer to User option
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/daemon.h b/include/daemon.h
index 7141a0d9e41..4940a515804 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -24,8 +24,6 @@
# error "This module allowed only for Unix OS"
#endif
-#define USE_PID_FILE 1
-
extern char *CONFIG_PID_FILE;
#include "threads.h"