summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
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