configury: update to recent versions

Copied from GCC tip.

Fixes #84
This commit is contained in:
Ian Lance Taylor
2022-01-18 20:10:43 -08:00
parent d0f5e95a87
commit 332522e199
8 changed files with 1746 additions and 1603 deletions

View File

@@ -3425,8 +3425,8 @@ int setenv (const char *, const char *, int);
# define PATH_SEPARATOR ':'
#endif
#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
defined (__OS2__)
#if (defined (_WIN32) && ! defined(__CYGWIN__)) || defined (__MSDOS__) || \
defined (__DJGPP__) || defined (__OS2__)
# define HAVE_DOS_BASED_FILE_SYSTEM
# define FOPEN_WB "wb"
# ifndef DIR_SEPARATOR_2