]> granicus.if.org Git - fcron/commitdiff
bug corrected : we check for the existence of getopt_long(), not only getopt.h,as...
authorthib <thib>
Fri, 17 Aug 2001 19:48:18 +0000 (19:48 +0000)
committerthib <thib>
Fri, 17 Aug 2001 19:48:18 +0000 (19:48 +0000)
config.h.in

index f70267373a133536cf8af456998b1f8b0f7fa49d..2ea1acfa61382a1ba5f2d8985bf09fe38c79bb44 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* 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