From 9df62b2348371aaace984cce28ebadeb546bf084 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 19 Jul 2002 19:39:28 +0000 Subject: [PATCH] added a check for SETLINEBUF --- config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 566f454..a9bb32c 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.41 2002-03-31 15:05:58 thib Exp $ */ + /* $Id: config.h.in,v 1.42 2002-07-19 19:39:28 thib Exp $ */ /* *********************************************************** */ @@ -267,6 +267,9 @@ /* 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 -- 2.40.0