gzip cleanup part #8
[oweals/busybox.git] / networking / udhcp / static_leases.c
index b53eac5a4ecc20824bf6c12c8cc38de1fba97f6c..aabfb81aaad2f229cef5c0b2fdc60a2abc8536fc 100644 (file)
@@ -79,7 +79,7 @@ uint32_t reservedIp(struct static_lease *lease_struct, uint32_t ip)
        return return_val;
 }
 
-#ifdef CONFIG_FEATURE_UDHCP_DEBUG
+#if ENABLE_FEATURE_UDHCP_DEBUG
 /* Print out static leases just to check what's going on */
 /* Takes the address of the pointer to the static_leases linked list */
 void printStaticLeases(struct static_lease **arg)