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:
parent
606ce6e798
commit
2c9ffa506a
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user