]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
fix several security vulnerabilities found by iDEFENSE in fcronsighup
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 13 Nov 2004 19:43:21 +0000 (19:43 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 13 Nov 2004 19:43:21 +0000 (19:43 +0000)
fix several security vulnerabilities found by iDEFENSE in fcronsighup

config.h.in

index 67da51a16e4d369d7527493417b28a358336e22f..3eab2ebdfd9bd5062c36221603dd2834659b4b65 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* Define if you have the <getopt.h> header file.  */
 #undef HAVE_GETOPT_H
 
+/* Define if you have the <grp.h> header file.  */
+#undef HAVE_GRP_H
+
 /* Define if you have the <limits.h> header file.  */
 #undef HAVE_LIMITS_H