From d7fb1b372c7f494f623c687756a7fef945383814 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 26 Nov 2002 02:40:56 +0000 Subject: Use #ifdef instead of #if --- libbb/xgethostbyname2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/xgethostbyname2.c') diff --git a/libbb/xgethostbyname2.c b/libbb/xgethostbyname2.c index c66acfee1..f4cbb6a56 100644 --- a/libbb/xgethostbyname2.c +++ b/libbb/xgethostbyname2.c @@ -24,7 +24,7 @@ #include "libbb.h" -#if CONFIG_FEATURE_IPV6 +#ifdef CONFIG_FEATURE_IPV6 struct hostent *xgethostbyname2(const char *name, int af) { struct hostent *retval; -- cgit v1.2.3