]> granicus.if.org Git - php/commitdiff
Removing unwanted NetWare Code
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 06:41:15 +0000 (06:41 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 06:41:15 +0000 (06:41 +0000)
main/php.h

index bbab446ab2d563c83727737c3b54859a3b33469c..3866582b5f58620728ab021a9c7be1e29a66a2f1 100644 (file)
@@ -248,19 +248,9 @@ END_EXTERN_C()
 
 /* global variables */
 #if !defined(PHP_WIN32)
-#ifdef NETWARE
-#ifdef NEW_LIBC
-#define php_sleep sleep
-#else  /* NEW_LIBC */
-#define php_sleep   delay   /* sleep() and usleep() are not available */
-#define usleep      delay
-#endif /* NEW_LIBC */
-extern char **environ;
-#else  /* NETWARE */
 extern char **environ;
 #define php_sleep sleep
 #define PHP_SLEEP_NON_VOID
-#endif /*  NETWARE */
 #endif /* !defined(PHP_WIN32) */
 
 #ifdef PHP_PWRITE_64