From: thib Date: Mon, 4 Dec 2000 20:18:58 +0000 (+0000) Subject: added gethostname X-Git-Tag: ver1564~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dbc640ad6a9c042c7908d683c0fa5e69e2a6a18;p=fcron added gethostname --- diff --git a/config.h.in b/config.h.in index 83eac9a..64c5cd5 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.23 2000-11-10 17:38:21 thib Exp $ */ + /* $Id: config.h.in,v 1.24 2000-12-04 20:18:58 thib Exp $ */ /* *********************************************************** */ @@ -210,6 +210,9 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the gethostname function. */ +#undef HAVE_GETHOSTNAME + /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY