summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Fix comparison of mmap() return value.jorton2004-02-211-1/+1
* Fix the generation of the build-outputs.mk file. That file must remaingstein2004-02-211-0/+8
* Revert to using i386-pc-os2-emx on OS/2 rather than non-standardjorton2004-02-181-2/+2
* VPATH build fixes:jorton2004-02-051-3/+3
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-41/+12
* Remove "location detection" from apr-config:jorton2004-02-011-0/+5
* * configure.in: Fix detection of pthread rwlocks to actually fail whenjorton2004-01-261-12/+12
* Fix build with recent libtool HEAD:jorton2004-01-151-0/+1
* * configure.in: Fix detection of APR_OFF_T_FMT if built withjorton2004-01-121-9/+12
* * configure.in: Separate library checks from "checking for compilerjorton2004-01-081-0/+2
* Clean up configure logic for enabling "nonportable" atomics: don'tjorton2004-01-061-28/+19
* * configure.in: Don't pick up libnsl if gethostbyname is in libc,jorton2004-01-051-2/+2
* * configure.in: Remove check for sqrt(), which is not used by APR.jorton2004-01-021-1/+0
* * configure.in: Size of long double is no longer needed.jorton2003-12-091-1/+0
* allow non-portable atomics on Linux/ppcgregames2003-12-081-1/+1
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-0/+5
* * configure.in, acconfig.h: Remove unused USE_THREADS define.jorton2003-11-171-4/+2
* get rid of extra U suffix in APR_UINT64_C() invocations on sometrawick2003-11-171-1/+1
* Remove 'long double' configure check as it's not an integral type.jerenkrantz2003-11-171-9/+0
* Fix one typo in reviewing the unix APR_UINT64_C wrapperwrowe2003-11-171-1/+1
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-0/+7
* * configure.in: Fix endianness detection with autoconf 2.1x.jorton2003-11-061-2/+7
* * configure.in: Remove duplicate checks for strcasecmp andjorton2003-11-051-1/+1
* Endianness and APR types for random.ben2003-11-051-1/+5
* * configure.in: Don't build the "random" directory yet.jorton2003-11-041-1/+1
* Start of new PRNG.ben2003-11-031-1/+1
* * configure.in: Fix "--enable-dso" and clean up DSO implementationjorton2003-10-291-29/+37
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))trawick2003-10-151-0/+2
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+2
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:jorton2003-10-011-18/+1
* * configure.in: Fix and simplify check for hstrerror injorton2003-10-011-2/+2
* * configure.in: Only look for hstrerror if IPv6 is not enabled;jorton2003-10-011-2/+8
* * configure.in, build/apr_network.m4: Remove "RESOLV_RETRANSRETRY"jorton2003-10-011-1/+0
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEjorton2003-10-011-2/+0
* For platforms which have "struct sockaddr_stroage", allowjorton2003-09-291-0/+1
* Link libapr against the libraries on which it depends for alljorton2003-09-291-6/+0
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofjorton2003-09-291-0/+1
* Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the firstjorton2003-09-021-2/+0
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. Ifjerenkrantz2003-08-311-18/+10
* Add an --experimental-libtool option that allows the user to specify anjerenkrantz2003-08-241-6/+21
* Re-enable IPv6 on Darwin 6.6 and beyond as it looks like getaddrinfo() nowjerenkrantz2003-08-241-3/+11
* HP-UX:trawick2003-08-111-1/+5
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-0/+1
* the setting of _THREAD_SAFE here is redundanttrawick2003-06-111-6/+0
* [PORTING] Improve detection of IPv6, Include <sys/mutex.h> for lock_t if avai...martin2003-05-281-4/+12
* removed the solaris specific atomic code.ianh2003-05-031-40/+0
* Check for librt on all platforms not just Solaris.jorton2003-04-291-7/+3
* implement APR_UINT64_T_HEX_FMTtrawick2003-04-151-0/+7
* don't bother j random user with missing function prototype warningstrawick2003-04-041-1/+1
* fix the required set of libraries determined by apr on systems wheretrawick2003-04-021-0/+1