summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-01-15 06:59:52 -0500
committerThomas Markwalder <tmark@isc.org>2015-01-15 06:59:52 -0500
commit7e35d5b1a2d156b5a279871108b11889936ffaaf (patch)
tree3392ef828e609967c84caee6a2bcc3fd1e6ac99f /includes/dhcpd.h
parent1826d2875f870e911c0ca6efeba6896febdb9cc9 (diff)
downloadisc-dhcp-7e35d5b1a2d156b5a279871108b11889936ffaaf.tar.gz
[master] Replaced use of ULLONG_MAX with ISC_UINT64_MAX.
ULLONG_MAX is not defined on hppa2.0w-hp-hpux.11.11, replaced it with ISC_UINT64_MAX in recently added macro, POND_TRACK_MAX
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 417e365c..7bf8a456 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -1639,7 +1639,7 @@ struct ipv6_pond {
* Max addresses in a pond that can be supported by log threshold
* Currently based on max value supported by isc_uint64_t.
*/
-#define POND_TRACK_MAX ULLONG_MAX
+#define POND_TRACK_MAX ISC_UINT64_MAX
/* Flags and state for dhcp_ddns_cb_t */
#define DDNS_UPDATE_ADDR 0x01