summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Merge r652830 from trunk:jorton2008-05-021-1/+1
* Avert the pid "ld" format when building to huge-longs on solaris 64 bit.wrowe2008-05-021-1/+5
* ignore /dev/*random on z/OS < V1R7trawick2007-11-181-1/+17
* add missing autoconf/m4 quoting to correct the dso implementationtrawick2007-11-031-3/+3
* On Darwin 9.0 the NSLoad... dyld API is deprecated; use dlopen.wrowe2007-11-021-5/+26
* Radical change that corrects a horrible misassumption; the featurewrowe2007-10-291-0/+4
* size_t is unsigned long on AIXtrawick2007-10-291-1/+1
* * configure.in: Move the ino_t test outside the enable_lfs=yes branch,jorton2007-10-291-8/+18
* Define apr_ino_t in such a way that it doesn't change definitionwrowe2007-10-241-0/+9
* Pick up AIX 5.2 onwardswrowe2007-10-171-1/+2
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-2/+19
* * configure.in, Makefile.in: Define the libtool versioning hint in thejorton2007-09-251-1/+2
* Improve detection of the printf format identifiers for apr_ssize_t and apr_si...davi2007-07-101-47/+65
* open(2) reads: mode must be specified when O_CREAT is in the flags.davi2007-07-051-1/+1
* New apr_atomic implementation for PowerPC native atomic operations.davi2007-07-041-0/+9
* Given a modern compiler, this patch provides fast atomic operations on variousdavi2007-07-041-0/+42
* This patch tries to address some of the apr_atomic problems by reorganizingdavi2007-07-041-1/+1
* Properly quote case pattern.davi2007-06-301-1/+1
* Define SEM_FAILED if it isn't already defined, as the proc mutexdavi2007-06-291-0/+9
* Some rare autoconf/m4 environments translitate differently and are droppingwrowe2006-09-081-1/+1
* Make apr compile on FreeBSD-4.xmartin2006-07-181-1/+2
* Provide suitable hints to autoconf that mingw (Win32)'s process locks andjerenkrantz2006-07-141-0/+1
* Link to librpcrt4.a.jerenkrantz2006-07-141-0/+1
* Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf.jerenkrantz2006-07-131-0/+6
* Move some of the mingw-specific checks into the hints m4 file instead.jerenkrantz2006-07-131-11/+3
* Allow mingw to have access to the Win32 'unicode' FS system.jerenkrantz2006-07-121-0/+11
* Define struct iovec for mingw.jerenkrantz2006-07-121-0/+8
* Move the autoconf check for type 'in_addr' into a macro, and improve it to workjerenkrantz2006-07-121-11/+6
* Set up apr.h and apr_private.h so that mingw can compile.jerenkrantz2006-07-121-0/+14
* Allow configure to complete successfully on mingw.jerenkrantz2006-07-111-9/+51
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.rooneg2006-06-301-1/+7
* Submitted by: breserwsanchez2006-05-311-1/+9
* One more evolution of the uuid header detection code.wrowe2006-03-101-15/+15
* * configure.in: Set LT_NO_INSTALL to -no-install on all platforms butjorton2006-03-101-0/+10
* Address bug 37999 and other exceptions to the existing uuid detection code;wrowe2006-03-021-4/+50
* Usse a future-proof configure check for the robust mutex support:jorton2006-03-011-1/+1
* * configure.in: Remove bogus check to test whether definingjorton2006-02-231-17/+0
* Nix os_version def for darwin; it's unused and breaks if minor version is >= 10wsanchez2005-12-011-3/+0
* Add some workarounds for cases where readdir_r fails due to largejorton2005-08-311-1/+1
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forjorton2005-08-251-0/+1
* * configure.in: Fix checks for alloca().jorton2005-08-241-2/+4
* * configure.in: Check for libefence after threads in case libefencejorton2005-08-241-17/+19
* * configure.in: Fix the test for ancient FreeBSD that fails on a 6.0-CURRENT ...pquerna2005-06-171-3/+7
* Fix code which handles FreeBSD release numbersmartin2005-06-101-3/+3
* * configure.in: Simplify uuid checks.jorton2005-05-051-8/+3
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-5/+4
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-2/+10
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notjorton2005-02-151-0/+1
* Fix posix rwlock detection (on Darwin).aaron2005-02-051-1/+1
* * configure.in: For Linux/s390, print size_t as unsigned long int andjorton2005-02-041-1/+4