From: martynas Date: Thu, 24 Jul 2008 14:11:42 +0000 (+0000) Subject: isinf/isnan are macros now, therefore ap_config_auto.h differ. regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=104fc2fcd1eb6f28a88c2364d3631dda867c0863;p=openbsd isinf/isnan are macros now, therefore ap_config_auto.h differ. regen from sthen@. discussed w/ millert@. "yep" sthen@. --- diff --git a/usr.sbin/httpd/src/include/ap_config_auto.h b/usr.sbin/httpd/src/include/ap_config_auto.h index 8c460078960..9b6163ffe27 100644 --- a/usr.sbin/httpd/src/include/ap_config_auto.h +++ b/usr.sbin/httpd/src/include/ap_config_auto.h @@ -51,16 +51,6 @@ #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