diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 15:06:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 15:06:28 (GMT) |
commit | 170e4c9453886cfd5c4abb7ba84d1d9acdedb1cf (patch) | |
tree | 19e29d41d0c891e348ce074a4f4393ccdf368570 /Source/CTest/Curl/config.h.in | |
parent | e10e983f51c813ff4f719f7feded9308de0f3344 (diff) | |
download | CMake-170e4c9453886cfd5c4abb7ba84d1d9acdedb1cf.zip CMake-170e4c9453886cfd5c4abb7ba84d1d9acdedb1cf.tar.gz CMake-170e4c9453886cfd5c4abb7ba84d1d9acdedb1cf.tar.bz2 |
HAVE_GETHOSTNAME is also unnecessary
Diffstat (limited to 'Source/CTest/Curl/config.h.in')
-rw-r--r-- | Source/CTest/Curl/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index eef1c93..122a272 100644 --- a/Source/CTest/Curl/config.h.in +++ b/Source/CTest/Curl/config.h.in @@ -165,9 +165,6 @@ /* Define to 1 if you have the `gethostbyname_r' function. */ #cmakedefine HAVE_GETHOSTBYNAME_R ${HAVE_GETHOSTBYNAME_R} -/* Define to 1 if you have the `gethostname' function. */ -#cmakedefine HAVE_GETHOSTNAME ${HAVE_GETHOSTNAME} - /* Define to 1 if you have the `getpass_r' function. */ #cmakedefine HAVE_GETPASS_R ${HAVE_GETPASS_R} |