summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
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