]> granicus.if.org Git - php/commitdiff
removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC...
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 7 Oct 2004 12:22:16 +0000 (12:22 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 7 Oct 2004 12:22:16 +0000 (12:22 +0000)
main/php_open_temporary_file.c

index b8c94528cd4035ef545816d54db40938369067fe..3c9111c02d57b1c2d2678177d1075641e515a0a3 100644 (file)
 #include "win32/winutil.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#include "netware/mktemp.h"
-#else
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>