From e9e8d1e0578c66df51da5f781579371f5bc11e2d Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 30 Sep 2000 11:58:39 +0000 Subject: [PATCH] includes limits.h --- config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3