summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2008-07-24 14:11:42 +0000
committermartynas <martynas@openbsd.org>2008-07-24 14:11:42 +0000
commit104fc2fcd1eb6f28a88c2364d3631dda867c0863 (patch)
treeb5a7916d579ed4d45881bbc8247e567fbbde0e38 /usr.sbin/httpd/src
parentSimplify uvideo_enum_fmt(), no functional changes. (diff)
downloadwireguard-openbsd-104fc2fcd1eb6f28a88c2364d3631dda867c0863.tar.xz
wireguard-openbsd-104fc2fcd1eb6f28a88c2364d3631dda867c0863.zip
isinf/isnan are macros now, therefore ap_config_auto.h differ. regen
from sthen@. discussed w/ millert@. "yep" sthen@.
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r--usr.sbin/httpd/src/include/ap_config_auto.h10
1 files changed, 0 insertions, 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