summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.wrowe2008-06-201-1/+5
* merge r591473 from 1.2.x branch so that 0.9.x will compile on Leopard:trawick2007-12-151-0/+4
* merge tiny relevant part of r591624trawick2007-11-031-1/+1
* Merge r551917 from trunk to fix APR_SSIZE_T_FMT for older Darwin/OStrawick2007-11-031-1/+1
* merge r589841 from trunk:trawick2007-10-301-1/+1
* Define apr_ino_t in such a way that it doesn't change definitionwrowe2007-10-241-0/+9
* * configure.in: Fix comment for apr_off_t=long case.jorton2007-05-031-1/+1
* Merge r410634 from trunk.rooneg2006-09-221-1/+9
* Some rare autoconf/m4 environments translitate differently and are droppingwrowe2006-09-081-1/+1
* Merge r380120, r382030 from trunk:jorton2006-03-161-18/+1
* Merge r64972 from trunk, fixing apr_strerror() with glibc 2.4:jorton2006-03-161-15/+3
* Merge r191047 to 0.9.x.rooneg2006-02-101-3/+7
* Fix detection of rwlocks on Mac OS X.trawick2005-02-211-1/+1
* Merge r151340 from trunk:jorton2005-02-041-1/+4
* Add a script to build Solaris package files of APRminfrin2004-12-141-0/+1
* Merge r65157, r65158 from trunk: (fixing random lockups in pool-debugjorton2004-11-211-0/+3
* Backport from HEAD:jorton2004-09-011-0/+5
* Backport from HEAD:jorton2004-06-221-10/+4
* * configure.in: Safer check for fstat64; fix HP-UX 11 build.jorton2004-05-271-1/+17
* * configure.in: Check for fstat64.jorton2004-05-241-1/+1
* backport this from 1.0-devtrawick2004-05-211-1/+0
* backport this from apr 1.0-dev:trawick2004-04-161-4/+22
* * configure.in: Define apr_off_t as long on 32-bit systems with ajorton2004-03-071-11/+21
* Backport from HEAD:jorton2004-02-221-1/+1
* * configure.in: Fix APR_OFF_T_FMT for sizeof(off_t)=4 case.jorton2004-01-291-2/+2
* * configure.in: Define apr_off_t as an apr_intX_t type rather thanjorton2004-01-291-18/+17
* Backport from HEAD:jorton2004-01-271-12/+12
* Backport from HEAD:jorton2003-11-151-6/+0
* Introduce apr_socket_atmark() with a more friendly failure case when thewrowe2003-10-161-0/+4
* 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
* Don't add the math library (-lm) if the modf() functionfielding2003-04-011-1/+1
* At configure time disable Posix sem forjim2003-03-271-0/+2
* Ignore the availablity of threads on HPUX, they aren't trustworthywrowe2003-03-241-0/+5
* Define a printf format and format length for apr_uint64_t.brane2003-03-181-0/+14
* Tidy up langinfo checks: the results of these checks aren't exportedjorton2003-03-101-3/+2
* Check for nl_langinfo and friends at configure time, and includebrane2003-03-071-0/+6
* make a few changes to warnings with native compiler for AIX:trawick2003-02-191-1/+1
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-171-0/+1