From: Anantha Kesari H Y Date: Wed, 5 Jan 2005 10:24:40 +0000 (+0000) Subject: Removed redundant NEW_LIBC checks for NETWARE X-Git-Tag: php-5.0.4RC1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36bcea73399863267ea914c00c7dc7d4c4dd180d;p=php Removed redundant NEW_LIBC checks for NETWARE --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 119e942d5a..464baaa248 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -30,7 +30,7 @@ #endif /* Additional headers for NetWare */ -#if defined(NETWARE) && (NEW_LIBC) +#if defined(NETWARE) #include #include #endif