summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2012-08-14 15:20:46 +0200
committerTomek Mrugalski <tomasz@isc.org>2012-08-14 15:20:46 +0200
commit85c8df6dd08d48a4bab5fdec6ea71c70e9bd9dc2 (patch)
treeab009f3af64ad0e0dcd1c546e0b7ae277cfe26dd /includes
parenta0497ac5ac9b787edebceaecb29da0c4e5e0b320 (diff)
parent0b483f01af4288c4be28ee06ba254435c954716e (diff)
downloadisc-dhcp-85c8df6dd08d48a4bab5fdec6ea71c70e9bd9dc2.tar.gz
[master] Merge branch 'rt25901_atf'
Conflicts: configure
Diffstat (limited to 'includes')
-rw-r--r--includes/Makefile.in2
-rw-r--r--includes/config.h.in65
2 files changed, 43 insertions, 24 deletions
diff --git a/includes/Makefile.in b/includes/Makefile.in
index f397bbea..04efc143 100644
--- a/includes/Makefile.in
+++ b/includes/Makefile.in
@@ -56,6 +56,8 @@ CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+ATF_CFLAGS = @ATF_CFLAGS@
+ATF_LDFLAGS = @ATF_LDFLAGS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
diff --git a/includes/config.h.in b/includes/config.h.in
index b6014c37..a66acef3 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -1,5 +1,8 @@
/* includes/config.h.in. Generated from configure.ac by autoheader. */
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Define to compile debug-only DHCP software. */
#undef DEBUG
@@ -121,6 +124,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
@@ -139,23 +145,45 @@
/* Define to 1 to use the standard BSD socket API. */
#undef USE_SOCKETS
-/* Define to 1 to enable IPv4 packet info support. */
-#undef USE_V4_PKTINFO
-
-/* Version number of package */
-#undef VERSION
-
-/* Define to 1 if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
+/* 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 to 1 to enable IPv4 packet info support. */
+#undef USE_V4_PKTINFO
+
+/* Version number of package */
+#undef VERSION
+
+/* 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. */
#undef _MINIX
@@ -198,31 +226,20 @@
#undef _POSIX_SOURCE
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT64_T
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT8_T
-/* 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 the type of a signed integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef int16_t