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 4dc59d5..4500519 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -444,6 +444,9 @@ /* Define to 1 if the regex included in libiberty should be used. */ #undef USE_INCLUDED_REGEX +/* Define if <stdint.h> provides the uintptr_t type. */ +#undef HAVE_UINTPTR_T + /* Define if malloc is not declared in system header files. */ #undef NEED_DECLARATION_MALLOC |