summaryrefslogtreecommitdiff
path: root/ninfod
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-12 00:04:51 +0900
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-12 00:04:51 +0900
commit13e5b391e5fe999ee686fb03f4169971140f9eba (patch)
tree1b0c6513a0b55fc84317508a3fcda3524d963653 /ninfod
parentd64d66bfb79c29f96643bfa00449e4639ca940a1 (diff)
downloadiputils-13e5b391e5fe999ee686fb03f4169971140f9eba.tar.gz
ninfod: Attatch configure and renew config.h.in.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'ninfod')
-rw-r--r--ninfod/config.h.in22
1 files changed, 18 insertions, 4 deletions
diff --git a/ninfod/config.h.in b/ninfod/config.h.in
index 304fe2b..d89cffe 100644
--- a/ninfod/config.h.in
+++ b/ninfod/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.in by autoheader. */
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Enable debugging */
#undef ENABLE_DEBUG
@@ -90,6 +93,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -99,12 +105,20 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
-/* 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
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t