diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-28 02:11:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-11-28 02:11:49 +0000 |
commit | 24acd898d2937c3316d4c72543cfee29cee667c6 (patch) | |
tree | d875f01a46d53d63be46f7c607d7bdc9f22bc8d8 /libiberty/config.in | |
parent | c0851fd2d26243ca2b63f1fbb0744aae3804b312 (diff) | |
download | binutils-24acd898d2937c3316d4c72543cfee29cee667c6.tar.gz binutils-24acd898d2937c3316d4c72543cfee29cee667c6.tar.bz2 binutils-24acd898d2937c3316d4c72543cfee29cee667c6.zip |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index c1434f1c1dd..e06bbce857d 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define to empty if the keyword does not work. */ #undef const @@ -30,8 +30,8 @@ /* 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 _doprnt function. */ +#undef HAVE__DOPRNT /* Define if you have the asprintf function. */ #undef HAVE_ASPRINTF @@ -60,6 +60,9 @@ /* Define if you have the clock function. */ #undef HAVE_CLOCK +/* Define if you have the ffs function. */ +#undef HAVE_FFS + /* Define if you have the getcwd function. */ #undef HAVE_GETCWD @@ -180,12 +183,12 @@ /* Define if you have the waitpid function. */ #undef HAVE_WAITPID -/* Define if you have the <fcntl.h> header file. */ -#undef HAVE_FCNTL_H - /* Define if you have the <alloca.h> header file. */ #undef HAVE_ALLOCA_H +/* Define if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -225,6 +228,9 @@ /* Define if errno must be declared even when <errno.h> is included. */ #undef NEED_DECLARATION_ERRNO +/* Define if you have the `uintptr_t' type. */ +#undef HAVE_UINTPTR_T + /* Define if you have the sys_errlist variable. */ #undef HAVE_SYS_ERRLIST |