summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Fix FreeBSD version check used when deciding whether or not to disableJeff Trawick2001-01-121-1/+13
* The file_as-socket check wasn't getting picked up correctly, so thisDavid Reid2001-01-121-0/+6
* - get libapr.la relinking when something has changedGreg Stein2001-01-111-1/+0
* Libtool takes care of the lib prefix so get rid of our own workaround.Brian Havard2001-01-101-5/+0
* Fix a compile break with the new APR libtool setup. Basically, we areRyan Bloom2001-01-091-0/+2
* Libtool-ize APR.Greg Stein2001-01-091-10/+29
* Proper TCP_SOCK in <linux/socket.h> check.Sascha Schumann2001-01-051-2/+7
* Simplify the logic for TCP cork on Linux. Basically, instead of greppingRyan Bloom2001-01-051-4/+4
* Add simple check for TCP_CORK in kernel header files. This is not 100%,Sascha Schumann2001-01-051-0/+2
* Some Linux's do not define TCP_CORK. This allows us to use sendfile onRyan Bloom2001-01-051-0/+9
* We need to initialize have_corkable_tcp to 0, otherwise on platformsRyan Bloom2001-01-051-0/+1
* This patch adds support for TCP_NOPUSH to APR. Basically we look forDavid Reid2001-01-041-1/+16
* Issue the we-don't-like-your-sendfile message on all such systems, not justJeff Trawick2001-01-031-1/+4
* Allow the tests that use shared objects to run on BeOS. This isDavid Reid2001-01-021-0/+3
* Compensate for missing getpwnam_r on FreeBSD 3.2.Ben Laurie2000-12-301-0/+3
* FreeBSD's sendfile does not work if the FreeBSD version is less thanRyan Bloom2000-12-281-8/+19
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-221-1/+2
* Cleanups so that the support programs build cleanly. The Win32 valuesRyan Bloom2000-12-221-6/+11
* Allow any support stuff we've authored to rely soley on apr (+aprutil)William A. Rowe Jr2000-12-211-1/+3
* Add missing `fi'. I must have misapplied the patch. My apologies.Branko Čibej2000-12-191-0/+1
* Configure DSO support on HP-UX.Branko Čibej2000-12-191-2/+5
* Drop the Perl dependency and use an awk script for creating apr.exports.Sascha Schumann2000-12-181-0/+1
* Fix VPATH support. APR builds now cleanly in a separate build directory.Sascha Schumann2000-12-151-2/+9
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 isJeff Trawick2000-12-131-2/+8
* Include DSO support on OS/2 by default as DLL loading is supported by theBrian Havard2000-12-121-1/+1
* Only support IPv6 if getaddrinfo() exists, because that is theJeff Trawick2000-12-121-1/+13
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-2/+2
* Fix the APR_HAVE_UNISTD_H symbol.Jeff Trawick2000-12-061-0/+1
* Check more carefully for getaddrinfo(). Accept those thatJeff Trawick2000-12-051-1/+1
* Win32 apr.hw back in line with apr.h.in, and reordered for consistencyWilliam A. Rowe Jr2000-12-041-1/+1
* Try to deal with isascii in a better manner. As we include ctype.h ifDavid Reid2000-12-031-1/+1
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/Jeff Trawick2000-12-011-4/+21
* Document a mysteryGreg Ames2000-12-011-0/+1
* New config variable apr_process_lock_is_global specifies that the selectedJeff Trawick2000-12-011-0/+11
* Lock config changes:Jeff Trawick2000-11-301-3/+7
* Check if h_errno is declared in netdb.h and whether any flagsBranko Čibej2000-11-301-1/+9
* Tweak the APR_OFF_T_FMT logic so that we get the rightJeff Trawick2000-11-291-1/+1
* Get NULL defined on some systems (e.g., FreeBSD 3.4).Jeff Trawick2000-11-271-0/+1
* no need to check for inet_pton/inet_ntop as provided by the platform;Jeff Trawick2000-11-161-2/+0
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-131-1/+2
* Get the sendfile-avoidance for Tru64 working.Jeff Trawick2000-11-121-3/+6
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-0/+3
* Tru64's sendfile implementation is completely broken, so we can't use it.Ryan Bloom2000-11-111-1/+5
* Cleanup the sendfile checks.Ryan Bloom2000-11-101-2/+1
* Clean up APR configuration messages a bit by tweaking some wording,Jeff Trawick2000-11-081-4/+3
* tiny cleanup to APR configure output, standardizing a message andJeff Trawick2000-11-081-2/+2
* This commit adds the start of IPv6 support. Before we all get too excited,David Reid2000-11-061-1/+14
* look for gethostname in an existing -lnsl rather than bringing it in aGreg Stein2000-11-021-3/+2
* Simplify the configuration mechanisms for threading in APR.Greg Stein2000-11-021-16/+14
* export threading flags so that apps using APR know how to compile their ownGreg Stein2000-10-251-0/+2