From 980c6f4eff5de1d081a2ac2b5531544d58f69b76 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 10 Jan 2003 08:08:21 -0500 Subject: [PATCH] Forgot to move gethostname --- Source/CTest/Curl/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index 9a61b06fe..560207fd4 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}