From: Anantha Kesari H Y Date: Thu, 7 Oct 2004 12:22:16 +0000 (+0000) Subject: removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC... X-Git-Tag: PRE_NEW_VM_GEN_PATCH~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=940c5b393d92f04fab49b59e605364f17372e7dc;p=php removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC itself supports mkstemp functionality --- diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index b8c94528cd..3c9111c02d 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -31,18 +31,12 @@ #include "win32/winutil.h" #elif defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else #include #endif -#ifdef NEW_LIBC #include #else -#include "netware/param.h" -#endif -#include "netware/mktemp.h" -#else #include #include #include