]> granicus.if.org Git - php/commitdiff
NetWare has a compliant pthread implementation
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 1 Feb 2005 13:04:26 +0000 (13:04 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 1 Feb 2005 13:04:26 +0000 (13:04 +0000)
TSRM/TSRM.h

index d33240fa1e6ffdbcb1947b042a05cfec6cf0f3dc..9b3b454a36dd2c1cb4743297059cf83f6292383e 100644 (file)
 # endif
 # include <windows.h>
 # include <shellapi.h>
-#elif defined(NETWARE)
-# include <nks/thread.h>
-#ifdef USE_MPK
-# include <mpklib4php.h>
-#else
-# include <nks/synch.h>
-#endif
 #elif defined(GNUPTH)
 # include <pth.h>
 #elif defined(PTHREADS)
@@ -66,13 +59,6 @@ typedef int ts_rsrc_id;
 #ifdef TSRM_WIN32
 # define THREAD_T DWORD
 # define MUTEX_T CRITICAL_SECTION *
-#elif defined(NETWARE)
-# define THREAD_T NXThreadId_t
-#ifdef USE_MPK
-# define MUTEX_T MUTEX
-#else
-# define MUTEX_T NXMutex_t *
-#endif
 #elif defined(GNUPTH)
 # define THREAD_T pth_t
 # define MUTEX_T pth_mutex_t *