From f8a55706c44acd477cbab0c21002fc7b090daa78 Mon Sep 17 00:00:00 2001 From: hp Date: Wed, 12 Mar 2003 12:28:34 +0000 Subject: Actually regenerate (using autoheader) this time. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64242 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/config.in b/gcc/config.in index 24a71091164..5b54b05ee05 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -347,7 +347,7 @@ through valgrind (a memory checker). This is extremely expensive. */ #undef ENABLE_VALGRIND_CHECKING -/* Define if valgrind's memcheck.h header is installed. */ +/* Define if valgrind's memcheck.h header is installed. */ #undef HAVE_MEMCHECK_H /* Define if you want to use __cxa_atexit, rather than atexit, to @@ -396,9 +396,6 @@ /* Define if you have a working header file. */ #undef HAVE_INTTYPES_H -/* Define to `long' if doesn't define. */ -#undef rlim_t - /* Define if printf supports %p. */ #undef HAVE_PRINTF_PTR @@ -492,6 +489,9 @@ /* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_GETRUSAGE +/* Define to `long' if doesn't define. */ +#undef rlim_t + /* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_LDGETNAME -- cgit v1.2.1