blob: cf190302f549aa2a994108ffa794afb391c8e38b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- stlport/stl/_config.h.orig Sat Nov 10 19:51:04 2001
+++ stlport/stl/_config.h Sat Nov 10 19:51:28 2001
@@ -174,7 +174,7 @@
# endif
/* Operating system recognition (basic) */
-# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX)
+# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX) || defined(__NetBSD__)
# define __STL_UNIX 1
# if defined (__linux__) && ! defined (__STL_USE_GLIBC)
# define __STL_USE_GLIBC 1
|