aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)Author
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