Commit 53df21a6 by Mumit Khan Committed by Jeff Law

* stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.

From-SVN: r26966
parent e74389ff
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> 1999-05-07 Ulrich Drepper <drepper@cygnus.com>
* stl_alloc.h: Make it possible to compile with __USE_MALLOC. * stl_alloc.h: Make it possible to compile with __USE_MALLOC.
......
...@@ -201,6 +201,10 @@ ...@@ -201,6 +201,10 @@
# define __STL_NO_DRAND48 # define __STL_NO_DRAND48
# endif # endif
# if defined(__CYGWIN__)
# define __STL_NO_DRAND48
# endif
# if defined(_MSC_VER) # if defined(_MSC_VER)
# define __STL_NO_DRAND48 # define __STL_NO_DRAND48
# define __STL_NEED_TYPENAME # define __STL_NEED_TYPENAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment