mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 03:48:20 +00:00
Remove existing defines.
This commit is contained in:
2
compat.h
2
compat.h
@@ -336,11 +336,13 @@ void *memmem(const void *, size_t, const void *, size_t);
|
|||||||
|
|
||||||
#ifndef HAVE_HTONLL
|
#ifndef HAVE_HTONLL
|
||||||
/* htonll.c */
|
/* htonll.c */
|
||||||
|
#undef htonll
|
||||||
uint64_t htonll(uint64_t);
|
uint64_t htonll(uint64_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_NTOHLL
|
#ifndef HAVE_NTOHLL
|
||||||
/* ntohll.c */
|
/* ntohll.c */
|
||||||
|
#undef ntohll
|
||||||
uint64_t ntohll(uint64_t);
|
uint64_t ntohll(uint64_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user