Norton T. Allen [Wed, 28 Jul 1999 13:06:23 +0000 (09:06 -0400)]
(The elimination of use of the _() macro apparently triggered
an incompatability with a #define of atof)
To: perl5-porters@perl.org
Subject: [ID
19990728.008] Patch:perl.h _58 QNX
Message-Id: <
199907281706.NAA07617@bottesini.harvard.edu>
p4raw-id: //depot/cfgperl@3818
# define STANDARD_C 1
#endif
-#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC)
+#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC) || defined(__QNX__)
# define DONT_DECLARE_STD 1
#endif