summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2024-01-17 10:59:07 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2024-01-17 10:59:07 +0000
commit84faada25b610dff7ab00ce97101e9bae30eb54c (patch)
tree317ba0897b8fa3c1d72ac08b448a94b6e94c6fe0
parent55d0abad892e472b6e6f130efaed48cf5c5145b5 (diff)
Remove existing defines.
-rw-r--r--compat.h2
1 files changed, 2 insertions, 0 deletions
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