summaryrefslogtreecommitdiff
path: root/os400/os400config.h.in
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-07-26 20:12:45 -0400
committerNick Wellnhofer <wellnhofer@aevum.de>2022-01-16 14:34:37 +0100
commit51c88c6f8d7b554847569fd6ba3e3b2aed646325 (patch)
tree9a52c67c1ebd1c92d96f4a8e76043480dd3eddf6 /os400/os400config.h.in
parent1a013ba711dd1a3825f4e2d4c0022d43c7bd860f (diff)
downloadlibxml2-51c88c6f8d7b554847569fd6ba3e3b2aed646325.tar.gz
configure: remove unused checks for functions
Nothing uses the results from these checks, so remove the checks. There are some "uses" in order to suppress macro shadowing in MSVC's implementation of `isinf` and `isnan` as macros, but those are hard-coded and do not require checks to manage.
Diffstat (limited to 'os400/os400config.h.in')
-rw-r--r--os400/os400config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/os400/os400config.h.in b/os400/os400config.h.in
index 322519f3..1588cfad 100644
--- a/os400/os400config.h.in
+++ b/os400/os400config.h.in
@@ -54,12 +54,6 @@
/* Define to 1 if you have the `isascii' function. */
#define HAVE_ISASCII 1
-/* Define if isinf is there */
-#undef HAVE_ISINF
-
-/* Define if isnan is there */
-#undef HAVE_ISNAN
-
/* Define if history library is there (-lhistory) */
#undef HAVE_LIBHISTORY
@@ -122,9 +116,6 @@
/* Have shl_load based dso */
#undef HAVE_SHLLOAD
-/* Define to 1 if you have the `signal' function. */
-#undef HAVE_SIGNAL
-
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1