diff options
author | DJ Delorie <dj@delorie.com> | 2001-11-15 19:06:06 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-11-15 19:06:06 +0000 |
commit | a68e9436b883168e502007b4466552a83f300df4 (patch) | |
tree | 5836bcd30a47d72c425ff0abd6ced14717d839d8 /libiberty/config.in | |
parent | bef788f79f92c9c6872fe594476dd569c76d02b4 (diff) | |
download | gdb-a68e9436b883168e502007b4466552a83f300df4.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index fa23f18c209..67042c0f431 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -30,6 +30,9 @@ /* Define vfork as fork if vfork does not work. */ #undef vfork +/* Define if the system defines a uintptr_t type. */ +#undef HAVE_UINTPTR_T + /* Define if you have the asprintf function. */ #undef HAVE_ASPRINTF |