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
commit677c63d6091badcad83f8d4b42b09682db0da1bf (patch)
tree06a762143a05fc5adf2d3fbe77a28400e95a73d9 /config.h.meson
parentd02a382a389de6f89e2b389c7efa4648dc5ad8ab (diff)
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 c5fbf5fab..ce77952be 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