1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Define HAVE__BOOL, HAVE_INTTYPES_H, and HAVE_STRTOLL for MinGW.

By Gisle Vanem.
This commit is contained in:
hniksic 2005-07-07 07:30:50 -07:00
parent 606ce6e798
commit 2c9ffa506a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-07-07 Gisle Vanem <giva@bgnett.no>
* config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and
HAVE_STRTOLL for MinGW.
2005-07-07 Hrvoje Niksic <hniksic@xemacs.org>
* config.h.mingw: Removed.

View File

@ -84,6 +84,11 @@ so, delete this exception statement from your version. */
# undef gai_strerror
# define gai_strerror windows_strerror
#endif
/* MinGW and GCC support some POSIX and C99 features. */
#define HAVE__BOOL 1
#define HAVE_INTTYPES_H 1
#define HAVE_STRTOLL 1
/* -------------------- */
/* MS Visual C section. */