* include/config.h.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49585
138bc75d-0d04-0410-961f-
82ee72b054a4
2002-02-07 Tom Tromey <tromey@redhat.com>
+ * include/name-finder.h: Conditionally include sys/wait.h.
+ * include/config.h.in: Rebuilt.
+
* java/io/natFile.cc (_access): Don't stack-allocate buffer.
Size buffer based on real size of string.
(_stat): Likewise.
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
+
/* Define if your struct tm has tm_zone. */
#undef HAVE_TM_ZONE
// name-finder.h - Convert addresses to names
-/* Copyright (C) 2000 Red Hat Inc
+/* Copyright (C) 2000, 2002 Free Software Foundation, Inc
This file is part of libgcj.
#include <sys/types.h>
+#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
+#endif
#include <string.h>
#include <stdio.h>