From 104fc2fcd1eb6f28a88c2364d3631dda867c0863 Mon Sep 17 00:00:00 2001 From: martynas Date: Thu, 24 Jul 2008 14:11:42 +0000 Subject: [PATCH] isinf/isnan are macros now, therefore ap_config_auto.h differ. regen from sthen@. discussed w/ millert@. "yep" sthen@. --- usr.sbin/httpd/src/include/ap_config_auto.h | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.20.1