summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Determine sizeof(void *) during configuration (we'll need this in orderbrianp2002-10-191-0/+10
* %ld is the right format for size_t on Linux for s/390trawick2002-10-181-0/+5
* Platform preference for shl_load on HPUX11 must be expressed by testingwrowe2002-10-171-4/+4
* This patch compresses a few expansions of AC_CHECK_{FUNCS,HEADERS} intotrawick2002-10-171-15/+5
* In Autoconf, it's good practice to use "dnl" only when commenting on antrawick2002-10-161-89/+89
* Fix the detection of INT64_C() when defined in <stdint.h>.trawick2002-10-161-19/+16
* Don't use whitespace before preprocessor directives in the configuretrawick2002-10-161-13/+13
* fix some AC_MSG_RESULT()s to not include double quotes, e.g.trawick2002-10-151-6/+6
* Disable IPv6 support on Darwin. The current IPv6 support has atrawick2002-10-031-8/+23
* Added support for SCO OpenServer 5brianp2002-09-221-4/+6
* include <alloca.h> on any system that has it, not just on Tru64trawick2002-09-201-0/+1
* Make it a little easier to drop get-version.sh into apr-util by removingjerenkrantz2002-09-101-3/+3
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-291-1/+1
* * substitute APR_MAJOR_VERSION to the Makefile so that othergstein2002-08-221-3/+3
* - Add parallel-apr layout which confines the 'parallel install' logic to ajerenkrantz2002-08-191-30/+32
* configure.inthommay2002-08-151-0/+5
* * build/get-version.sh: accept a specific header file rather thangstein2002-08-151-3/+6
* Various changes to clean up APR for a release.gstein2002-08-141-2/+14
* Fix buggy substitutionmartin2002-08-051-2/+2
* Remove unnecessary brackets and replace "-a" throughsascha2002-08-041-1/+1
* Get strtoq detection working.wrowe2002-08-031-2/+2