X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=e34ace3ac5a10a959ec13684f48577f3d41db3eb;hb=8f8f6e09d34f5d0588c3287bc99d33cf16f7fc13;hp=6b32ffd86ca757e9b02aa4f6d2ebc4e38861321d;hpb=03bfcac8f4be6db5e31d8e504887b86016c2bc4e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 6b32ffd..e34ace3 100644 --- a/perl.h +++ b/perl.h @@ -79,7 +79,7 @@ /* Use the reentrant APIs like localtime_r and getpwent_r */ /* Win32 has naturally threadsafe libraries, no need to use any _r variants. */ -#if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(WIN32) && !defined(__APPLE__) +#if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(NETWARE) && !defined(WIN32) && !defined(__APPLE__) # define USE_REENTRANT_API #endif @@ -445,7 +445,7 @@ int usleep(unsigned int); # define MYSWAP #endif -/* Cannot include embed.h here on Win32 as win32.h has not +/* Cannot include embed.h here on Win32 as win32.h has not yet been included and defines some config variables e.g. HAVE_INTERP_INTERN */ #if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS))