diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-13 02:10:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-13 02:10:04 +0000 |
commit | 073c427b16fb0d13a6f5df9864589d92cd7c6fd5 (patch) | |
tree | 4593c20eb674b89cbc85a8c4e10b8baf34706b36 /libiberty/config.in | |
parent | df7b423ca4a702d8211b8b40533b6504ef84a259 (diff) | |
download | gdb-073c427b16fb0d13a6f5df9864589d92cd7c6fd5.zip gdb-073c427b16fb0d13a6f5df9864589d92cd7c6fd5.tar.gz gdb-073c427b16fb0d13a6f5df9864589d92cd7c6fd5.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index e06bbce..43adcfd 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -15,6 +15,9 @@ /* Define as __inline if that's what the C compiler calls it. */ #undef inline +/* Define if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Define to `int' if <sys/types.h> doesn't define. */ #undef pid_t @@ -30,6 +33,9 @@ /* Define vfork as fork if vfork does not work. */ #undef vfork +/* Define to `unsigned long' if <sys/types.h> doesn't define. */ +#undef uintptr_t + /* Define if you have the _doprnt function. */ #undef HAVE__DOPRNT |