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

From-SVN: r26966
This commit is contained in:
Mumit Khan 1999-05-17 02:33:37 +00:00 committed by Jeff Law
parent e74389ffa1
commit 53df21a6d4
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -201,6 +201,10 @@
# 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