summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with the configure script. AC_CHECK_SIZEOF is only meant torbb1999-11-101-0/+1
* Defining _POSIX_THREAD_SAFE_FUNCTIONS for OS/2 is no longer appropriate.bjh1999-10-201-5/+0
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-0/+2
* OS/2: Prevent locking around C library functions as they are thread safe.bjh1999-10-181-0/+5
* Isolate the APR thread-safety macros. This makes any macro available torbb1999-10-141-34/+0
* Map strcasecmp to stricmp if stricmp is available but strcasecmp isn't.bjh1999-10-111-0/+4
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-1/+1
* Fix some stupid bugs with the SAFETY_LOCK code.rbb1999-10-081-4/+3
* Make time functions threadsafe in APR. This is the current way to makerbb1999-10-061-0/+34
* Changes to let APR compile and build on AIX with a non GNU compiler.rbb1999-08-191-0/+24
* Initial revisionrbb1999-08-171-0/+46