Commit e9449401 by H.J. Lu Committed by H.J. Lu

acconfig.h (PREFIX_INCLUDE_DIR): New variable.

2001-09-30  H.J. Lu <hjl@gnu.org>

	* acconfig.h (PREFIX_INCLUDE_DIR): New variable.
	* config.in: Rebuild.

From-SVN: r45911
parent cfcdbe54
2001-09-30 H.J. Lu <hjl@gnu.org>
* acconfig.h (PREFIX_INCLUDE_DIR): New variable.
* config.in: Rebuild.
2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr> 2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints. * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
......
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */ /* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t #undef ssize_t
/* Define if cpp should also search $prefix/include. */
#undef PREFIX_INCLUDE_DIR
@BOTTOM@ @BOTTOM@
/* Bison unconditionally undefines `const' if neither `__STDC__' nor /* Bison unconditionally undefines `const' if neither `__STDC__' nor
......
/* 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. */ /* Define to empty if the keyword does not work. */
#undef const #undef const
...@@ -80,6 +80,9 @@ ...@@ -80,6 +80,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */ /* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t #undef ssize_t
/* Define if cpp should also search $prefix/include. */
#undef PREFIX_INCLUDE_DIR
/* Define if you have the __argz_count function. */ /* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT #undef HAVE___ARGZ_COUNT
...@@ -509,8 +512,6 @@ ...@@ -509,8 +512,6 @@
/* Define 0/1 to force the choice for exception handling model. */ /* Define 0/1 to force the choice for exception handling model. */
#undef CONFIG_SJLJ_EXCEPTIONS #undef CONFIG_SJLJ_EXCEPTIONS
/* Define if cpp should also search $prefix/include. */
#undef PREFIX_INCLUDE_DIR
/* Bison unconditionally undefines `const' if neither `__STDC__' nor /* Bison unconditionally undefines `const' if neither `__STDC__' nor
__cplusplus are defined. That's a problem since we use `const' in __cplusplus are defined. That's a problem since we use `const' in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment