artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e339c45
)
isinf/isnan are macros now, therefore ap_config_auto.h differ. regen
author
martynas
<martynas@openbsd.org>
Thu, 24 Jul 2008 14:11:42 +0000
(14:11 +0000)
committer
martynas
<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
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/src/include/ap_config_auto.h
b/usr.sbin/httpd/src/include/ap_config_auto.h
index
8c46007
..
9b6163f
100644
(file)
--- 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