summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/config.h.in
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-12-16 19:59:05 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-12-16 19:59:05 (GMT)
commit8d3689072394e6410c766eac9a8b0cae598f6500 (patch)
treea0591d8bae8625071f9337049b5d9f33f3e900e0 /Utilities/cmcurl/config.h.in
parentc5cbb318c5bc9c5bf0d5decb7c05b44853180cc0 (diff)
downloadCMake-8d3689072394e6410c766eac9a8b0cae598f6500.zip
CMake-8d3689072394e6410c766eac9a8b0cae598f6500.tar.gz
CMake-8d3689072394e6410c766eac9a8b0cae598f6500.tar.bz2
Use _POLL_EMUL_H_ instead of HAVE_POLL_FINE
Headers define _POLL_EMUL_H_ if they are not in the kernel, so a try_run check for them is not necessary.
Diffstat (limited to 'Utilities/cmcurl/config.h.in')
-rw-r--r--Utilities/cmcurl/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utilities/cmcurl/config.h.in b/Utilities/cmcurl/config.h.in
index e3efdc1..72a1cd4 100644
--- a/Utilities/cmcurl/config.h.in
+++ b/Utilities/cmcurl/config.h.in
@@ -348,9 +348,6 @@
/* Define to 1 if you have the `poll' function. */
#cmakedefine HAVE_POLL ${HAVE_POLL}
-/* If you have a fine poll */
-#cmakedefine HAVE_POLL_FINE ${HAVE_POLL_FINE}
-
/* we have a POSIX-style strerror_r() */
#cmakedefine HAVE_POSIX_STRERROR_R ${HAVE_POSIX_STRERROR_R}