* stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.
authorMumit Khan <khan@xraylith.wisc.edu>
Mon, 17 May 1999 02:33:37 +0000 (02:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 17 May 1999 02:33:37 +0000 (20:33 -0600)
From-SVN: r26966

libstdc++/stl/ChangeLog
libstdc++/stl/stl_config.h

index b23a9163c752529665edd9bafff86266b31ee395..10669ea9b4c886508183b7738e0dc4c6ddfc3e5a 100644 (file)
@@ -1,3 +1,7 @@
+Mon May 17 03:33:47 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.
+
 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
 
        * stl_alloc.h: Make it possible to compile with __USE_MALLOC.
index 4c23e3e4167473e65d4d17f0701b6f3ad28d85ef..f9295f1f1dd03dfa7a17287a76cfc5bf43854d84 100644 (file)
 #   define __STL_NO_DRAND48
 # endif
 
+# if defined(__CYGWIN__)
+#   define __STL_NO_DRAND48
+# endif
+
 # if defined(_MSC_VER)
 #   define __STL_NO_DRAND48
 #   define __STL_NEED_TYPENAME