mirror of
https://github.com/tmux/tmux.git
synced 2024-12-25 10:58:48 +00:00
Remove existing defines.
This commit is contained in:
parent
55d0abad89
commit
84faada25b
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user