aboutsummaryrefslogtreecommitdiffstats
path: root/erts/autoconf/win32.config.cache.static
AgeCommit message (Collapse)Author
2011-09-08erts/configure.in: Remove test for reversed setvbuf() argumentsBjörn Gustavsson
The test is not needed, because no code tests whether SETVBUF_REVERSED is defined. Furthermore, AC_FUNC_SETVBUF_REVERSED is now documented like this: Do nothing. Formerly, this macro checked whether setvbuf takes the buffering type as its second argument and the buffer pointer as the third, instead of the other way around, and defined SETVBUF_REVERSED. However, the last systems to have the problem were those based on SVR2, which became obsolete in 1987, and the macro is no longer needed.
2011-09-08erts/configure.in: Don't check for the presence of mach-o/dyld.hBjörn Gustavsson
We no longer include mach-o/dyld.h (because we only support MacOS X versions that have dlopen()).
2010-12-01Make windows inet_gethost work for ipv6Patrik Nyblom
2010-11-09Implement inet:getifaddrs/0 on WindowsRaimo Niskanen
2010-06-08Make win32.config.cache static and copied when doing otp_build configureU-KRAKEN\pan