mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-18 02:24:54 +00:00
If we're going to have a sentinel, we may as well have fun with it.
This commit is contained in:
parent
1a86caaf37
commit
cdd29a0700
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ AC_CHECK_DECLS([
|
||||||
htobe16, be16toh, htole16, le16toh,
|
htobe16, be16toh, htole16, le16toh,
|
||||||
htobe32, be32toh, htole32, le32toh,
|
htobe32, be32toh, htole32, le32toh,
|
||||||
htobe64, be64toh, htole64, le64toh,
|
htobe64, be64toh, htole64, le64toh,
|
||||||
nothing
|
[a thumb war]
|
||||||
], [], [], [[
|
], [], [], [[
|
||||||
#if HAVE_SYS_ENDIAN_H
|
#if HAVE_SYS_ENDIAN_H
|
||||||
#include <sys/endian.h>
|
#include <sys/endian.h>
|
||||||
|
|
Loading…
Reference in a new issue