]> granicus.if.org Git - php/commitdiff
NetWare LibC has netdb.h
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 12:10:57 +0000 (12:10 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 12:10:57 +0000 (12:10 +0000)
ext/standard/basic_functions.c

index 9c67d7d95c0c77b43d4054a8ab80c05c86545b54..d7fdfc145002081ebf5db022e4787f5d083caf74 100644 (file)
@@ -51,18 +51,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #include <time.h>
 #include <stdio.h>
 
-#ifndef NETWARE
 #include <netdb.h>
-#else
-/*#include "netware/env.h"*/    /* Temporary */
-#ifdef NEW_LIBC /* Same headers hold good for Winsock and Berkeley sockets */
-#include <netinet/in.h>
-/*#include <arpa/inet.h>*/
-#include <netdb.h>
-#else
-#include <sys/socket.h>
-#endif
-#endif
 
 #if HAVE_ARPA_INET_H
 # include <arpa/inet.h>