summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-09-08 17:44:06 +0200
committerMichael Biebl <biebl@debian.org>2018-09-08 17:44:06 +0200
commit8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 (patch)
tree4353551fcb59cc822c3cadf2f4888f70601e8fbf /config.h.in
parentcaf1db9d6fbc056cc6c76a24574890f6c7895f3d (diff)
New upstream version 1.13.90 upstream/1.13.90
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in24
1 files changed, 6 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in
index 387f39f8..4ea66c92 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,14 +1,8 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
 /* Whether NM is built with address sanitizer */
 #undef ASAN_BUILD
 
-/* Path to ConsoleKit database */
-#undef CKDB_PATH
-
 /* Define if dhcpcd supports IPv6 (6.x+) */
 #undef DHCPCD_SUPPORTS_IPV6
 
@@ -33,6 +27,12 @@
    the CoreFoundation framework. */
 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
+/* Define if you have gnutls support */
+#undef HAVE_CRYPTO_GNUTLS
+
+/* Define if you have nss support */
+#undef HAVE_CRYPTO_NSS
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #undef HAVE_DCGETTEXT
@@ -333,18 +333,6 @@
 /* Define if you have Wi-Fi support */
 #undef WITH_WIFI
 
-/* 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