From 0dbc640ad6a9c042c7908d683c0fa5e69e2a6a18 Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 4 Dec 2000 20:18:58 +0000 Subject: [PATCH] added gethostname --- config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.40.0