From 5be7b1ebd1ab2bce1d53552b627fe55f425bdb38 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 12 Nov 2024 13:19:09 -0700 Subject: Fuss with compile-time config --- libdhcp/dhcp_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdhcp/dhcp_common.h') diff --git a/libdhcp/dhcp_common.h b/libdhcp/dhcp_common.h index d400721..b265df3 100644 --- a/libdhcp/dhcp_common.h +++ b/libdhcp/dhcp_common.h @@ -74,7 +74,7 @@ #include "config.h" #ifndef CONFIG_DHCP_OPT_SIZE - #define CONFIG_DHCP_OPT_SIZE DHCP_MSG_MIN_MAX_OPT_SIZE + #error config.h must define CONFIG_DHCP_OPT_SIZE (minimum 312) #endif /* RFC 2131 definitions *******************************************************/ -- cgit v1.2.3-2-g168b