From: Thibault Godouet Date: Fri, 17 Aug 2001 19:48:18 +0000 (+0000) Subject: bug corrected : we check for the existence of getopt_long(), not only getopt.h,as... X-Git-Tag: ver2_9_4~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d699eca83f8c909799fc4e4063cec6c83a23a09;p=thirdparty%2Ffcron.git bug corrected : we check for the existence of getopt_long(), not only getopt.h,as some systems may define getopt() in getopt.h but not getopt_long() --- diff --git a/config.h.in b/config.h.in index f702673..2ea1acf 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.34 2001-07-08 12:41:52 thib Exp $ */ + /* $Id: config.h.in,v 1.35 2001-08-17 19:48:18 thib Exp $ */ /* *********************************************************** */ @@ -215,6 +215,9 @@ /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME +/* Define if you have the getopt_long function. */ +#undef HAVE_GETOPT_LONG + /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY