From: Thibault Godouet Date: Mon, 4 Dec 2000 20:18:58 +0000 (+0000) Subject: added gethostname X-Git-Tag: ver2_9_4~485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3933802ecbbbbba53417b0242e63ccc2d4916f;p=thirdparty%2Ffcron.git 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