added autoconf code to define MOO_PATH_MAX is PATH_MAX is defined in limits.h

This commit is contained in:
hyunghwan.chung
2018-01-16 15:30:10 +00:00
parent 8eae9095c1
commit bfa190a4fa
3 changed files with 52 additions and 0 deletions

View File

@ -416,6 +416,9 @@
/* 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