diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 14:37:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 14:37:56 +0000 |
commit | 9366f0ec508a96f6d067d5496e2a37c30b9c2521 (patch) | |
tree | 42c9e7110479b601241b387e5b741517d65c1c9a /perl.h | |
parent | 09f00d283fb4ebea6ea564ca759863253bd4449e (diff) | |
download | perl-9366f0ec508a96f6d067d5496e2a37c30b9c2521.tar.gz |
NetWare diff from C Aditya.
p4raw-id: //depot/perl@15387
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 |