summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-01 14:31:21 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-01 14:31:21 +0000
commit79d0a01c07cd8fd06cc16cc05aebdf42d9c842c7 (patch)
treece81cfebc7f8c16883e7f839e571ad6a8445b1a6 /gcc/config.in
parent95c0df8ca7a24154699012ca277c99eccf398e49 (diff)
downloadgcc-79d0a01c07cd8fd06cc16cc05aebdf42d9c842c7.tar.gz
2008-07-01 Basile Starynkevitch <basile@starynkevitch.net>
[added GDBM support in configure & configure.ac, BASILYS_HAS_OBJ_TAB_FIELDS is now prohibited] * basilys.h: prohibit BASILYS_HAS_OBJ_TAB_FIELDS because of gengtype. * basilys.c: idem. * configure.ac: added GDBM support. * configure: regenerated. * Makefile.in: added GDBM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@137320 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 359026b4ab9..5e584c11fd7 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -892,6 +892,12 @@
#endif
+/* Define if GDBM is in use. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_GDBM
+#endif
+
+
/* Define to 1 if you have the `getchar_unlocked' function. */
#ifndef USED_FOR_TARGET
#undef HAVE_GETCHAR_UNLOCKED