diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-05-20 18:06:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-05-20 18:06:37 +0000 |
commit | e5a7de23ca9eec1259c10a576d066f8d15e9e474 (patch) | |
tree | f2b4b9b325421d15ad074bddf391c6ef6dbd74ec /gdb/config.in | |
parent | a78e13ce5a893ea1741008f930b80c0fe38e3e2d (diff) | |
download | gdb-e5a7de23ca9eec1259c10a576d066f8d15e9e474.zip gdb-e5a7de23ca9eec1259c10a576d066f8d15e9e474.tar.gz gdb-e5a7de23ca9eec1259c10a576d066f8d15e9e474.tar.bz2 |
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gdb/config.in b/gdb/config.in index 18807c9..94c400b 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -226,6 +226,10 @@ don't. */ #undef HAVE_DECL_REALLOC +/* Define to 1 if you have the declaration of `snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_SNPRINTF + /* Define to 1 if you have the declaration of `strerror', and to 0 if you don't. */ #undef HAVE_DECL_STRERROR @@ -234,6 +238,10 @@ */ #undef HAVE_DECL_STRSTR +/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -662,6 +670,11 @@ /* Define to 1 if the regex included in libiberty should be used. */ #undef USE_INCLUDED_REGEX +/* Define if we should use the Windows API, instead of the POSIX API. On + Windows, we use the Windows API when building for MinGW, but the POSIX API + when building for Cygwin. */ +#undef USE_WIN32API + /* Define to 1 if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ @@ -670,7 +683,7 @@ #endif /* - [Define], [to], [1], [to], [avoid], [a], [clash], [between], [<widec.h>], [and], [<wchar.h>], [on], [Solaris], [2.[789]], [when], [using], [GCC.], [] + Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris [2.[789]], when using GCC. */ #undef _MSE_INT_H |