aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)Author
2003-10-30Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg
which made the test start working nicely on BeOS. Shard verified it.
2003-10-06O_NONBLOCK does not work on BeOS according to ShardDaniel Stenberg
2003-10-05improved the non-block check a lot:Daniel Stenberg
* several tests ALWAYS failed due to bad test programs * the IoctlSocket() test now is linked on test as it could otherwise compile fine on many systems that doesn't support it * added a test for the BeOS way of doing non-blocking sockets (based on a patch from Shard)
2003-05-15change the order of the in_addr_t tests, so that 'unsigned long' is testedDaniel Stenberg
for first, as it seems to be what many systems use
2003-01-20added description in all AC_DEFINE() callsDaniel Stenberg
2002-01-31Albert Chin:Daniel Stenberg
Forgot one case. On HP-UX 11.00, gethostbyname_r() is properly defined if -D_REENTRANT is used. Without it, the compiler still accepts the function prototype but gives a warning about hostent_data going out of scope. This is because struct hostent_data is not declared. So, we force an error by trying to set a variable to the struct.
2002-01-14Stoned Elipot's patch for the in_addr_t testDaniel Stenberg
2001-11-28now sets a type for in_addr_t even if it isn't found in the #include filesDaniel Stenberg
like on my linux box
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-11-08now we make sure that NULL is defined in the gethostbyname_r() compilesDaniel Stenberg
as it turned out they aren't everywhere, and that causes compiles to fail and then we don't find the proper function call!
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-01Added non-blocking sockets testDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-05-29not used in autoconf version 2.50Daniel Stenberg
2001-04-19Albert Chin's patch posted to the mailing list 19 Apr 2001Daniel Stenberg
2000-08-24largefile.m4 was turned into acinclude.m4Daniel Stenberg