diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-16 14:54:24 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-17 12:39:19 +0900 |
commit | f71c7a145a4c840baff1d34e9d2c3d9e2f26d74e (patch) | |
tree | 0931150b21c7e9e883437dccc212c4206c43db5f /include/config.h.in | |
parent | 4e895bb72e035c7c5034dd8beca7c8497413ad9e (diff) |
add checkpoint.c and .h
Diffstat (limited to 'include/config.h.in')
-rw-r--r-- | include/config.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config.h.in b/include/config.h.in index 86c6a24..972723a 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -15,11 +15,4 @@ /* 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_ */ |