summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-081-0/+2
* get rid of cruft associated with 1.3-era symbols USEBCOPY andtrawick2001-11-291-3/+0
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-0/+1
* Remove variable that is no longer needed since we no longer depend on MM.jerenkrantz2001-08-161-2/+0
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-131-0/+1
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-311-0/+1
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-251-1/+1
* Add thread-safe resolver - with a high thread count, we can run intojerenkrantz2001-07-211-0/+1
* tighten up the checking for sysV semaphore support...trawick2001-07-021-0/+1
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-42/+0
* A couple of changes...dreid2001-06-051-12/+12
* OK, this basically adds a function that allows us to createdreid2001-06-051-0/+42
* Clean up conditionals in unix DSO code so that we decide based on thewsanchez2001-04-191-0/+4
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-121-0/+2
* Configure elements of FreeBSD's accept_filter for APR.dreid2001-04-031-0/+1
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-011-0/+1
* Add apr_sigwait to the apr_private.h file. This allows us to removerbb2001-02-211-0/+6
* This patch adds support for TCP_NOPUSH to APR. Basically we look fordreid2001-01-041-0/+4
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/trawick2000-12-011-0/+1
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-4/+0
* The strcasecmp()->stricmp() mapping is done in apr_general.h so don't dobjh2000-07-071-4/+0
* Remove a duplicate definition of ap_inline. This is provided by apr.h, sorbb2000-06-201-23/+0
* Add support to ap_xlate_open() for an app to specify that thetrawick2000-06-141-0/+1
* Next part of adding support for BONE. Basically this sets up defines thatdreid2000-06-131-0/+7
* Allow buildconf to work again. Basiaclly #undef HAVE_BONE_VERSION so thatrbb2000-06-131-0/+3
* Change the APR configure process to call MM's configure script earlyrbb2000-06-101-0/+2
* Add a couple of checks necessary because unix and BeOS code are beingrbb2000-05-161-0/+2
* fix a typo in a commenttrawick2000-05-041-1/+1
* Substitute sigthreadmask for pthread_sigmask, if necessary.sascha2000-05-021-4/+0
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-3/+3
* Here's my first stab at getting mod_auth_digest working under 2.0stoddard2000-04-151-0/+2
* Fix warnings, update dependencies.ben2000-03-181-0/+1
* Fix the logic for ap_signal, so it is exposed in external header files in APR.rbb2000-03-021-16/+0
* Namespace protect the HAVE_SEMUN variable that was added. This has notrbb2000-01-241-1/+0
* Typedef socklen_t instead of defining it.sascha2000-01-111-0/+4
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-311-2/+3
* Clean up APR's configure script a bit. This commit also allows Apache torbb1999-12-221-0/+1
* A couple of new functions for APR's time library.rbb1999-12-211-0/+2
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOOrbb1999-12-061-2/+0
* Add Sendfile to APR. This is not well tested, and a test case is needed.rbb1999-12-041-0/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-3/+0
* Some more cleanup. Stop trying to compile signals.rbb1999-11-171-2/+5
* Handle the fact that FreeBSD has threaded functions injim1999-11-131-0/+2
* Fix a problem with the configure script. AC_CHECK_SIZEOF is only meant torbb1999-11-101-0/+1
* Defining _POSIX_THREAD_SAFE_FUNCTIONS for OS/2 is no longer appropriate.bjh1999-10-201-5/+0
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-0/+2
* OS/2: Prevent locking around C library functions as they are thread safe.bjh1999-10-181-0/+5
* Isolate the APR thread-safety macros. This makes any macro available torbb1999-10-141-34/+0
* Map strcasecmp to stricmp if stricmp is available but strcasecmp isn't.bjh1999-10-111-0/+4
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-1/+1