WIN32 and CYGWIN fixes.

This commit is contained in:
U-WIN-UA9ACS5GS9N\vitor
2012-04-18 14:14:56 -05:00
parent 81be229e22
commit 19807d46f7
7 changed files with 29 additions and 23 deletions

3
C/sysbits.c Normal file → Executable file
View File

@@ -81,7 +81,8 @@ static char SccsId[] = "%W% %G%";
#include <sys/param.h>
#endif
#endif
#if HAVE_FENV_H
/* CYGWIN seems to include this automatically */
#if HAVE_FENV_H && !defined(__CYGWIN__)
#include <fenv.h>
#endif
#if HAVE_READLINE_READLINE_H