From 84faada25b610dff7ab00ce97101e9bae30eb54c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jan 2024 10:59:07 +0000 Subject: [PATCH] Remove existing defines. --- compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat.h b/compat.h index 0693cf06..720cd909 100644 --- a/compat.h +++ b/compat.h @@ -336,11 +336,13 @@ void *memmem(const void *, size_t, const void *, size_t); #ifndef HAVE_HTONLL /* htonll.c */ +#undef htonll uint64_t htonll(uint64_t); #endif #ifndef HAVE_NTOHLL /* ntohll.c */ +#undef ntohll uint64_t ntohll(uint64_t); #endif