summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-15 12:59:28 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-15 12:59:28 +0200
commit60a7a0d4d0d592ef6e372edc919ef62e13ee062e (patch)
tree10e7c680fdbe16bb77ae64b1b568b9ff4b58f9c9 /runtime/glbl.h
parentc68fb88446d2b996269c0ff459628164f9948848 (diff)
downloadrsyslog-60a7a0d4d0d592ef6e372edc919ef62e13ee062e.tar.gz
rsyslog-60a7a0d4d0d592ef6e372edc919ef62e13ee062e.tar.xz
rsyslog-60a7a0d4d0d592ef6e372edc919ef62e13ee062e.zip
$HUPisRestart removed
... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully)
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r--runtime/glbl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/glbl.h b/runtime/glbl.h
index dcfb6d5f..8ecd8466 100644
--- a/runtime/glbl.h
+++ b/runtime/glbl.h
@@ -8,7 +8,7 @@
* Please note that there currently is no glbl.c file as we do not yet
* have any implementations.
*
- * Copyright 2008 Rainer Gerhards and Adiscon GmbH.
+ * Copyright 2008, 2009 Rainer Gerhards and Adiscon GmbH.
*
* This file is part of the rsyslog runtime library.
*
@@ -44,7 +44,6 @@ BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */
rsRetVal (*Set##name)(dataType);
SIMP_PROP(MaxLine, int)
SIMP_PROP(OptimizeUniProc, int)
- SIMP_PROP(HUPisRestart, int)
SIMP_PROP(PreserveFQDN, int)
SIMP_PROP(DefPFFamily, int)
SIMP_PROP(DropMalPTRMsgs, int)