summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Try to deal with isascii in a better manner. As we include ctype.h ifdreid2000-12-031-1/+1
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/trawick2000-12-011-4/+21
* Document a mysterygregames2000-12-011-0/+1
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+11
* Lock config changes:trawick2000-11-301-3/+7
* Check if h_errno is declared in netdb.h and whether any flagsbrane2000-11-301-1/+9
* Tweak the APR_OFF_T_FMT logic so that we get the righttrawick2000-11-291-1/+1
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+1
* no need to check for inet_pton/inet_ntop as provided by the platform;trawick2000-11-161-2/+0
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-131-1/+2
* Get the sendfile-avoidance for Tru64 working.trawick2000-11-121-3/+6
* Not all platforms have INADDR_NONE defined by default. Apache used torbb2000-11-111-0/+3
* Tru64's sendfile implementation is completely broken, so we can't use it.rbb2000-11-111-1/+5
* Cleanup the sendfile checks.rbb2000-11-101-2/+1
* Clean up APR configuration messages a bit by tweaking some wording,trawick2000-11-081-4/+3
* tiny cleanup to APR configure output, standardizing a message andtrawick2000-11-081-2/+2
* This commit adds the start of IPv6 support. Before we all get too excited,dreid2000-11-061-1/+14
* look for gethostname in an existing -lnsl rather than bringing it in agstein2000-11-021-3/+2
* Simplify the configuration mechanisms for threading in APR.gstein2000-11-021-16/+14
* export threading flags so that apps using APR know how to compile their owngstein2000-10-251-0/+2
* Fix pthread serialize. We need to set the variable properly.rbb2000-10-241-1/+5
* We can't assume that iconv is in -liconv if we have it.trawick2000-10-211-1/+2
* Set APR_USE_PTHREAD_SERIALIZE to the proper value ("0", not "")trawick2000-10-211-0/+1
* If we have pthreads then we should assume we have pthread locks.rbb2000-10-211-8/+6
* If iconv is chosen, then we need to tell others to load the iconvfielding2000-10-211-1/+1
* If we determine that a platform does not have DSO support, then it makesrbb2000-10-081-1/+2
* Multiple build and configuration fixesrbb2000-10-051-8/+6
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingrbb2000-10-051-4/+4
* Avoid a bad shell command in the expansion of AC_CHECK_DEFINE_FILES.trawick2000-09-291-3/+1
* Add to the check for POLLIN. If poll.h is found in include/sys notrbb2000-09-291-1/+3
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-291-0/+1
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-1/+8
* This changes the way we check for inet_addr and inet_network. The new testsdreid2000-09-171-4/+4
* Namespace protection for this allows the in_addr and gethostbynamedreid2000-09-151-1/+1
* Get rid of dangling semicolon in check for pthread_key_delete().trawick2000-09-011-1/+1
* Allow dso builds with pthreads enabled to work on platforms which don't havegregames2000-08-311-0/+1
* We need to test specifically for setrlimit/getrlimit instead ofjim2000-08-231-0/+4
* 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