diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-11 19:32:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-11 19:32:04 +0000 |
commit | ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8 (patch) | |
tree | 6d153a3e16cc15d710c5338bddf713e2e014db56 /libiberty/config.in | |
parent | b5b2699cd62e27bbf96558fdfce753babba5baf0 (diff) | |
download | gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.zip gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.tar.gz gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index ad71e76..d50aff9 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -151,6 +151,9 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio_ext.h> header file. */ +#undef HAVE_STDIO_EXT_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -322,6 +325,9 @@ /* Define if you have the _system_configuration variable. */ #undef HAVE__SYSTEM_CONFIGURATION +/* Define to 1 if you have the `__fsetlocking' function. */ +#undef HAVE___FSETLOCKING + /* Define if the host machine stores words of multi-word integers in big-endian order. */ #undef HOST_WORDS_BIG_ENDIAN |