diff options
author | DJ Delorie <dj@delorie.com> | 2005-04-11 19:32:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-04-11 19:32:04 +0000 |
commit | 93cfb17dba9393694034bc0e9eddca00ac4944cb (patch) | |
tree | c567f4d439331a410517c46bbc735f903fbc64af /libiberty/config.in | |
parent | 611f4e474aebc7b3e7a3848f8cf93bd190c345f6 (diff) | |
download | gdb-93cfb17dba9393694034bc0e9eddca00ac4944cb.tar.gz |
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 ad71e76c09a..d50aff9895e 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 |