aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2004-06-09 01:12:01 +0000
committerPer Bothner <per@bothner.com>2004-06-09 01:12:01 +0000
commitb87a9ade5af72cf998912c8c8fa7786fb1f0d4aa (patch)
treefbef72a40851839e12f2525a83796c5114fea93b /gcc/config.in
parent23aab0d27fe555798234a6d3b09c19208b08f017 (diff)
* configure.ac: New --enable-mapped-location sets USE_MAPPED_LOCATION.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@82809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 376759e70df..2de75fd55d0 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -542,6 +542,9 @@
/* Define if gcc should use -lunwind. */
#undef USE_LIBUNWIND_EXCEPTIONS
+/* Define if location_t is fileline integer cookie. */
+#undef USE_MAPPED_LOCATION
+
/* Define to be the last portion of registry key on windows hosts. */
#undef WIN32_REGISTRY_KEY