diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-15 19:06:06 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-11-15 19:06:06 +0000 |
commit | dc5790516edcfb5c1a1e92208c59d637391601ef (patch) | |
tree | 959c0279842c90ca7effa6c9080be5defb2e047b /libiberty/config.in | |
parent | 45a1e866786da584cd7ca1752d1513ce8dbb85fc (diff) | |
download | gdb-dc5790516edcfb5c1a1e92208c59d637391601ef.zip gdb-dc5790516edcfb5c1a1e92208c59d637391601ef.tar.gz gdb-dc5790516edcfb5c1a1e92208c59d637391601ef.tar.bz2 |
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 fa23f18..67042c0 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 |