isinf/isnan are macros now, therefore ap_config_auto.h differ. regen
authormartynas <martynas@openbsd.org>
Thu, 24 Jul 2008 14:11:42 +0000 (14:11 +0000)
committermartynas <martynas@openbsd.org>
Thu, 24 Jul 2008 14:11:42 +0000 (14:11 +0000)
from sthen@.  discussed w/ millert@.  "yep" sthen@.

usr.sbin/httpd/src/include/ap_config_auto.h

index 8c46007..9b6163f 100644 (file)
 #define HAVE_SYS_PARAM_H 1
 #endif
 
-/* determine: isinf() found in libc */ 
-#ifndef HAVE_ISINF
-#define HAVE_ISINF 1
-#endif
-
-/* determine: isnan() found in libc */ 
-#ifndef HAVE_ISNAN
-#define HAVE_ISNAN 1
-#endif
-
 /* sizeof(off_t) == sizeof(quad_t) on OpenBSD */
 #ifndef AP_OFF_T_IS_QUAD
 #define AP_OFF_T_IS_QUAD 1