summaryrefslogtreecommitdiffstats
path: root/include/ap_config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-191-5/+5
* Make things a little clearer in reaction to the _snames snafus.William A. Rowe Jr2000-10-171-1/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-6/+0
* I hope this clarifies. Greg is absolutely correct, there is no need forWilliam A. Rowe Jr2000-10-121-21/+53
* Parallels the commit to apr.h.in/apr.hw for the apache core library.William A. Rowe Jr2000-10-111-28/+44
* This much, at least, we don't need to debate.William A. Rowe Jr2000-10-111-0/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-261-3/+1
* Move the checks for bcopy and memmove down to APR. APR now defines memmoveRyan Bloom2000-06-271-12/+0
* Remove select checks from Apache config. These checks were used to defineRyan Bloom2000-06-231-10/+0
* Repair C++ compatibility in ap_config.h, apr_file_io.h,Jeff Trawick2000-06-191-5/+0
* Remove the check for EAGAIN. With APR handling the error codes, this isRyan Bloom2000-06-131-5/+0
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-77/+9
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-4/+0
* Cleanup more of the Apache configuration. This removes all of the sharedRyan Bloom2000-06-101-0/+6
* Get FreeBSD building again with the resource limiting changes (FreeBSDJeff Trawick2000-06-101-0/+4
* Fix the check for rlim_t correctly. I wish I had known that we hadRyan Bloom2000-06-081-5/+0
* ARGH! resource.h lives in sys.Ryan Bloom2000-06-081-1/+1
* Include a definition of rlim_t if the platform doesn't have it natively.Ryan Bloom2000-06-081-0/+5
* PR:William A. Rowe Jr2000-05-281-10/+10
* Keep the MSVC++-isms out of the Unix flavor of API_EXPORT().Jeff Trawick2000-05-271-1/+6
* William A. Rowe Jr2000-05-271-4/+29
* Fix problem where the Unix mpms had an unitialized variable forJeff Trawick2000-05-181-17/+0
* William A. Rowe Jr2000-05-171-7/+6
* fix up the repository with the correct add/remove sequence.Greg Stein2000-05-171-0/+240
* All this file does is include another file. I am fixing this by removingRyan Bloom2000-05-131-1446/+0
* William A. Rowe Jr2000-05-061-8/+0
* stop relying on a macro to map signal() to ap_signal(); callJeff Trawick2000-04-051-22/+0
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Bring forward my recent 1.3 patches.Brian Havard2000-03-201-0/+1
* Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually getsBrian Havard2000-03-191-1/+1
* Eliminate implicit usage of access.conf and srm.conf.Manoj Kasichainula2000-03-161-6/+0
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+3
* Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since theWilfredo Sanchez1999-12-041-3/+0
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-0/+10
* Deal with times() properly in autoconf. This also changes NO_TIMES toManoj Kasichainula1999-11-301-0/+5
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-301-8/+59
* A bit of WIN32 header file cleanupBill Stoddard1999-09-131-9/+0
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-6/+0
* The closesocket define causes problems on BeOS. Get rid of it whereManoj Kasichainula1999-09-061-1/+0
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+3
* A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include,Bill Stoddard1999-08-281-0/+1
* Add prototype for ap_select on OS/2Roy T. Fielding1999-08-261-0/+2
* More MPM changes. Remove NO_OTHER_CHILD defines.Roy T. Fielding1999-08-261-7/+13
* Special Support for User-Space Threading EnvironmentsRoy T. Fielding1999-08-261-0/+25
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+1394