From 990b0be48c780596bfc258b88bcb0ed8f3f23716 Mon Sep 17 00:00:00 2001 From: dprice <dprice@users.savannah.nongnu.org> Date: Sat, 18 Jul 2009 19:47:56 +0000 Subject: [PATCH] * config.h, config.h.in: Regenerated with Autoconf 2.63. --- windows-NT/ChangeLog | 4 ++++ windows-NT/config.h | 22 ++++++++++++++-------- windows-NT/config.h.in | 22 ++++++++++++++-------- windows-NT/stamp-chi | 22 ++++++++++++++-------- 4 files changed, 46 insertions(+), 24 deletions(-) diff --git a/windows-NT/ChangeLog b/windows-NT/ChangeLog index beaa80886..3b1b604aa 100644 --- a/windows-NT/ChangeLog +++ b/windows-NT/ChangeLog @@ -1,3 +1,7 @@ +2009-07-18 Derek Price <derek@ximbiot.com> + + * config.h, config.h.in: Regenerated with Autoconf 2.63. + 2008-11-25 Larry Jones <lawrence.jones@siemens.com> * Makefile.in: Regenerated with Autoconf 2.63. diff --git a/windows-NT/config.h b/windows-NT/config.h index cec9806f1..448077867 100644 --- a/windows-NT/config.h +++ b/windows-NT/config.h @@ -22,6 +22,9 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define this to a NULL terminated list of allowed path prefixes (for directories) and paths to files the CVS server will allow configuration to be read from when specified from the command line. */ @@ -1372,18 +1375,21 @@ 'wint_t'. */ #undef WINT_T_SUFFIX -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# undef _GNU_SOURCE -#endif - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE diff --git a/windows-NT/config.h.in b/windows-NT/config.h.in index 2ba495e80..8bfd06fbe 100644 --- a/windows-NT/config.h.in +++ b/windows-NT/config.h.in @@ -15,6 +15,9 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define this to a NULL terminated list of allowed path prefixes (for directories) and paths to files the CVS server will allow configuration to be read from when specified from the command line. */ @@ -1365,18 +1368,21 @@ 'wint_t'. */ #undef WINT_T_SUFFIX -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# undef _GNU_SOURCE -#endif - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE diff --git a/windows-NT/stamp-chi b/windows-NT/stamp-chi index 2ba495e80..8bfd06fbe 100644 --- a/windows-NT/stamp-chi +++ b/windows-NT/stamp-chi @@ -15,6 +15,9 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define this to a NULL terminated list of allowed path prefixes (for directories) and paths to files the CVS server will allow configuration to be read from when specified from the command line. */ @@ -1365,18 +1368,21 @@ 'wint_t'. */ #undef WINT_T_SUFFIX -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# undef _GNU_SOURCE -#endif - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE -- GitLab