]> granicus.if.org Git - fcron/commitdiff
added gethostname
authorthib <thib>
Mon, 4 Dec 2000 20:18:58 +0000 (20:18 +0000)
committerthib <thib>
Mon, 4 Dec 2000 20:18:58 +0000 (20:18 +0000)
config.h.in

index 83eac9a3b706a32acf6c8cd24d983c64a9a987a0..64c5cd5e412c07709a69133788e7d85426abf59f 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* 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