regenerate to fix problems of buggy autoconf version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30771 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-06-17 16:50:45 +00:00
parent 433149faf6
commit 30e84e37b8
2 changed files with 5188 additions and 5775 deletions

View file

@ -1,8 +1,5 @@
/* Headers/Additions/GNUstepBase/config.h.in. Generated from configure.ac by autoheader. */ /* Headers/Additions/GNUstepBase/config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define if SO_REUSEADDR is broken on this system */ /* Define if SO_REUSEADDR is broken on this system */
#undef BROKEN_SO_REUSEADDR #undef BROKEN_SO_REUSEADDR
@ -693,44 +690,26 @@
/* Define if using the libffi library for invocations */ /* Define if using the libffi library for invocations */
#undef USE_LIBFFI #undef USE_LIBFFI
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Define if vasprintf returns the length printed */ /* Define if vasprintf returns the length printed */
#undef VASPRINTF_RETURNS_LENGTH #undef VASPRINTF_RETURNS_LENGTH
/* Define if vsprintf returns the length printed */ /* Define if vsprintf returns the length printed */
#undef VSPRINTF_RETURNS_LENGTH #undef VSPRINTF_RETURNS_LENGTH
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define to 1 if your processor stores words with the most significant byte
significant byte first (like Motorola and SPARC, unlike Intel). */ first (like Motorola and SPARC, unlike Intel and VAX). */
#if defined AC_APPLE_UNIVERSAL_BUILD #undef WORDS_BIGENDIAN
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1 /* Define to 1 if on AIX 3.
# endif System headers sometimes define this.
#else We just want to avoid a redefinition error message. */
# ifndef WORDS_BIGENDIAN #ifndef _ALL_SOURCE
# undef WORDS_BIGENDIAN # undef _ALL_SOURCE
# endif #endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif #endif
/* Define to 1 if on MINIX. */ /* Define to 1 if on MINIX. */
@ -743,6 +722,17 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */ /* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE #undef _POSIX_SOURCE
/* Enable extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Define to `__inline__' or `__inline' if that's what the C compiler /* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */ calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus #ifndef __cplusplus

10735
configure vendored

File diff suppressed because it is too large Load diff