|
|
@@ -1,5 +1,8 @@
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
+/* Define if building universal (internal helper macro) */
|
|
|
+#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
+
|
|
|
/* Define if running on NeXT Step */
|
|
|
#undef BORGCUBES
|
|
|
|
|
|
@@ -313,14 +316,41 @@
|
|
|
/* Define if you want ipv6 support */
|
|
|
#undef USE_IPV6
|
|
|
|
|
|
+/* 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 windows */
|
|
|
#undef WIN32_LEAN_AND_MEAN
|
|
|
|
|
|
-/* Define to 1 if on AIX 3.
|
|
|
- System headers sometimes define this.
|
|
|
- We just want to avoid a redefinition error message. */
|
|
|
-#ifndef _ALL_SOURCE
|
|
|
-# undef _ALL_SOURCE
|
|
|
+/* 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
|
|
|
|
|
|
/* Define to 1 if on MINIX. */
|