summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-02-03 01:53:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-02-03 01:53:36 +0000
commit0c521d18750b0d1706ec61bae60c85fc364c13fa (patch)
tree4c14f86ce89f5533332a96c295ccd2adc1ed0f59 /libgo/config.h.in
parent28fc3eee79d92a367a179ef4e7fa5d8ed134fe61 (diff)
Check whether we are using setjmp/longjmp exceptions.
From-SVN: r169777
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 382362beb40..22d6f721e2d 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -70,6 +70,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
+#undef LIBGO_SJLJ_EXCEPTIONS
+
/* Define if the linker support split stack adjustments */
#undef LINKER_SUPPORTS_SPLIT_STACK