summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Check for the flavor of pthread_attr_getdetachstate(); normallyJeff Trawick2000-05-071-0/+1
* Add support to APR configuration to recognize several non-standardJeff Trawick2000-05-041-2/+8
* helpers directory has been copied to apr/helpers. The configure scriptRyan Bloom2000-05-031-1/+1
* Test for file readable rather than file exist.Bill Stoddard2000-05-031-1/+1
* Initial hack of the Apache/APR "hints" file, which uses informationJim Jagielski2000-05-031-0/+3
* Back out sigthreadmask support.Sascha Schumann2000-05-021-1/+0
* Substitute sigthreadmask for pthread_sigmask, if necessary.Sascha Schumann2000-05-021-0/+1
* Add options to APR to allow OTHER_CHILD support to be turned on and off.Ryan Bloom2000-05-011-4/+16
* AC_MSG_RESULT does not work in EXTRA-CMDS.Sascha Schumann2000-04-301-1/+1
* Fix real absolute pathJim Jagielski2000-04-301-1/+1
* Make a note about needing to fix thisJim Jagielski2000-04-301-0/+2
* Force the use of "out" mkdir.sh script when we require theJim Jagielski2000-04-301-2/+6
* Add VPATH support to APR:Sascha Schumann2000-04-301-2/+72
* Small cleanup:Sascha Schumann2000-04-291-7/+11
* Teach ap_strerror() on Unix to handle resolver error codes.Jeff Trawick2000-04-281-0/+1
* This change gets the threads variable being set correctly and thus sets theDavid Reid2000-04-251-7/+13
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* Add ap_xlate_open() et al for translation of text between differentJeff Trawick2000-04-201-1/+4
* Here's my first stab at getting mod_auth_digest working under 2.0Bill Stoddard2000-04-151-0/+22
* Many -lsockets require -lnslMartin Kraemer2000-04-111-0/+2
* Fix the layout of the previous 'echo -e' changesMartin Kraemer2000-04-111-7/+7
* Replace 'echo -e' by Autoconf-like definitionsMartin Kraemer2000-04-111-7/+9
* Prevent MM's configure from being run for OS/2Brian Havard2000-04-081-1/+3
* If, as suggested by ../../../README.BUILD_ALPHA, you set the --with-debugMartin Kraemer2000-04-061-2/+1
* Change the test for ranlib so that we end up with RANLIB=true insteadJeff Trawick2000-04-061-1/+1
* Fix some minor bugs in the Unix dso code. This works on Linux, butRyan Bloom2000-04-041-1/+1
* This "should" get AIX prior to 4.3 using the AIX in the dsoDavid Reid2000-04-021-0/+6
* Show more information when configuring APR and start adding support forDavid Reid2000-03-311-3/+5
* Remove dso support from APR. This will be re-enabled the debate isRyan Bloom2000-03-311-1/+1
* Fix pthread Cross Process locks.Ryan Bloom2000-03-311-1/+1
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-271-1/+1
* Fix the problem of choosing the wrong locking mechanism on someRyan Bloom2000-03-221-2/+2
* Fix warnings, update dependencies.Ben Laurie2000-03-181-0/+13
* Expand on Brian's commit to make it more generally useful andDavid Reid2000-03-151-2/+3
* Make APR_HAS_THREADS always be 1 for OS/2.Brian Havard2000-03-141-1/+6
* Fix the logic for ap_signal, so it is exposed in external header files in APR.Ryan Bloom2000-03-021-1/+3
* Fix the threading enable/disable feature for APR.Ryan Bloom2000-03-021-1/+1
* Re-structure APR's configure.in file. This should make adding functions toRyan Bloom2000-02-041-272/+286
* Cleanup the code to determine what kind of shared memory we are using. ThisRyan Bloom2000-02-041-3/+34
* Fix the APR build process on UNIX. We need to include signal.h if we haveRyan Bloom2000-01-281-1/+2
* A first pass at shared memory for Unix. This is still pretty ugly, but IRyan Bloom2000-01-271-1/+15
* We need to know if a platform has fork or not.Ryan Bloom2000-01-261-0/+2
* Namespace protect the HAVE_SEMUN variable that was added. This has notRyan Bloom2000-01-241-3/+6
* Make interprocess mutexes actually choose, fix semaphore mutexes.Ben Laurie2000-01-231-38/+37
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+16
* Move threads/reentrancy m4 macros into threads.m4. All results are nowSascha Schumann2000-01-161-6/+2
* Inherit thread flags from ApacheSascha Schumann2000-01-161-10/+8
* Use REENTRANCY_FLAGS from config.cache (effectively only set by Apache)Sascha Schumann2000-01-111-0/+4
* Add check for socklen_t. Falls back to unsigned int.Sascha Schumann1999-12-291-0/+2
* Move the test and defintion of APR_SSIZE_T_FMT. This was causing problems,Ryan Bloom1999-12-271-0/+9