diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-30 18:22:39 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-30 18:22:39 +0000 |
commit | 680776c828e07c0d2ccba0f4665e2d302996e1c6 (patch) | |
tree | 5d7aa7abdb1346e57eaae6ecaaa277722fb658d6 /gcc/config.in | |
parent | b89cfbce8effe8c54c770b320903bfc10b1d19fd (diff) | |
download | gcc-680776c828e07c0d2ccba0f4665e2d302996e1c6.tar.gz |
2001-09-30 H.J. Lu <hjl@gnu.org>
* acconfig.h (PREFIX_INCLUDE_DIR): New variable.
* config.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45911 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index cc912ab3b43..0759770c71a 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -80,6 +80,9 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef ssize_t +/* Define if cpp should also search $prefix/include. */ +#undef PREFIX_INCLUDE_DIR + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT @@ -509,8 +512,6 @@ /* Define 0/1 to force the choice for exception handling model. */ #undef CONFIG_SJLJ_EXCEPTIONS -/* Define if cpp should also search $prefix/include. */ -#undef PREFIX_INCLUDE_DIR /* Bison unconditionally undefines `const' if neither `__STDC__' nor __cplusplus are defined. That's a problem since we use `const' in |