summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-07-24 14:11:43 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-07-24 14:11:43 +0000
commit157fdd2141ea7491ecb302230b07338bb5f6a22a (patch)
treeb4c3c45160bbd37c0685ec809e783c9acd337af5 /usr.sbin
parent21bb1766daf8306471629761a5f291a9a73e4c8e (diff)
isinf/isnan are macros now, therefore ap_config_auto.h differ. regen
from sthen@. discussed w/ millert@. "yep" sthen@.
Diffstat (limited to 'usr.sbin')
-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