summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-30 18:22:39 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-30 18:22:39 +0000
commit680776c828e07c0d2ccba0f4665e2d302996e1c6 (patch)
tree5d7aa7abdb1346e57eaae6ecaaa277722fb658d6 /gcc/acconfig.h
parentb89cfbce8effe8c54c770b320903bfc10b1d19fd (diff)
downloadgcc-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/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index dec619b84b0..17324b57611 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -26,6 +26,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
+
@BOTTOM@
/* Bison unconditionally undefines `const' if neither `__STDC__' nor