1999-10-13 Ben Elliston <bje@cygnus.com>
+ * acconfig.h: Reintroduce missing definitions due to testsuite
+ regressions.
+
* autoconf.texi (Configuration Headers): Document the potential
trouble caused by autoheader and boilerplate files. Fix for
PR autoconf/45.
/* Define if on MINIX. */
#undef _MINIX
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef mode_t
+
/* Define if you don't have <dirent.h>, but have <ndir.h>. */
#undef NDIR
/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
#undef F77_NO_MINUS_C_MINUS_O
+/* Define to `long' if <sys/types.h> doesn't define. */
+#undef off_t
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef pid_t
+
/* Define if the system does not provide POSIX.1 features except
with this defined. */
#undef _POSIX_1_SOURCE
before release 3. */
#undef SETVBUF_REVERSED
+/* Define to `unsigned' if <sys/types.h> doesn't define. */
+#undef size_t
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.