Re: Digital Mars patches
Hrvoje Niksic <[email protected]> Tue, 05 Jul 2005 20:25:31 +0200
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
Gisle Vanem <[email protected]> writes: >> config.h: >> - Generic features of the Win32 C environment, mostly >> non-compiler-specific. This would follow the format of > > Fewer config* files are a good thing. So I'm for that change (a > windows/config.win32 copied to src/config.h by GNU make). Yup. Do you think we could require GNU make so we don't have to support multiple flavors of Makefiles? >>> - Has '_Bool'. C99 type? >> _Bool is C99. Does it have stdbool.h and the related bool #define? > > My oversight. DMC do have <stdbool.h>. Then its config.h should define HAVE_STDBOOL_H and HAVE__BOOL, and Wget will use them.