summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Tweak apache/apr builds to support dsos on OS/390.trawick2000-08-181-0/+13
* first apr_ pass only touched .[ch] filesdougm2000-08-021-5/+5
* Use the correct CR/LF line terminators on OS/2.bjh2000-07-301-0/+5
* Remove all of the ap_is* functions from Apache. They were already in APR,rbb2000-07-261-1/+2
* Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This isrbb2000-07-241-2/+2
* Enable the passwd directory to be built by APR.rbb2000-07-241-2/+2
* Tweak setting of APR_OFF_T_FMT for Solaris (pc, not sparc).trawick2000-07-211-1/+1
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-2/+2
* Remove warnings on Tru64 Unix. Basically, long and long long are therbb2000-07-151-1/+5
* Allow APR to build without Apache. buildconf builds the configure scriptsrbb2000-07-141-1/+1
* OS/2: off_t is a long in EMX gcc, use "ld" format for it.bjh2000-07-141-1/+1
* Back-out premature config changes for buckets.fielding2000-07-131-2/+2
* First pass at buckets brigades.rbb2000-07-111-2/+2
* Remove the AC_CONFIG_DIR_AUX_DEFAULT patch for APR. For some reason thisrbb2000-06-301-1/+1
* Fix the problem with ./buildconf not working right out of CVS. Therbb2000-06-301-1/+1
* Put in a hack to allow us to over-ride the APR_OFF_T_FMT and APR_SSIZE_T_FMTrbb2000-06-291-0/+9
* Finish the Configuration cleanup. This basically merges all of therbb2000-06-281-1/+1
* Remove the new function to output APR variables. This is now done justrbb2000-06-281-2/+1
* Somebody forgot to change an occurrence of have_bcopy to have_bzero :)trawick2000-06-281-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().trawick2000-06-281-0/+1
* Change the check for bcopy to bzero, and the associated macros.rbb2000-06-281-1/+1
* Move the checks for bcopy and memmove down to APR. APR now defines memmoverbb2000-06-271-0/+5
* Detect libraries based on which platform configure is being run on.rbb2000-06-271-1/+4
* Fix some shell logic in a recent commit which caused APR threadtrawick2000-06-261-2/+2
* Repair the logic to detect whether we have sendfile support. Aftertrawick2000-06-261-1/+2
* Adjust the extra libraries in hints.m4 to prevent a crash due to librarydreid2000-06-261-0/+4
* gcc issues warnings when parsing AIX 4.3.3's pthread.hstoddard2000-06-231-5/+4
* Properly detect the existance of send_file() on AIXstoddard2000-06-231-1/+1
* FreeBSD's <netinet/in.h> needs <sys/types.h> explicitly included first.trawick2000-06-231-0/+1
* Fix the OS/390 build.rbb2000-06-221-1/+1
* Remvoe some checks that are producing macros that are never used.rbb2000-06-201-9/+0
* Add -Kthread for ReliantUNIXmartin2000-06-151-1/+6
* Add support to ap_xlate_open() for an app to specify that thetrawick2000-06-141-1/+3
* This small change does the following...dreid2000-06-131-7/+13
* Don't configure MM on OS/2.bjh2000-06-121-3/+7
* Test for poll() _after_ testeng for threading. Again.ben2000-06-111-2/+7
* * RUN_SUBDIR_CONFIG_NOW needs to run the configure script found in srcdir.sascha2000-06-111-10/+1
* Get FreeBSD 3.4 building again. It doesn't have lib dl, so the buildtrawick2000-06-101-1/+6
* Change the APR configure process to call MM's configure script earlyrbb2000-06-101-40/+54
* make help text for a couple of APR configure options more neat/correcttrawick2000-06-101-2/+2
* Get FreeBSD building again with the resource limiting changes (FreeBSDtrawick2000-06-101-1/+4
* Remove waitpid from the config checks and all calls to waitpid from therbb2000-06-091-0/+3
* Remove a bunch of string functions from Apache. These are basicallyrbb2000-06-091-0/+15
* Change the mmap() feature test to check only for existence.trawick2000-06-071-13/+5
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-061-0/+18
* I've had better thoughts about this. APR needs to be configurable. Ifrbb2000-06-051-1/+10
* Remove the ability to enable/disable DSO support in APR. The only currentrbb2000-06-051-12/+1
* BeOS doesn't have a native MMAp, but there the ap_mmap functions havedreid2000-06-031-0/+3
* Fix DSO enabling logic. Basically if --enable-dso was specified on therbb2000-06-011-5/+5
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+16