summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
Commit message (Expand)AuthorAgeFilesLines
* make a few changes to warnings with native compiler for AIX:trawick2003-02-191-1/+1
* Don't add -Oacgiltz to CFLAGS for GCC on *-sco3.2v[234]*, probable fixjorton2003-02-041-1/+3
* Fix overzealous s/-lcrypt// in r1.17 for some SCO platforms (untested).jorton2003-02-041-2/+2
* This was at best simply the wrong patch (aught to have been -Wl,+s) butwrowe2002-10-181-3/+0
* When we build HP-UX applications, they must be able to follow thewrowe2002-10-171-0/+3
* Added support for SCO OpenServer 5brianp2002-09-221-3/+3
* Darwin: Global mutexes don't need an intraprocess mutex when Posixtrawick2002-05-091-0/+1
* AIX: Global mutexes don't need an intraprocess mutex when SysVtrawick2002-05-091-0/+1
* Fix a problem with global mutexes on OS/390 when something othertrawick2002-05-091-1/+1
* Beos locks are global.dreid2002-04-131-0/+1
* FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) andgregames2002-04-011-5/+1
* FreeBSD: use fcntl cross-process locks by default. Make note of problemsgregames2002-04-011-0/+5
* define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the sockettrawick2002-03-281-1/+1
* update for Mac OS X. -traditional-cpp is no longer recommended.fitz2002-03-071-1/+1
* move all setting of CC to the APR_CC_HINTS mechanism.gregames2002-02-181-9/+27
* provide APR_CC_HINTS. This allows us to specify a default compilergregames2002-02-151-2/+16
* The rest of this issue is undecided, but this patch gets usaaron2002-01-231-1/+0
* switch Apache/apr/apr-util to use run-time linking on AIXtrawick2001-12-121-0/+1
* Add a proper check for xlc on AIX.orlikowski2001-12-031-3/+3
* simplify the setting of some magic symbols on AIXtrawick2001-11-291-33/+11
* get rid of cruft associated with 1.3-era symbols USEBCOPY andtrawick2001-11-291-7/+7
* get errorcodes.c compiling on AIX 5L againtrawick2001-11-291-0/+3
* we don't really need langlvl=extended for AIX+xlc, at least withtrawick2001-11-271-1/+1
* Add the first elements to support AS/400jfclere2001-11-211-0/+7
* BSDi 4.1 needs to have the _REENTRANT flag set to get a correct build.dreid2001-11-101-0/+7
* Add support for QNX 6.trawick2001-10-161-0/+2
* AC_PROG_CC can only be used once within a configure script (at least withgstein2001-09-221-1/+0
* * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs.wrowe2001-08-301-0/+4
* Drop hint that gethostby*() functions are thread safe on OS/2.bjh2001-08-261-0/+2
* APR doesn't need to define union semun for apps; thetrawick2001-08-151-1/+1
* Previously, we considered gethostbyname/gethostbyaddr to betrawick2001-08-151-0/+2
* get rid of boatloads of warnings on Darwintrawick2001-08-151-1/+1
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-051-37/+29
* Fix the unresolved reference to pthread_sigmask() on Darwin.trawick2001-08-011-1/+1
* Revert Victor's patch for the _XOPEN_SOURCE (handled by configure now).jerenkrantz2001-06-011-5/+1
* Linux needs these options for the posix rwlocks to work.orlikowski2001-06-011-2/+4
* I missed this previously. Basically the latest BeOS beta has changed the ver...dreid2001-05-131-1/+5
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-111-8/+2
* In trying to get as many modules as possible building this flag is requireddreid2001-05-091-1/+1
* This option needs to be set for all versions of beos, not just BONE.dreid2001-04-291-2/+3
* Completely revamp configure so that it preserves the standard makefielding2001-04-291-23/+17
* This change gets BeOS building again. We have sigsuspend but we certainlydreid2001-04-271-3/+3
* Enable rhapsodywsanchez2001-04-191-3/+3
* Back out -DSIGPROCMASK_SETS_THREAD_MASK flag for Darwin.wsanchez2001-04-191-1/+1
* Add -DSIGPROCMASK_SETS_THREAD_MASK for Darwin for nowwsanchez2001-04-181-1/+1
* Define preprocessor options in CPPFLAGS instead of CFLAGSfielding2001-04-031-82/+88
* don't hard-code -lpthread for HP-UX 11; we'll autodetect whethertrawick2001-03-091-1/+0
* Name protected the autoconf macros defined by APR. Moved thefielding2001-02-201-1/+17
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-171-0/+377