diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-12 00:54:28 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-12 00:54:28 +0900 |
commit | 4e895bb72e035c7c5034dd8beca7c8497413ad9e (patch) | |
tree | be39e85747a3f3562ce49032a39f2c87614dc640 /include | |
parent | f1522368446310ab697e2a60cd69119d741cf7cf (diff) |
add htonll and ntohll
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in index e45dec8..86c6a24 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -9,4 +9,17 @@ /* Define to 1 if you have the strlcat function. */ #cmakedefine HAVE_STRLCAT 1 +/* Define to 1 if you have the htonll function. */ +#cmakedefine HAVE_HTONLL 1 + +/* Define to 1 if you have the ntohll function. */ +#cmakedefine HAVE_NTOHLL 1 + +/* Define to 1 if you have the bswap_64 function. */ +#cmakedefine HAVE_BSWAP_64 1 + +/* Define to 1 if you have the bswap64 function. */ +#cmakedefine HAVE_BSWAP64 1 + + #endif /* _CONFIG_H_ */ |