aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-15 17:53:05 -0800
committerChris Robinson <[email protected]>2018-11-15 17:53:05 -0800
commit7c933087718bd1b789f2638164bcf2f8698647cb (patch)
treeff51bb8d94d00f3ef168f63ede2ab85e3224dd47 /config.h.in
parentdc622b3182694793d0189acf402bda6bafdf589a (diff)
Remove checks for functions that always exist
They're part of C++11 and available on the testing systems. If some system has trouble, switching to proper C++ calls should fix it.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index 7895dc88..5a85faea 100644
--- a/config.h.in
+++ b/config.h.in
@@ -89,18 +89,6 @@
/* Define if we have the stat function */
#cmakedefine HAVE_STAT
-/* Define if we have the lrintf function */
-#cmakedefine HAVE_LRINTF
-
-/* Define if we have the cbrtf function */
-#cmakedefine HAVE_CBRTF
-
-/* Define if we have the copysignf function */
-#cmakedefine HAVE_COPYSIGNF
-
-/* Define if we have the strnlen function */
-#cmakedefine HAVE_STRNLEN
-
/* Define if we have the __int64 type */
#cmakedefine HAVE___INT64