diff options
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 |