Use #ifdef instead of #if
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user