1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-21 20:08:48 +00:00

Remove existing defines.

This commit is contained in:
Nicholas Marriott 2024-01-17 10:59:07 +00:00
parent 55d0abad89
commit 84faada25b

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