Use #ifdef instead of #if

This commit is contained in:
Glenn L McGrath
2002-11-26 02:40:56 +00:00
parent 2801eb925d
commit d7fb1b372c
4 changed files with 22 additions and 22 deletions

View File

@@ -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;