]> granicus.if.org Git - fcron/commitdiff
added a check for SETLINEBUF
authorthib <thib>
Fri, 19 Jul 2002 19:39:28 +0000 (19:39 +0000)
committerthib <thib>
Fri, 19 Jul 2002 19:39:28 +0000 (19:39 +0000)
config.h.in

index 566f4544c097fb595bae44d2c2cc8b893856daf7..a9bb32c862342249ca3d75e0d04b78ae1d503e2d 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.41 2002-03-31 15:05:58 thib Exp $ */
+ /* $Id: config.h.in,v 1.42 2002-07-19 19:39:28 thib Exp $ */
 
 
 /* *********************************************************** */
 /* Define if you have the seteuid function.  */
 #undef HAVE_SETEUID
 
+/* Define if you have the setlinebuf function.  */
+#undef HAVE_SETLINEBUF
+
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR