svn commit: r1927468 - in apr/apr/branches/1.7.x: . build
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175345177036.3983892.4134296105973010357@svn02-us-east.apache.org> |
Author: covener
Date: Fri Jul 25 13:56:10 2025
New Revision: 1927468
Log:
Merge r1927466 from trunk:
update IBM I platform detection
Submitted By: Rafał Gała
Fixes: #66
Modified:
apr/apr/branches/1.7.x/ (props changed)
apr/apr/branches/1.7.x/build/ (props changed)
apr/apr/branches/1.7.x/build/apr_hints.m4
Modified: apr/apr/branches/1.7.x/build/apr_hints.m4
==============================================================================
--- apr/apr/branches/1.7.x/build/apr_hints.m4 Fri Jul 25 13:55:54 2025 (r1927467)
+++ apr/apr/branches/1.7.x/build/apr_hints.m4 Fri Jul 25 13:56:10 2025 (r1927468)
@@ -427,7 +427,7 @@ dnl # Not a problem in 10.20. Ot
AC_DEFINE(HAVE_ZOS_PTHREADS, 1, [Define for z/OS pthread API nuances])
APR_ADDTO(CPPFLAGS, [-U_NO_PROTO -DSIGPROCMASK_SETS_THREAD_MASK -DTCP_NODELAY=1])
;;
- *-ibm-as400)
+ *-ibm-as400 | *-ibm-os400)
APR_SETIFNULL(apr_lock_method, [USE_SYSVSEM_SERIALIZE])
APR_SETIFNULL(apr_process_lock_is_global, [yes])
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [yes])