diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-22 07:19:33 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-22 07:19:33 +0000 |
commit | f586dad45c8f76a0635bd7d076f672745853bb23 (patch) | |
tree | 11fa6f5b7ff3aa4b83e12bc2eec4d125a5d6de35 /perl.h | |
parent | d6b7ef8642dbff7f74dde11fd4995a37e8f38c04 (diff) | |
parent | a6b9a15308fcb171e225c1d3fcbcdd25cdd852bc (diff) | |
download | perl-f586dad45c8f76a0635bd7d076f672745853bb23.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@15409
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |