summaryrefslogtreecommitdiff
path: root/threads.m4
Commit message (Collapse)AuthorAgeFilesLines
* Finish the Configuration cleanup. This basically merges all of therbb2000-06-281-170/+0
| | | | | | | | | | autoconf scripts that APR provides for other programs into apr_common.m4. Other programs can then just include that file to get the APR checks that are required. Submitted by: Sascha Schumann <sascha@schumann.cx> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60279 13f79535-47bb-0310-9956-ffa450edef68
* gcc issues warnings when parsing AIX 4.3.3's pthread.hstoddard2000-06-231-0/+15
| | | | | | | | | | | | which causes autoconf to incorrectly conclude that pthreads is not available. Turn off warnings for this check if we're using gcc. Submitted by: Victor Orlikowski Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60250 13f79535-47bb-0310-9956-ffa450edef68
* Add -kthread (new FreeBSD switch)sascha2000-06-111-1/+1
| | | | | | | Add -mt (WorkShop cc switch) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60172 13f79535-47bb-0310-9956-ffa450edef68
* Add enable-threads flag for gcc on HPUXsascha2000-05-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60089 13f79535-47bb-0310-9956-ffa450edef68
* Check for the flavor of pthread_attr_getdetachstate(); normallytrawick2000-05-071-0/+20
| | | | | | | | it has 2 parms; on OS/390 it has one parm (based on some earlier POSIX threads draft?). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60028 13f79535-47bb-0310-9956-ffa450edef68
* Add support to APR configuration to recognize several non-standardtrawick2000-05-041-0/+21
| | | | | | | | | | | | | | | | | characteristics of OS/390, at least two of which are shared with some other platforms: 1) whether or not the character set is an EBCDIC variant 2) whether or not gethostbyname() supports numeric address strings (e.g., gethostbyname("127.0.0.1")) 3) whether or not pthread_getspecific() has two arguments (for most platforms it has one argument) The Unix ap_connect() now has logic to handle numeric address strings when gethostbyname() can't handle them. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60024 13f79535-47bb-0310-9956-ffa450edef68
* Add OpenBSD flag to m4 macro REENTRANCY_FLAGSsascha2000-04-301-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59999 13f79535-47bb-0310-9956-ffa450edef68
* REENTRANCY_FLAGS changes:sascha2000-04-291-4/+5
| | | | | | | | * Add SCO OpenServer/UnixWare flag * Use CPPFLAGS instead of CFLAGS git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59992 13f79535-47bb-0310-9956-ffa450edef68
* * refine platform-dependent flagssascha2000-04-291-8/+26
| | | | | | | * add -Kthread to pthread_cflags check (SCO UnixWare/OpenServer) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59989 13f79535-47bb-0310-9956-ffa450edef68
* On Irix, checking for pthread_create is not good enough to find all of therbb2000-03-301-0/+2
| | | | | | | | | | | | libraries required for linking. This is because on Irix, some of the functions are in libc and some are in libpthread. By adding a check for pthread_mutex_init, we find both libraries. PR: 21 Submitted by: Mike Abbot <mja@sgi.com> Reviewed by: Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59752 13f79535-47bb-0310-9956-ffa450edef68
* include <stddef.h> in the PTHREADS_CHECK_COMPILE testtrawick2000-03-301-0/+1
| | | | | | | program (for the definition of NULL) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59751 13f79535-47bb-0310-9956-ffa450edef68
* Move threads/reentrancy m4 macros into threads.m4. All results are nowsascha2000-01-161-0/+90
cached and can be made easily available to Apache and APR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59599 13f79535-47bb-0310-9956-ffa450edef68