summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-12-17 16:31:15 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-12-17 16:31:15 (GMT)
commit8a61950e4223c551a291cb0cc25a7a0232b2690a (patch)
treef7c92bcc01adbaa33b4b2ba0141310a2704ebab9 /Utilities
parent44fca8b51af2e198d2d2cc6a2ad5f18838f9d235 (diff)
downloadCMake-8a61950e4223c551a291cb0cc25a7a0232b2690a.zip
CMake-8a61950e4223c551a291cb0cc25a7a0232b2690a.tar.gz
CMake-8a61950e4223c551a291cb0cc25a7a0232b2690a.tar.bz2
Toss out strerror_r macros
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmcurl/config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Utilities/cmcurl/config.h.in b/Utilities/cmcurl/config.h.in
index 72a1cd4..6e74935 100644
--- a/Utilities/cmcurl/config.h.in
+++ b/Utilities/cmcurl/config.h.in
@@ -171,9 +171,6 @@
/* Define to 1 if you have the `gettimeofday' function. */
#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
-/* we have a glibc-style strerror_r() */
-#cmakedefine HAVE_GLIBC_STRERROR_R ${HAVE_GLIBC_STRERROR_R}
-
/* Define to 1 if you have the `gmtime_r' function. */
#cmakedefine HAVE_GMTIME_R ${HAVE_GMTIME_R}
@@ -348,9 +345,6 @@
/* Define to 1 if you have the `poll' function. */
#cmakedefine HAVE_POLL ${HAVE_POLL}
-/* we have a POSIX-style strerror_r() */
-#cmakedefine HAVE_POSIX_STRERROR_R ${HAVE_POSIX_STRERROR_R}
-
/* Define to 1 if you have the <process.h> header file. */
#cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H}
@@ -441,9 +435,6 @@
/* Define to 1 if you have the `strdup' function. */
#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
-/* Define to 1 if you have the `strerror_r' function. */
-#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
-
/* Define to 1 if you have the `stricmp' function. */
#cmakedefine HAVE_STRICMP ${HAVE_STRICMP}