summaryrefslogtreecommitdiff
path: root/hints.m4
Commit message (Expand)AuthorAgeFilesLines
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-171-365/+0
* Force FreeBSD to compile without threads by default. To enablerbb2001-02-161-0/+1
* Stop hardcoding the math library. APR autodetects the need for -lm fortrawick2001-02-091-12/+3
* add iconv hints for AIX and Solaris (tested on AIX 4.3 and Solaris 8)trawick2001-02-081-0/+2
* The file_as-socket check wasn't getting picked up correctly, so thisdreid2001-01-121-5/+0
* Tell the nice peoplejim2001-01-121-2/+7
* Avoid re-adding values during each call.jim2001-01-111-4/+8
* Clean up of how hints.m4 adds hints to variousjim2001-01-111-138/+143
* Builds nicely without -DHPUX10, so remove the respective hint.sascha2001-01-051-1/+0
* Instead of a private AP_CHARSET_EBCDIC which is only defined ontrawick2000-12-201-2/+2
* Force all Apache functions to be linked into the executable, whether theyrbb2000-12-191-2/+2
* When using the AIX compiler, specify LANGLVL=extended so thattrawick2000-12-121-0/+1
* OK, so apparently BeOS doesn't yet support files as socket (despitedreid2000-12-091-1/+1
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+1
* Lock config changes:trawick2000-11-301-0/+1
* Don't put -D_XOPEN_SOURCE_EXTENDED into CFLAGS for HP-UX targets.brane2000-11-301-3/+3
* HP-UX needs _XOPEN_SOURCE_EXTENDED to find hl_error in <netdb.h>.brane2000-11-281-3/+3
* Split the hints file into two files, one in APR and one in Apache. The APRrbb2000-11-281-75/+1
* Get the hints file working on Linux. This also gets SINGLE_LISTEN....rbb2000-11-131-7/+14
* Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines thatrbb2000-11-131-0/+10
* Change the always use the beos MPM. In a couple of days I'll removedreid2000-11-031-2/+1
* hints.m4 needs to use $host instead of $PLAT now.rbb2000-10-091-5/+5
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingrbb2000-10-051-4/+2
* More changes to BeOS hints. Tidy up and set files as sockets correctly...dreid2000-09-161-5/+8
* Update the hints.m4 file for which MPM to use.dreid2000-09-151-5/+6
* Try to organize the MPM pre-selection to the hints.m4 file.jim2000-08-231-0/+12
* Don't fail to compile unix/sockopt.c if TCP_NODELAY isn't defined.trawick2000-08-221-0/+1
* Sort-of back out the previous change (return errno from a pthread_* failure).trawick2000-07-211-0/+1
* Clean up the detection of various versions of AIX. This has one glaringrbb2000-07-151-23/+44
* Adjust the extra libraries in hints.m4 to prevent a crash due to librarydreid2000-06-261-9/+9
* This takes car of setting the variables for BONE to allow itto builddreid2000-06-261-2/+10
* Fix up configure hints for OS/2:bjh2000-06-031-4/+1
* Fix the hints file for BeOSdreid2000-06-031-1/+1
* Use "standard" m4 quoting to remove the ugly hack in case somejim2000-06-021-149/+149
* Clean up the files_as_sockets commit from yesterday. I am using the hintsrbb2000-05-251-0/+2
* Handle some OS/390-isms dealing with pthreads:trawick2000-05-161-0/+3
* src/lib/apr/hints.m4jim2000-05-101-3/+2
* VERY ugly hack of implementing the EXTRA_* settings. Good enough forjim2000-05-091-4/+31
* Customize hints.m4 for OS/390.trawick2000-05-031-3/+3
* Minor fluff... Nice to note what system isjim2000-05-031-1/+1
* Initial hack of the Apache/APR "hints" file, which uses informationjim2000-05-031-0/+345