Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -qthreaded for AIX cc V5 | Sascha Schumann | 2000-06-10 | 1 | -1/+2 |
| | |||||
* | Add FreeBSD's new -kthread option. | Sascha Schumann | 2000-06-10 | 1 | -1/+10 |
| | | | | | Add a list of compiler/platforms where the flags are known to work. | ||||
* | Add enable-threads flag for gcc on HPUX | Sascha Schumann | 2000-05-24 | 1 | -1/+1 |
| | |||||
* | Assign/restore vars appropiately | Sascha Schumann | 2000-05-05 | 1 | -0/+5 |
| | |||||
* | Don't automatically assign pthreads_cflags/pthreads_libs to env | Sascha Schumann | 2000-05-04 | 1 | -9/+13 |
| | | | | | | variables. That allows us to check for the availability of POSIX threads before actually using it. | ||||
* | Add UnixWare/OpenServer flags | Sascha Schumann | 2000-04-30 | 1 | -2/+5 |
| | |||||
* | hpux needs _REENTRANT | Thies C. Arntzen | 2000-04-15 | 1 | -0/+2 |
| | |||||
* | * Include <stddef.h> for NULL | Sascha Schumann | 2000-03-30 | 1 | -1/+4 |
| | | | | | * Check for pthread_mutexattr_init() for improved SGI support | ||||
* | Use CPPFLAGS for reentrancy/thread flags | Sascha Schumann | 2000-03-15 | 1 | -1/+1 |
| | |||||
* | Use improved POSIX threads check from threads.m4 | Sascha Schumann | 2000-03-07 | 1 | -0/+130 |
This is shared between some projects (currently Apache 2.0, mhash, mcrypt) |