]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-13 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 13 Oct 1999 11:08:26 +0000 (11:08 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 13 Oct 1999 11:08:26 +0000 (11:08 +0000)
* acconfig.h: Reintroduce missing definitions due to testsuite
regressions.

ChangeLog
acconfig.h

index 18a9d71c373923c71ce321c9609085f876251778..35356f6a4541aed7b8d194e64d7398492a43eb77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
index bdfa25a64ff04135f1fb5472a9e7736017df2a8d..0d7f66aea5b2d7fde1f61ed11ee1a88e6ae16317 100644 (file)
 /* 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.