diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-12 12:28:34 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-12 12:28:34 +0000 |
commit | f8a55706c44acd477cbab0c21002fc7b090daa78 (patch) | |
tree | 3d94d02e09c4d19cfafbf0c4b3666b2129437076 /gcc/config.in | |
parent | c1b9d0085ef720eb809014e173dd521f3e937def (diff) | |
download | gcc-f8a55706c44acd477cbab0c21002fc7b090daa78.tar.gz |
Actually regenerate (using autoheader) this time.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64242 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to `long' if <sys/resource.h> 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 <sys/resource.h> doesn't define. */ +#undef rlim_t + /* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_LDGETNAME |