diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-08 01:00:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-08 01:00:39 +0000 |
commit | c14cabbac4f755a9a62fd06b1e9974ba90db9593 (patch) | |
tree | f09e79b781bab1618d015e77339f1db63122ba65 /gdb/config.in | |
parent | a7b2f95a4943da9cd8a522c3aaa72a09568bc13f (diff) | |
download | gdb-c14cabbac4f755a9a62fd06b1e9974ba90db9593.zip gdb-c14cabbac4f755a9a62fd06b1e9974ba90db9593.tar.gz gdb-c14cabbac4f755a9a62fd06b1e9974ba90db9593.tar.bz2 |
Part II of getting GdbTk's stop button to always work.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9678df4..8a1d0db 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -35,6 +35,9 @@ /* 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 + /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #undef STAT_MACROS_BROKEN |