summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
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