summaryrefslogtreecommitdiff
path: root/TSRM/threads.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add -qthreaded for AIX cc V5Sascha Schumann2000-06-101-1/+2
|
* Add FreeBSD's new -kthread option.Sascha Schumann2000-06-101-1/+10
| | | | | Add a list of compiler/platforms where the flags are known to work.
* Add enable-threads flag for gcc on HPUXSascha Schumann2000-05-241-1/+1
|
* Assign/restore vars appropiatelySascha Schumann2000-05-051-0/+5
|
* Don't automatically assign pthreads_cflags/pthreads_libs to envSascha Schumann2000-05-041-9/+13
| | | | | | variables. That allows us to check for the availability of POSIX threads before actually using it.
* Add UnixWare/OpenServer flagsSascha Schumann2000-04-301-2/+5
|
* hpux needs _REENTRANTThies C. Arntzen2000-04-151-0/+2
|
* * Include <stddef.h> for NULLSascha Schumann2000-03-301-1/+4
| | | | | * Check for pthread_mutexattr_init() for improved SGI support
* Use CPPFLAGS for reentrancy/thread flagsSascha Schumann2000-03-151-1/+1
|
* Use improved POSIX threads check from threads.m4Sascha Schumann2000-03-071-0/+130
This is shared between some projects (currently Apache 2.0, mhash, mcrypt)