summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-03-22 07:19:33 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-03-22 07:19:33 +0000
commitf586dad45c8f76a0635bd7d076f672745853bb23 (patch)
tree11fa6f5b7ff3aa4b83e12bc2eec4d125a5d6de35 /perl.h
parentd6b7ef8642dbff7f74dde11fd4995a37e8f38c04 (diff)
parenta6b9a15308fcb171e225c1d3fcbcdd25cdd852bc (diff)
downloadperl-f586dad45c8f76a0635bd7d076f672745853bb23.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@15409
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 6b32ffd86c..c6f01b0cc4 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