summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* VPATH build fixes:Joe Orton2004-02-051-3/+3
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-41/+12
* Remove "location detection" from apr-config:Joe Orton2004-02-011-0/+5
* * configure.in: Fix detection of pthread rwlocks to actually fail whenJoe Orton2004-01-261-12/+12
* Fix build with recent libtool HEAD:Joe Orton2004-01-151-0/+1
* * configure.in: Fix detection of APR_OFF_T_FMT if built withJoe Orton2004-01-121-9/+12
* * configure.in: Separate library checks from "checking for compilerJoe Orton2004-01-081-0/+2
* Clean up configure logic for enabling "nonportable" atomics: don'tJoe Orton2004-01-061-28/+19
* * configure.in: Don't pick up libnsl if gethostbyname is in libc,Joe Orton2004-01-051-2/+2
* * configure.in: Remove check for sqrt(), which is not used by APR.Joe Orton2004-01-021-1/+0
* * configure.in: Size of long double is no longer needed.Joe Orton2003-12-091-1/+0
* allow non-portable atomics on Linux/ppcGreg Ames2003-12-081-1/+1
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-241-0/+5
* * configure.in, acconfig.h: Remove unused USE_THREADS define.Joe Orton2003-11-171-4/+2
* get rid of extra U suffix in APR_UINT64_C() invocations on someJeff Trawick2003-11-171-1/+1
* Remove 'long double' configure check as it's not an integral type.Justin Erenkrantz2003-11-171-9/+0
* Fix one typo in reviewing the unix APR_UINT64_C wrapperWilliam A. Rowe Jr2003-11-171-1/+1
* With the exception of some intersting(1) output from testall random2,William A. Rowe Jr2003-11-161-0/+7
* * configure.in: Fix endianness detection with autoconf 2.1x.Joe Orton2003-11-061-2/+7
* * configure.in: Remove duplicate checks for strcasecmp andJoe Orton2003-11-051-1/+1
* Endianness and APR types for random.Ben Laurie2003-11-051-1/+5
* * configure.in: Don't build the "random" directory yet.Joe Orton2003-11-041-1/+1
* Start of new PRNG.Ben Laurie2003-11-031-1/+1
* * configure.in: Fix "--enable-dso" and clean up DSO implementationJoe Orton2003-10-291-29/+37
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))Jeff Trawick2003-10-151-0/+2
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'sWilliam A. Rowe Jr2003-10-141-0/+2
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:Joe Orton2003-10-011-18/+1
* * configure.in: Fix and simplify check for hstrerror inJoe Orton2003-10-011-2/+2
* * configure.in: Only look for hstrerror if IPv6 is not enabled;Joe Orton2003-10-011-2/+8
* * configure.in, build/apr_network.m4: Remove "RESOLV_RETRANSRETRY"Joe Orton2003-10-011-1/+0
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEJoe Orton2003-10-011-2/+0
* For platforms which have "struct sockaddr_stroage", allowJoe Orton2003-09-291-0/+1
* Link libapr against the libraries on which it depends for allJoe Orton2003-09-291-6/+0
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofJoe Orton2003-09-291-0/+1
* Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the firstJoe Orton2003-09-021-2/+0
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. IfJustin Erenkrantz2003-08-311-18/+10
* Add an --experimental-libtool option that allows the user to specify anJustin Erenkrantz2003-08-241-6/+21
* Re-enable IPv6 on Darwin 6.6 and beyond as it looks like getaddrinfo() nowJustin Erenkrantz2003-08-241-3/+11
* HP-UX:Jeff Trawick2003-08-111-1/+5
* Finish the new timestamp-setting API, thanks to helpful tips fromBen Collins-Sussman2003-07-081-0/+1
* the setting of _THREAD_SAFE here is redundantJeff Trawick2003-06-111-6/+0
* [PORTING] Improve detection of IPv6, Include <sys/mutex.h> for lock_t if avai...Martin Kraemer2003-05-281-4/+12
* removed the solaris specific atomic code.Ian Holsman2003-05-031-40/+0
* Check for librt on all platforms not just Solaris.Joe Orton2003-04-291-7/+3
* implement APR_UINT64_T_HEX_FMTJeff Trawick2003-04-151-0/+7
* don't bother j random user with missing function prototype warningsJeff Trawick2003-04-041-1/+1
* fix the required set of libraries determined by apr on systems whereJeff Trawick2003-04-021-0/+1
* Don't add the math library (-lm) if the modf() functionRoy T. Fielding2003-04-011-1/+1
* At configure time disable Posix sem forJim Jagielski2003-03-271-0/+2
* Ignore the availablity of threads on HPUX, they aren't trustworthyWilliam A. Rowe Jr2003-03-241-0/+5