aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-12 13:48:46 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-12 13:48:46 +0000
commit2b2d558c73f962552edbc45102a0f73b2ab9276c (patch)
tree9889fb9e7db5cf947335e3f3dbb11cb1c6340558 /gdb/config.in
parent63cf1c791c390aa9b9088b600922a39e3bcd943b (diff)
downloadfsf-binutils-gdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.zip
fsf-binutils-gdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.tar.gz
fsf-binutils-gdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.tar.bz2
* configure.in: Add check for sigsetjmp.
* config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed. * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed. * configure, config.in: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 9ab7e2a..30ed358 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -41,9 +41,6 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
-/* Define if you need to in order for stat and other things to work. */
-#undef _POSIX_SOURCE
-
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
@@ -421,6 +418,9 @@
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
+/* Define if sigsetjmp is available. */
+#undef HAVE_SIGSETJMP
+
/* Define if malloc is not declared in system header files. */
#undef NEED_DECLARATION_MALLOC