mirror of https://gitee.com/openkylin/apr.git
parent
fc568588c9
commit
61fa846bf0
|
@ -629,7 +629,8 @@ typedef int apr_wait_t;
|
|||
#elif defined(_POSIX_PATH_MAX)
|
||||
#define APR_PATH_MAX _POSIX_PATH_MAX
|
||||
#else
|
||||
#error no decision has been made on APR_PATH_MAX for your platform
|
||||
#warning no decision has been made on APR_PATH_MAX for your platform
|
||||
#define APR_PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
#define APR_DSOPATH "@shlibpath_var@"
|
||||
|
|
Loading…
Reference in New Issue