From: Thibault Godouet Date: Sat, 30 Sep 2000 11:58:39 +0000 (+0000) Subject: includes limits.h X-Git-Tag: ver2_9_4~546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e8d1e0578c66df51da5f781579371f5bc11e2d;p=thirdparty%2Ffcron.git includes limits.h --- diff --git a/config.h.in b/config.h.in index c2f9332..ca19754 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.20 2000-09-16 12:36:37 thib Exp $ */ + /* $Id: config.h.in,v 1.21 2000-09-30 11:58:39 thib Exp $ */ /* *********************************************************** */ @@ -238,6 +238,9 @@ /* Define if you have the header file. */ #undef HAVE_GETOPT_H +/* Define if you have the header file. */ +#undef HAVE_LIMITS_H + /* Define if you have the header file. */ #undef HAVE_MACH_MACH_H