From: thib 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: ver1564~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1171b0988cfe38909ddf18b06e30dc9c557b8d92;p=fcron 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