diff options
author | Michael Chastain <mec@google.com> | 2003-02-26 15:10:47 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-26 15:10:47 +0000 |
commit | 27ca5dad5fc5de0668347e801686ceb579a7c150 (patch) | |
tree | 9f4963300861a96c072c4f15f90dd7eeded7fb40 /gdb/config.in | |
parent | 6f88d630226e1c92c8fdaef7ba08e5b13d03205c (diff) | |
download | gdb-27ca5dad5fc5de0668347e801686ceb579a7c150.zip gdb-27ca5dad5fc5de0668347e801686ceb579a7c150.tar.gz gdb-27ca5dad5fc5de0668347e801686ceb579a7c150.tar.bz2 |
2003-02-26 Michael Chastain <mec@shout.net>
* configure.in: New variable HAVE_UINTPTR_T.
* configure, config.in: Regenerated.
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 |