diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-02-11 18:15:49 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-02-11 18:15:49 +0000 |
commit | 48dbafe4a98239d93121fdc79e0af05b95b3f682 (patch) | |
tree | 81566952f82d63ccedb4d322324ab51879bcd4d6 /libstdc++-v3/config.h.in | |
parent | 1796dff4e376661362700bbfb221e470ddf1b9ea (diff) | |
download | gcc-48dbafe4a98239d93121fdc79e0af05b95b3f682.zip gcc-48dbafe4a98239d93121fdc79e0af05b95b3f682.tar.gz gcc-48dbafe4a98239d93121fdc79e0af05b95b3f682.tar.bz2 |
gen-num-limits.cc: Use sigsetjmp and siglongjmp if available.
* src/gen-num-limits.cc: Use sigsetjmp and siglongjmp if available.
* mknumeric_limits: Compile it with -DHAVE_CONFIG_H.
* configure.in: Test for sigsetjmp.
* configure, config.h.in: Rebuilt.
From-SVN: r39586
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 7509baf..d424291 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -546,6 +546,9 @@ /* Version number of package */ #undef VERSION +/* Define if sigsetjmp is available. */ +#undef HAVE_SIGSETJMP + // // Systems that have certain non-standard functions prefixed with an // underscore, we'll handle those here. Must come after config.h.in. |