summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-31 10:59:31 +0200
committerThomas Haller <thaller@redhat.com>2018-09-04 07:38:30 +0200
commit08c80dd2e32d4b50786c8c8fd5308e513c1bc90d (patch)
tree06a762143a05fc5adf2d3fbe77a28400e95a73d9 /config.h.meson
parent858d5c3e917a60f076c80873149a911c0dc2f497 (diff)
downloadNetworkManager-08c80dd2e32d4b50786c8c8fd5308e513c1bc90d.tar.gz
libnm/crypto: rework endianness detection for crypto_verify_pkcs12()
At other places, we already use __BYTE_ORDER define to detect endianness. We don't need multiple mechanisms. Also note that meson did not do the correct thing as AC_C_BIGENDIAN, so meson + nss + big-endian was possibly broken.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.meson b/config.h.meson
index c5fbf5fab3..ce77952bec 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -226,18 +226,6 @@
/* 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