Remove existing defines.

pull/3798/merge
Nicholas Marriott 2024-01-17 10:59:07 +00:00
parent 55d0abad89
commit 84faada25b
1 changed files with 2 additions and 0 deletions

View File

@ -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