summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-11-17 16:43:44 +0100
committerFrancis Dupont <fdupont@isc.org>2015-11-17 16:43:44 +0100
commit7acd8753960811c394a3d80e84f44afe5fb126ab (patch)
tree305e5524ad5fac75ae71d6630148d488c89ba8e3 /includes
parentbf673d217b4abe6a84b68859686d50034fcbe486 (diff)
downloadisc-dhcp-7acd8753960811c394a3d80e84f44afe5fb126ab.tar.gz
Remerged #38692
Diffstat (limited to 'includes')
-rw-r--r--includes/omapip/omapip_p.h3
-rw-r--r--includes/site.h6
2 files changed, 8 insertions, 1 deletions
diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h
index 788c91e6..3370a93e 100644
--- a/includes/omapip/omapip_p.h
+++ b/includes/omapip/omapip_p.h
@@ -3,7 +3,8 @@
Private master include file for the OMAPI library. */
/*
- * Copyright (c) 2009-2010,2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
diff --git a/includes/site.h b/includes/site.h
index f11fefbf..ce7876ba 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -190,6 +190,12 @@
/* #define USE_RAW_SOCKETS */
+/* Define this to keep the old program name (e.g., "dhcpd" for
+ the DHCP server) in place of the (base) name the program was
+ invoked with. */
+
+/* #define OLD_LOG_NAME */
+
/* Define this to change the logging facility used by dhcpd. */
/* #define DHCPD_LOG_FACILITY LOG_DAEMON */