summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-06-20 01:33:09 +0000
committerDavid Hankins <dhankins@isc.org>2009-06-20 01:33:09 +0000
commitef2e7b513e0a297f9dbfa33f313c7a7b0ef1b999 (patch)
tree82b0143d7d5c6c4522ca5e380c7778fbd137fef6
parentb4cd3664da2d05b6273e89c04037d3e8595ec927 (diff)
downloadisc-dhcp-ef2e7b513e0a297f9dbfa33f313c7a7b0ef1b999.tar.gz
autoheader regeneration
-rw-r--r--includes/config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index 5936a8cc..6c67dc85 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -106,6 +106,14 @@
/* 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 and VAX). */
+#if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+#elif ! defined __LITTLE_ENDIAN__
+# undef WORDS_BIGENDIAN
+#endif
+
/* File for dhclient process information. */
#undef _PATH_DHCLIENT