From 4e895bb72e035c7c5034dd8beca7c8497413ad9e Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Mon, 12 Feb 2024 00:54:28 +0900 Subject: add htonll and ntohll --- include/config.h.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include') 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_ */ -- cgit v1.2.3