summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-16 15:03:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-16 15:03:30 (GMT)
commite10e983f51c813ff4f719f7feded9308de0f3344 (patch)
tree616389f32fab0ebe26af8b437de60ec561857db3 /Source/CTest/Curl
parent7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2 (diff)
downloadCMake-e10e983f51c813ff4f719f7feded9308de0f3344.zip
CMake-e10e983f51c813ff4f719f7feded9308de0f3344.tar.gz
CMake-e10e983f51c813ff4f719f7feded9308de0f3344.tar.bz2
Cleanups
Diffstat (limited to 'Source/CTest/Curl')
-rw-r--r--Source/CTest/Curl/CMakeLists.txt2
-rw-r--r--Source/CTest/Curl/Platforms/WindowsCache.cmake6
-rw-r--r--Source/CTest/Curl/config.h.in9
3 files changed, 2 insertions, 15 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt
index 808c33d..f111dc2 100644
--- a/Source/CTest/Curl/CMakeLists.txt
+++ b/Source/CTest/Curl/CMakeLists.txt
@@ -195,8 +195,6 @@ ENDIF(NOT HAVE_SIZEOF_SSIZE_T)
FIND_FILE(RANDOM_FILE urandom /dev)
-CHECK_FUNCTION_EXISTS(_doprnt HAVE_DOPRNT)
-CHECK_FUNCTION_EXISTS(vprintf HAVE_VPRINTF)
CHECK_FUNCTION_EXISTS(socket HAVE_SOCKET)
CHECK_FUNCTION_EXISTS(poll HAVE_POLL)
CHECK_FUNCTION_EXISTS(select HAVE_SELECT)
diff --git a/Source/CTest/Curl/Platforms/WindowsCache.cmake b/Source/CTest/Curl/Platforms/WindowsCache.cmake
index 884f3f2..d1ce2bd 100644
--- a/Source/CTest/Curl/Platforms/WindowsCache.cmake
+++ b/Source/CTest/Curl/Platforms/WindowsCache.cmake
@@ -4,7 +4,6 @@ IF(WIN32)
SET(HAVE_LIBWS2_32 1)
SET(HAVE_GETHOSTNAME 1)
SET(HAVE_GETHOSTBYADDR 1)
- SET(HAVE_GETSERVBYNAME 1)
SET(HAVE_INET_ADDR 1)
SET(HAVE_INET_NTOA 1)
SET(HAVE_SELECT 1)
@@ -48,8 +47,6 @@ IF(WIN32)
SET(HAVE_SOCK_H 0)
SET(HAVE_X509_H 0)
SET(SIZEOF_SSIZE_T 0)
- SET(HAVE_DOPRNT 0)
- SET(HAVE_VPRINTF 1)
SET(HAVE_STRDUP 1)
SET(HAVE_STRSTR 1)
SET(HAVE_STRTOK_R 0)
@@ -108,4 +105,5 @@ IF(WIN32)
ELSE(WIN32)
MESSAGE("This file should be included on Windows platform only")
ENDIF(WIN32)
-ENDIF(NOT UNIX) \ No newline at end of file
+ENDIF(NOT UNIX)
+
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in
index 0560f0f..eef1c93 100644
--- a/Source/CTest/Curl/config.h.in
+++ b/Source/CTest/Curl/config.h.in
@@ -32,9 +32,6 @@
/* Define if you have the inet_ntoa_r function declared. */
#cmakedefine HAVE_INET_NTOA_R_DECL ${HAVE_INET_NTOA_R_DECL}
-/* Define if you have the getservbyname function. */
-#cmakedefine HAVE_GETSERVBYNAME ${HAVE_GETSERVBYNAME}
-
/* Define if you need the _REENTRANT define for some functions */
#cmakedefine NEED_REENTRANT ${NEED_REENTRANT}
@@ -493,11 +490,5 @@
/* Define to `int' if <sys/types.h> does not define. */
#cmakedefine ssize_t ${ssize_t}
-/* Define if you don't have vprintf but do have _doprnt. */
-#cmakedefine HAVE_DOPRNT ${HAVE_DOPRNT}
-
-/* Define to 1 if you have the vprintf function. */
-#cmakedefine HAVE_VPRINTF ${HAVE_VPRINTF}
-
/* The number of bytes in a long double. */
#cmakedefine SIZEOF_LONG_DOUBLE ${SIZEOF_LONG_DOUBLE}