summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Simplify logic of /dev/*random search, reducing to a single AC_DEFINEjorton2002-11-141-15/+12
* Prevent test for C99 variable length arrays from failing with GCCjorton2002-11-141-1/+2
* Advertise the ability to disable DSO support, not an "--enable-dso" flagjorton2002-11-141-1/+1
* - define DEV_RANDOM as a string literal so it doesn't have to bejorton2002-11-141-4/+4
* Switch to passing three arguments to the AC_DEFINE macro wherejorton2002-11-141-17/+26
* Cleanup: use AC_CACHE_CHECK and AC_DEFINE in check for netinet/tcp.h.jorton2002-11-141-8/+8
* ReliantUnix: recognize that dlsym() is in libdl and dlopen() is intrawick2002-11-051-0/+11
* Move testregex to test/internal. This test is testing regular expressions,rbb2002-10-241-1/+1
* add configure-time detection of issues related to SCTP protocoltrawick2002-10-221-0/+7
* Add pointer version of apr_atomic_casbrianp2002-10-191-2/+2