aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config.h.post
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.post')
-rw-r--r--config.h.post3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.post b/config.h.post
index d04dac99..81662381 100644
--- a/config.h.post
+++ b/config.h.post
@@ -15,6 +15,9 @@
# endif
#endif
+#ifndef HAVE_BETOH64
+#define betoh64(x) be64toh(x)
+#endif
#ifndef HAVE_STRLCAT
extern size_t strlcat(char *, const char *, size_t);
#endif