diff options
Diffstat (limited to 'include/config.h.in')
-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_ */ |