From: Ben Elliston Date: Wed, 13 Oct 1999 11:08:26 +0000 (+0000) Subject: 1999-10-13 Ben Elliston X-Git-Tag: pre-exp-merge-1999-10-17~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e142ec2ba2e1d069fe3ddd5db3c85db73d5d5832;p=thirdparty%2Fautoconf.git 1999-10-13 Ben Elliston * acconfig.h: Reintroduce missing definitions due to testsuite regressions. --- diff --git a/ChangeLog b/ChangeLog index 18a9d71c..35356f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-10-13 Ben Elliston + * 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. diff --git a/acconfig.h b/acconfig.h index bdfa25a6..0d7f66ae 100644 --- a/acconfig.h +++ b/acconfig.h @@ -153,6 +153,9 @@ /* Define if on MINIX. */ #undef _MINIX +/* Define to `int' if doesn't define. */ +#undef mode_t + /* Define if you don't have , but have . */ #undef NDIR @@ -172,6 +175,12 @@ /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */ #undef F77_NO_MINUS_C_MINUS_O +/* Define to `long' if doesn't define. */ +#undef off_t + +/* Define to `int' if doesn't define. */ +#undef pid_t + /* Define if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE @@ -199,6 +208,9 @@ before release 3. */ #undef SETVBUF_REVERSED +/* Define to `unsigned' if 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.