From 323e09b70b49d7bbe74e98f6a3ca804dce5e759d Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 13 Nov 2004 19:43:21 +0000 Subject: [PATCH] fix several security vulnerabilities found by iDEFENSE in fcronsighup fix several security vulnerabilities found by iDEFENSE in fcronsighup --- config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 67da51a..3eab2eb 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.53 2004-08-17 12:53:14 thib Exp $ */ + /* $Id: config.h.in,v 1.54 2004-11-13 19:43:21 thib Exp $ */ /* *********************************************************** */ @@ -314,6 +314,9 @@ /* Define if you have the header file. */ #undef HAVE_GETOPT_H +/* Define if you have the header file. */ +#undef HAVE_GRP_H + /* Define if you have the header file. */ #undef HAVE_LIMITS_H -- 2.47.3