From: Jarkko Hietaniemi Date: Thu, 21 Mar 2002 14:37:56 +0000 (+0000) Subject: NetWare diff from C Aditya. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9366f0ec508a96f6d067d5496e2a37c30b9c2521;p=p5sagit%2Fp5-mst-13.2.git NetWare diff from C Aditya. p4raw-id: //depot/perl@15387 --- diff --git a/perl.h b/perl.h index 02e3f9c..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