From: Anantha Kesari H Y Date: Thu, 10 Mar 2005 12:10:57 +0000 (+0000) Subject: NetWare LibC has netdb.h X-Git-Tag: php-5.0.4RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d1c55499da8ead9462d3181d56fe32441144f3d;p=php NetWare LibC has netdb.h --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 9c67d7d95c..d7fdfc1450 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -51,18 +51,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE; #include #include -#ifndef NETWARE #include -#else -/*#include "netware/env.h"*/ /* Temporary */ -#ifdef NEW_LIBC /* Same headers hold good for Winsock and Berkeley sockets */ -#include -/*#include */ -#include -#else -#include -#endif -#endif #if HAVE_ARPA_INET_H # include