use #ifdef CONFIG_* instead of #if CONFIG_*

This commit is contained in:
Glenn L McGrath
2002-11-26 09:02:06 +00:00
parent c5dced17c5
commit 8ae4cab4a8
5 changed files with 29 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
int xconnect(const char *host, const char *port)
{
#if CONFIG_FEATURE_IPV6
#ifdef CONFIG_FEATURE_IPV6
struct addrinfo hints;
struct addrinfo *res;
struct addrinfo *addr_info;