pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-07-23
2015-07-23 20:20:28 by Jonas Walldén <jonasw@roxen.com>
2cb289605b3b5508271f0f3f7e01583595d118e6 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Switch from finite() to isfinite() since the former is flagged as
deprecated on OS X.
241:
/* Define if you have _isnan */ #undef HAVE__ISNAN
+
/* Define if you have isfinite */
+
#undef HAVE_ISFINITE
+
/* Define if you have fork */ #undef HAVE_FORK