diff --git a/config.h.in b/config.h.in index c8e2ca428..6c96e2f83 100644 --- a/config.h.in +++ b/config.h.in @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: config.h.in,v 1.2 2001/09/15 18:27:04 steve Exp $" +#ident "$Id: config.h.in,v 1.3 2001/10/18 16:16:23 steve Exp $" #endif #if defined(__cplusplus) @@ -42,9 +42,13 @@ # undef HAVE_DL_H # undef HAVE_FCHMOD # undef HAVE_LIBREADLINE +# undef HAVE_SYS_WAIT_H /* * $Log: config.h.in,v $ + * Revision 1.3 2001/10/18 16:16:23 steve + * Include HAVE_SYS_WAIT in config.h (PR#306) + * * Revision 1.2 2001/09/15 18:27:04 steve * Make configure detect malloc.h *