summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDenis Pilat <denis.pilat@st.com>2007-03-29 15:24:28 +0000
committerDenis Pilat <denis.pilat@st.com>2007-03-29 15:24:28 +0000
commit436868fbdf0d04a677a805ed751ad8a042ef63dd (patch)
treebe8c9d622b8b9cff2552b317ef9c88e4098a8700 /gdb/config.in
parent1783205a776ecd5d291f285ddf80cdf6656e05ff (diff)
downloadbinutils-gdb-436868fbdf0d04a677a805ed751ad8a042ef63dd.tar.gz
2007-03-29 Denis Pilat <denis.pilat@st.com>
* configure.ac: Test for signal.h. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index ceb680246e4..e8f979ce56e 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -281,6 +281,9 @@
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
+/* Define to 1 if you have the <signal.h> header file. */
+#undef HAVE_SIGNAL_H
+
/* Define to 1 if you have the `sigprocmask' function. */
#undef HAVE_SIGPROCMASK