--- osprey/kgccfe/gnu/i386/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kgccfe/gnu/i386/auto-host.h 2009-01-17 22:49:24.000000000 +0100 @@ -131,13 +131,11 @@ #if !defined(__MINGW32__) && !defined(__APPLE__) /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 #endif /* __MINGW32__ */ #endif /* ! defined(BUILD_OS_DARWIN) */ @@ -476,10 +474,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 @@ -572,16 +570,13 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -#define ENABLE_NLS 1 #ifndef __CYGWIN__ /* Define if you have the header file. */ #if !defined(__MINGW32__) && !defined(__APPLE__) -#define HAVE_LIBINTL_H 1 #endif /* __MINGW32__ */ /* Define if the GNU gettext() function is already present or preinstalled. */ -#define HAVE_GETTEXT 1 #endif /* Define to use the libintl included with this package instead of any --- osprey/kgccfe/gnu/SL/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kgccfe/gnu/SL/auto-host.h 2009-01-17 22:03:27.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -437,10 +435,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 --- osprey/kgccfe/gnu/MIPS/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kgccfe/gnu/MIPS/auto-host.h 2009-01-17 22:03:27.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -437,10 +435,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 --- osprey/kgccfe/gnu/ia64/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kgccfe/gnu/ia64/auto-host.h 2009-01-17 22:49:30.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -435,10 +433,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 @@ -522,13 +520,10 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -#define ENABLE_NLS 1 /* Define if you have the header file. */ -#define HAVE_LIBINTL_H 1 /* Define if the GNU gettext() function is already present or preinstalled. */ -#define HAVE_GETTEXT 1 /* Define to use the libintl included with this package instead of any version in the system libraries. */ --- osprey/kg++fe/gnu/i386/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kg++fe/gnu/i386/auto-host.h 2009-01-17 22:49:02.000000000 +0100 @@ -126,13 +126,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -449,10 +447,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 @@ -542,13 +540,10 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -#define ENABLE_NLS 1 /* Define if you have the header file. */ -#define HAVE_LIBINTL_H 1 /* Define if the GNU gettext() function is already present or preinstalled. */ -#define HAVE_GETTEXT 1 /* Define to use the libintl included with this package instead of any version in the system libraries. */ --- osprey/kg++fe/gnu/MIPS/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kg++fe/gnu/MIPS/auto-host.h 2009-01-17 22:03:27.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -437,10 +435,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 --- osprey/kg++fe/gnu/ia64/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kg++fe/gnu/ia64/auto-host.h 2009-01-17 22:49:05.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -441,10 +439,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0 @@ -528,13 +526,10 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -#define ENABLE_NLS 1 /* Define if you have the header file. */ -#define HAVE_LIBINTL_H 1 /* Define if the GNU gettext() function is already present or preinstalled. */ -#define HAVE_GETTEXT 1 /* Define to use the libintl included with this package instead of any version in the system libraries. */ --- osprey/kg++fe/gnu/SL/auto-host.h.orig 2009-01-17 22:03:32.000000000 +0100 +++ osprey/kg++fe/gnu/SL/auto-host.h 2009-01-17 22:03:27.000000000 +0100 @@ -122,13 +122,11 @@ /* #undef HAVE_FPRINTF_UNLOCKED */ /* Define if you have the fputc_unlocked function. */ -#define HAVE_FPUTC_UNLOCKED 1 +#define HAVE_PUTC_UNLOCKED 1 /* Define if you have the fputs_unlocked function. */ -#define HAVE_FPUTS_UNLOCKED 1 /* Define if you have the fwrite_unlocked function. */ -#define HAVE_FWRITE_UNLOCKED 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -437,10 +435,10 @@ #define HAVE_DECL_PUTC_UNLOCKED 1 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 1 +#define HAVE_DECL_FPUTS_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_FPRINTF_UNLOCKED 0