about summary refs log tree commit diff
path: root/config.h.meson
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
committerMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
commite126f3e804c35480c4f075777430419d6ece23da (patch)
tree5d5821ebcda8cd6ac34d2483bb3354910e508930 /config.h.meson
parentc240974325c552cad177c457d6ff04e381fd77a3 (diff)
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson20
1 files changed, 19 insertions, 1 deletions
diff --git a/config.h.meson b/config.h.meson
index e79f9dcb..06190aae 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -1,6 +1,9 @@
 /* Define if building universal (internal helper macro) */
 #mesondefine AC_APPLE_UNIVERSAL_BUILD
 
+/* Path to ConsoleKit database */
+#mesondefine CKDB_PATH
+
 /* Define to path of dhclient binary */
 #mesondefine DHCLIENT_PATH
 
@@ -10,11 +13,14 @@
 /* Define to path of dhcpcd binary */
 #mesondefine DHCPCD_PATH
 
+/* Define if dhcpcd supports IPv6 (6.x+) */
+#mesondefine DHCPCD_SUPPORTS_IPV6
+
 /* Define to path of dnsmasq binary */
 #mesondefine DNSMASQ_PATH
 
 /* Define to path of unbound dnssec-trigger-script */
-#mesondefine DNSSEC_TRIGGER_PATH
+#mesondefine DNSSEC_TRIGGER_SCRIPT
 
 /* Gettext package */
 #mesondefine GETTEXT_PACKAGE
@@ -223,6 +229,18 @@
 /* Define if you have iwd support */
 #mesondefine WITH_IWD
 
+/* 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. */
 #mesondefine _MINIX