summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-21 14:37:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-21 14:37:56 +0000
commit9366f0ec508a96f6d067d5496e2a37c30b9c2521 (patch)
tree42c9e7110479b601241b387e5b741517d65c1c9a
parent09f00d283fb4ebea6ea564ca759863253bd4449e (diff)
downloadperl-9366f0ec508a96f6d067d5496e2a37c30b9c2521.tar.gz
NetWare diff from C Aditya.
p4raw-id: //depot/perl@15387
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 02e3f9c60e..e34ace3ac5 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