summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+1
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toorlikowski2002-07-101-5/+6
* FreeBSD apr_sendfile: test for kernel version to determine whether togregames2002-07-021-0/+1
* ooops, backed out the wrong line. Oddly enough, it built for me on Linux.gregames2002-07-011-1/+1
* back out the changes to #include sys/stat.h . This is unneccessary as longgregames2002-07-011-1/+0
* get APR closer to building on FreeBSD 4.6-STABLEgregames2002-06-271-0/+1
* Fix setting of APR_EOL_STR for Linux (it wasn't getting set inbrianp2002-06-231-0/+2
* Optimized atomic CAS support for Linux/x86brianp2002-06-221-0/+10
* Fixed the check for --enable-nonportable-atomicsbrianp2002-06-221-3/+3
* Removed --disable-atomics flag and added --enable-nonportable-atomics,aaron2002-06-141-7/+9
* It helps to document the actual option. :-)rbb2002-06-101-1/+1
* Added support for building the tests when $objdir != $srcdir.brane2002-06-091-1/+1
* Added --with-devrandom=[DEV] configure flag which allows a particularjwoolley2002-05-281-19/+42
* As a safeguard, call the new APR_MKDIR_P_CHECK macro. If APR were tojerenkrantz2002-05-141-0/+3
* Linux, AIX: Use crypt_r() instead of crypt() because the nativetrawick2002-05-101-0/+4
* Fix a problem with global mutexes on OS/390 when something othertrawick2002-05-091-1/+33
* Optimize away a strncmp that accounted for 10% of the run time ofbrianp2002-05-071-0/+7
* Rename --disable-atomics as --disable-optimized-atomics, sinceaaron2002-05-061-4/+4
* And restore it again...striker2002-05-011-1/+32
* Temporarily revert this change to get another change in the roll.striker2002-05-011-32/+1
* Allow the build to succeed on beos by setting this correctly.dreid2002-05-011-0/+1
* Restore after the tag.striker2002-05-011-1/+32
* Temporarily revert change prior to bumping the tag.striker2002-05-011-32/+1
* Fix brain damage from last commit (remove bogus [] and blank line)jerenkrantz2002-05-011-2/+1
* Add --disable-atomics flag which will prevent APR from using its *own*jerenkrantz2002-04-301-23/+27
* provide a cross-compilation default in the /dev/zero check to avoidtrawick2002-04-291-1/+1
* Not all platforms can mmap /dev/zero, so we need to do an explicit checkjerenkrantz2002-04-281-1/+32
* for the gethostbyname() path in apr_sockaddr_info_get(), always handletrawick2002-04-241-2/+0
* handle some bogus error messages and output, esp. when using gcc3,jim2002-04-241-1/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-7/+1
* Reverting the Sparc v8plus check because it broke other thingsbrianp2002-04-201-2/+0
* When compiling on an UltraSparc, ask the assembler to supportbrianp2002-04-201-0/+2
* Fix a bad sed script - previously would leave the trailing slash on whichjerenkrantz2002-04-181-1/+1
* Added a test to determine whether the O_NONBLOCK socket flagbrianp2002-04-151-0/+2
* Set precompiler for Solaris atomics when using GNU binutils.jerenkrantz2002-04-121-1/+2
* systems where sigsuspend() is used in lieu of sigwait() needtrawick2002-04-111-1/+2
* get the setting of the shared library environment variable nametrawick2002-04-101-1/+4
* Typojim2002-04-041-1/+1
* fix some typos in existing posixsem logictrawick2002-04-041-3/+25
* Support for Posix semaphores for locking has been added. This usesjim2002-04-041-1/+25
* Change the ordering of the lock method to what's been "standard"jim2002-03-271-8/+11
* Improve detection of the INT64_C macro to prevent problems with HP-UX'sjerenkrantz2002-03-261-4/+20
* OS/390: only remove -g if CFLAGS wasn't set on entry to configure.gregames2002-03-231-3/+5
* get rid of the -g compiler flag on OS/390, unless this is a debug orgregames2002-03-221-0/+11
* Back out some over-engineering. We use pid_t throughout - and thiswrowe2002-03-161-6/+6
* configure now sets APR_RESOLV_RETRANSRETRY is the dns's timeout/retryianh2002-03-111-0/+3
* Allow APR to install its own libtool into an installbuilddir.jerenkrantz2002-03-091-0/+4
* The test was reverted but I did not noticed it until I remove cpp for my path.jfclere2002-02-251-1/+1
* OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias forbjh2002-02-231-0/+3
* stop autoconf complainingianh2002-02-221-1/+1