added socklen_t test and sa_family_t test into configure.ac

This commit is contained in:
hyunghwan.chung
2018-01-11 16:29:43 +00:00
parent b31049f808
commit b95102f953
6 changed files with 286 additions and 19 deletions

View File

@ -413,6 +413,9 @@
/* Patch level */
#undef MOO_PACKAGE_VERSION_PATCH
/* Define if sa_family_t is signed */
#undef MOO_SA_FAMILY_T_IS_SIGNED
/* sizeof(char) */
#undef MOO_SIZEOF_CHAR
@ -443,9 +446,15 @@
/* sizeof(off_t) */
#undef MOO_SIZEOF_OFF_T
/* sizeof(sa_family_t) */
#undef MOO_SIZEOF_SA_FAMILY_T
/* sizeof(short) */
#undef MOO_SIZEOF_SHORT
/* sizeof(socklen_t) */
#undef MOO_SIZEOF_SOCKLEN_T
/* sizeof(struct sockaddr_dl) */
#undef MOO_SIZEOF_STRUCT_SOCKADDR_DL
@ -555,6 +564,9 @@
/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
/* The size of `sa_family_t', as computed by sizeof. */
#undef SIZEOF_SA_FAMILY_T
/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT