fixed configure.ac regarding __uint128_t

This commit is contained in:
2020-02-19 05:44:29 +00:00
parent ee0fe1b408
commit 69d16b7050
3 changed files with 9 additions and 0 deletions

View File

@ -885,6 +885,9 @@
/* sizeof(__int8) */
#undef MIO_SIZEOF___INT8
/* sizeof(__uint128_t) */
#undef MIO_SIZEOF___UINT128_T
/* Define if socklen_t is signed */
#undef MIO_SOCKLEN_T_IS_SIGNED