switched to use AX_CHECK_NUMVALOF() to detect PATH_MAX

This commit is contained in:
hyunghwan.chung
2018-01-17 14:54:16 +00:00
parent a7b0814551
commit 08cc62478b
3 changed files with 46 additions and 53 deletions

View File

@ -416,9 +416,6 @@
/* Patch level */
#undef MOO_PACKAGE_VERSION_PATCH
/* PATH_MAX */
#undef MOO_PATH_MAX
/* Define if sa_family_t is signed */
#undef MOO_SA_FAMILY_T_IS_SIGNED
@ -515,6 +512,9 @@
/* The size of `MB_LEN_MAX', as computed by valueof. */
#undef NUMVALOF_MB_LEN_MAX
/* The size of `PATH_MAX', as computed by valueof. */
#undef NUMVALOF_PATH_MAX
/* Name of package */
#undef PACKAGE
@ -540,6 +540,9 @@
your system. */
#undef PTHREAD_CREATE_JOINABLE
/* PATH_MAX */
#undef QSE_PATH_MAX
/* The size of `char', as computed by sizeof. */
#undef SIZEOF_CHAR