Skip to content
Snippets Groups Projects
Commit 990b0be4 authored by dprice's avatar dprice
Browse files

* config.h, config.h.in: Regenerated with Autoconf 2.63.

parent d8bf1495
No related branches found
No related tags found
No related merge requests found
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> 2008-11-25 Larry Jones <lawrence.jones@siemens.com>
* Makefile.in: Regenerated with Autoconf 2.63. * Makefile.in: Regenerated with Autoconf 2.63.
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
/* config.h.in. Generated from configure.in by autoheader. */ /* 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 /* Define this to a NULL terminated list of allowed path prefixes (for
directories) and paths to files the CVS server will allow configuration to directories) and paths to files the CVS server will allow configuration to
be read from when specified from the command line. */ be read from when specified from the command line. */
...@@ -1372,18 +1375,21 @@ ...@@ -1372,18 +1375,21 @@
'wint_t'. */ 'wint_t'. */
#undef WINT_T_SUFFIX #undef WINT_T_SUFFIX
/* Define to 1 if your processor stores words with the most significant byte /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
first (like Motorola and SPARC, unlike Intel and VAX). */ significant byte first (like Motorola and SPARC, unlike Intel). */
#undef WORDS_BIGENDIAN #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. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #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). */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE #undef _LARGEFILE_SOURCE
......
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
/* config.h.in. Generated from configure.in by autoheader. */ /* 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 /* Define this to a NULL terminated list of allowed path prefixes (for
directories) and paths to files the CVS server will allow configuration to directories) and paths to files the CVS server will allow configuration to
be read from when specified from the command line. */ be read from when specified from the command line. */
...@@ -1365,18 +1368,21 @@ ...@@ -1365,18 +1368,21 @@
'wint_t'. */ 'wint_t'. */
#undef WINT_T_SUFFIX #undef WINT_T_SUFFIX
/* Define to 1 if your processor stores words with the most significant byte /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
first (like Motorola and SPARC, unlike Intel and VAX). */ significant byte first (like Motorola and SPARC, unlike Intel). */
#undef WORDS_BIGENDIAN #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. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #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). */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE #undef _LARGEFILE_SOURCE
......
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
/* config.h.in. Generated from configure.in by autoheader. */ /* 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 /* Define this to a NULL terminated list of allowed path prefixes (for
directories) and paths to files the CVS server will allow configuration to directories) and paths to files the CVS server will allow configuration to
be read from when specified from the command line. */ be read from when specified from the command line. */
...@@ -1365,18 +1368,21 @@ ...@@ -1365,18 +1368,21 @@
'wint_t'. */ 'wint_t'. */
#undef WINT_T_SUFFIX #undef WINT_T_SUFFIX
/* Define to 1 if your processor stores words with the most significant byte /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
first (like Motorola and SPARC, unlike Intel and VAX). */ significant byte first (like Motorola and SPARC, unlike Intel). */
#undef WORDS_BIGENDIAN #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. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #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). */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE #undef _LARGEFILE_SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment