]> granicus.if.org Git - apache/history - acinclude.m4
seems nobody is using sethostent()
[apache] / acinclude.m4
2001-01-06 dgaudet- add some missing distclean targets
2000-12-23 Greg Steinget the layout from the right directory
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-20 Ryan BloomRemove some STATUS items, and finish off the install...
2000-12-19 Ryan BloomStop calling shared modules libapachemod_*. mod_*...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-06 Greg Steinremove APACHE_CHECK_DBM and the usage of srclib/sdbm...
2000-12-04 Ryan BloomStart pointing the configuration scripts to the correct...
2000-11-28 Ryan BloomSplit the hints file into two files, one in APR and...
2000-11-28 Greg Steinadd --with-dbm switch to configure, allowing the user...
2000-11-11 Ryan BloomNot all platforms have INADDR_NONE defined by default...
2000-10-07 Ryan Bloomsysconfdir should use { and } instead of ( and ), becau...
2000-10-05 Ryan BloomMultiple build and configuration fixes
2000-10-05 Ryan BloomPrepare our autoconf setup for autoconf 2.14a and for...
2000-09-26 Sascha SchumannSet BSD_MAKEFILE in configure.in. The macro APACHE_GEN_...
2000-09-22 Sascha SchumannAdd Convert-to-BSD-Makefiles-On-The-Fly system
2000-08-11 Ken Coar Add recognition of the --with-port=n (as was added...
2000-07-25 Ryan BloomChange --enable-shared that Apache defines to --enable...
2000-07-23 Sascha SchumannClean up rules.mk and add support for building C++...
2000-06-28 Ryan BloomFinish the Configuration cleanup. This basically merge...
2000-06-27 Ryan BloomFix the configure process. This does a couple of thing...
2000-06-27 Ryan BloomPass the configure args to sub_configure scripts with...
2000-06-27 Ryan BloomDetect libraries based on which platform configure...
2000-06-20 Ryan BloomFix a typo.
2000-06-20 Ryan BloomFix detection of sigwait prototype for NetBSD.
2000-06-13 Ryan BloomFix the configuration process. If no modules are speci...
2000-06-12 Ryan BloomAll of Apache uses APR for shared memory, so Apache...
2000-06-11 Sascha SchumannSplit generating Makefiles and creating config_vars.mk.
2000-06-10 Jeff TrawickGet FreeBSD building again with the resource limiting...
2000-06-08 Doug MacEachernfix typo in AC_TYPE_RLIM_T
2000-06-06 Jeff TrawickFix typo in configure script when checking for mod_so...
2000-06-05 Ryan BloomFix mod_so handling. Basically, if --enable-so or
2000-05-11 Tony FinchVertically align all the descriptions of the modules...
2000-05-03 Sascha SchumannConfigure creates config.nice now containing your confi...
2000-05-03 Jim JagielskiAnd preload from the top.
2000-04-30 Jim JagielskiAllow for help messages for modules.
2000-04-29 Sascha SchumannAdd ap_sigwait() to support old-style sigwait().
2000-04-25 Ryan BloomAllow the Apache-2.0 executable name to be specified...
2000-04-13 Martin KraemerOn all the systems I could get hold of (Solaris, Relian...
2000-04-07 Jeff TrawickRecognize an EBCDIC platform during configuration and...
2000-02-18 Ryan BloomThese changes didn't get into the patch for dynamic...
2000-01-21 Bill StoddardBack out most of the last commit. Keep APR macros seper...
2000-01-20 Bill StoddardConvert HAVE_NETINET... to the APR mac
2000-01-16 Sascha SchumannMove threads/reentrancy m4 macros into threads.m4....
2000-01-16 Sascha SchumannRewrite pthreads check to be more tool-independent...
2000-01-12 Sascha Schumanngcc on AIX takes -mthreads. I wonder what they smoked...
2000-01-11 Sascha SchumannThese changes are committed together, because they...
1999-12-29 Sascha Schumann(APACHE_INADDR_NONE) Additionally include sys/types...
1999-12-24 Ryan BloomCleanup the threads check, also resets the CFLAGS and...
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-24 Ryan BloomFinish the MPM decision logic. This moves the threads...
1999-12-23 Ryan BloomFirst stab at logic to determine which threading librar...
1999-12-20 Manoj KasichainulaEliminate the .h.stub files; AC_DEFINE can generate...
1999-12-09 Manoj KasichainulaAn indented "#include" can cause problems on some compi...
1999-12-05 Manoj Kasichainulaautoconf: Start adding support for selecting modules...
1999-12-05 Manoj KasichainulaThe possibility of a libenv module and a libenv system...
1999-12-01 Manoj KasichainulaFix what I think is a bug where rlim_t won't be #define...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...