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 2d508f8..3d7a94c 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -9,6 +9,9 @@ /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE +/* Whether strerror must be declared even if <string.h> is included. */ +#undef NEED_DECLARATION_STRERROR + /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ |