summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 5a3888d5..5d5e1d0f 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -1588,8 +1588,9 @@ typedef unsigned char option_mask [16];
#define DHCPD_LOG_FACILITY LOG_DAEMON
#endif
-#define MAX_TIME 0x7fffffff
-#define MIN_TIME 0
+#define INFINITE_TIME 0xffffffff
+#define MAX_TIME 0x7fffffff
+#define MIN_TIME 0
#ifdef USE_LOG_PID
/* include the pid in the syslog messages */