diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-10 13:08:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-10 13:08:21 (GMT) |
commit | 980c6f4eff5de1d081a2ac2b5531544d58f69b76 (patch) | |
tree | 1e684fb90e860d1897d1604f9563d5bb26765dfe /Source | |
parent | 4e2a2d78208088a4cd53f512f1db7bb42c272439 (diff) | |
download | CMake-980c6f4eff5de1d081a2ac2b5531544d58f69b76.zip CMake-980c6f4eff5de1d081a2ac2b5531544d58f69b76.tar.gz CMake-980c6f4eff5de1d081a2ac2b5531544d58f69b76.tar.bz2 |
Forgot to move gethostname
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/Curl/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index 9a61b06..560207f 100644 --- a/Source/CTest/Curl/config.h.in +++ b/Source/CTest/Curl/config.h.in @@ -168,6 +168,9 @@ /* 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} |