diff options
author | DJ Delorie <dj@redhat.com> | 2004-04-22 18:39:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-04-22 18:39:03 +0000 |
commit | bb6a587dd383a443ab1b78669870f33cfbc117a2 (patch) | |
tree | 035e4dc50ffb72fa044558d6791ac2e5bc836e5b /libiberty/config.in | |
parent | fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2 (diff) | |
download | gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.zip gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.tar.gz gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.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 99ee082..3cce9aa 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -353,6 +353,9 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME +/* Define to an unsigned 64-bit type available in the compiler. */ +#undef UNSIGNED_64BIT_TYPE + /* whether byteorder is bigendian */ #undef WORDS_BIGENDIAN |