summaryrefslogtreecommitdiff
path: root/includes/config.h.in
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-05-07 12:19:33 -0700
committerShawn Routhier <sar@isc.org>2014-05-07 12:19:33 -0700
commit00e9af8ee0d724e5dc6d15c43d8f602909981d66 (patch)
tree744a0fc908b52d45b7ed0941afdb61e4735526b2 /includes/config.h.in
parentd8c7c34ef64922f1b7d60c5bd5ac01d8ad5ffdca (diff)
downloadisc-dhcp-00e9af8ee0d724e5dc6d15c43d8f602909981d66.tar.gz
[master] Add configure option to incude PID in syslog entries
Diffstat (limited to 'includes/config.h.in')
-rw-r--r--includes/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index a93a2d47..3124b85c 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -148,6 +148,9 @@
/* Define to include server activity tracing support. */
#undef TRACING
+/* Define to include PIDs in syslog messages. */
+#undef USE_LOG_PID
+
/* Define to 1 to use the standard BSD socket API. */
#undef USE_SOCKETS