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

@@ -14,7 +14,7 @@
#include <unistd.h>
#include "libbb.h"
#if CONFIG_FEATURE_IPV6
#ifdef CONFIG_FEATURE_IPV6
int create_icmp6_socket(void)
{
struct protoent *proto;