- Mar 07, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
it fails if the macro that is being undefined is not already defined. To make this work under all cases and be sure that at a certain point some specific macro isn't defined we must use the following style in configure: m4_ifdef([macro], [m4_undefine([macro])])
-
- Mar 06, 2007
-
-
Dan Fandrich authored
Luckily, they weren't needed.
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 27, 2007
-
-
Gisle Vanem authored
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since it's already included through "setup.h".
-
- Feb 22, 2007
- Feb 21, 2007
-
-
Yang Tse authored
-
Gisle Vanem authored
-
- Feb 20, 2007
-
-
Yang Tse authored
struct for platforms that don't have it to setup_once.h
-
- Feb 19, 2007
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 18, 2007
-
-
Yang Tse authored
-
- Feb 17, 2007
- Feb 16, 2007
- Feb 15, 2007
-
-
Yang Tse authored
making them available to any source code file which includes "setup.h". Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno (or equivalent) on this platform to hide platform details to code using it.
-
Yang Tse authored
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored"
-
Yang Tse authored
-
- Feb 14, 2007
- Feb 13, 2007
- Feb 08, 2007
- Feb 07, 2007