Browse Source

Forgot to move gethostname

Andy Cedilnik 23 years ago
parent
commit
980c6f4eff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Source/CTest/Curl/config.h.in

+ 3 - 0
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}