summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Capitalize some "Posix"es and s/dnl/# a comment.jorton2003-02-111-7/+7
* Fix tests for PROCESS_SHARED locks and pthread_mutexattr_setrobust_npjorton2003-02-111-6/+12
* Remove the run-time tests in the check forjorton2003-02-111-13/+2
* Rename rules.mk to apr_rules.mk and make it be installed.thommay2003-02-041-5/+5
* Disable apr_socket_sendfile() on 64-bit AIX to avoid an apparenttrawick2003-02-011-0/+8
* Minor addition to the debug flags under AIX.orlikowski2003-01-061-1/+1
* Allow dependencies to be generated by something other than GCC.jerenkrantz2002-12-191-0/+3
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typewrowe2002-12-141-0/+2
* Fix selection of random device on OpenBSD; prefer /dev/arandom overjorton2002-12-021-1/+3
* Getpass on Solaris has an 8 character limit, which makes it less thanrbb2002-11-221-1/+1
* Use "DIR" rather than "<path>" as argument value in --with-* help texts,jorton2002-11-151-2/+2
* Cleanup: passing -n to echo to suppress the trailing newline andjorton2002-11-151-10/+10