@@ -427,12 +427,19 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
427
427
AC_DEFINE ( HAVE_ZOS_PTHREADS , 1 , [ Define for z/OS pthread API nuances] )
428
428
APR_ADDTO(CPPFLAGS, [ -U_NO_PROTO -DSIGPROCMASK_SETS_THREAD_MASK -DTCP_NODELAY=1] )
429
429
;;
430
- *-ibm-as400)
430
+ *-ibm-as400 | *-ibm-os400 )
431
431
APR_SETIFNULL(apr_lock_method, [ USE_SYSVSEM_SERIALIZE] )
432
432
APR_SETIFNULL(apr_process_lock_is_global, [ yes] )
433
433
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [ yes] )
434
434
APR_SETIFNULL(apr_gethostbyaddr_is_thread_safe, [ yes] )
435
435
APR_SETIFNULL(apr_getservbyname_is_thread_safe, [ yes] )
436
+ APR_SETIFNULL(ac_cv_func_uuid_create, [ no] )
437
+ APR_SETIFNULL(ac_cv_func_uuid_generate, [ yes] )
438
+ APR_SETIFNULL(ac_cv_search_uuid_create, [ no] )
439
+ APR_SETIFNULL(ac_cv_search_uuid_generate, [ yes] )
440
+ APR_ADDTO(CFLAGS, [ -D_THREAD_SAFE -D_LINUX_SOURCE_COMPAT -pthread] )
441
+ APR_SETVAR(SHELL, [ /qopensys/bin/sh] )
442
+ APR_SETVAR(CONFIG_SHELL, [ /qopensys/bin/sh] )
436
443
;;
437
444
*mingw*)
438
445
APR_ADDTO(INTERNAL_CPPFLAGS, -DBINPATH=$apr_builddir/test/.libs)
0 commit comments