CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/05 05:58:27
Modified files:
usr.sbin/httpd/src: Configure
Log message:
Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generated
ap_config_auto.h. We know we have these functions in libc on OpenBSD, but
the check for them fails with gcc due to some __builtin__xxx stupidity.
ok drahn@, sthen@, henning@
