We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47453 commit 34686faCopy full SHA for 34686fa
build/apr_hints.m4
@@ -427,7 +427,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
427
AC_DEFINE(HAVE_ZOS_PTHREADS, 1, [Define for z/OS pthread API nuances])
428
APR_ADDTO(CPPFLAGS, [-U_NO_PROTO -DSIGPROCMASK_SETS_THREAD_MASK -DTCP_NODELAY=1])
429
;;
430
- *-ibm-as400)
+ *-ibm-as400 | *-ibm-os400)
431
APR_SETIFNULL(apr_lock_method, [USE_SYSVSEM_SERIALIZE])
432
APR_SETIFNULL(apr_process_lock_is_global, [yes])
433
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])
0 commit comments