Forgot to move gethostname

This commit is contained in:
Andy Cedilnik 2003-01-10 08:08:21 -05:00
parent 4e2a2d7820
commit 980c6f4eff

View File

@ -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}