dreid 00/11/08 03:53:29
Modified:src/lib/apr/include apr.h.in
Log:
Chnage the define for IPv6 to APR_HAVE_IPV6.
Submitted by: Greg Stein.
Revision ChangesPath
1.49 +1 -1 apache-2.0/src/lib/apr/include/apr.h.in
Index: apr.h.in
==
dreid 00/11/06 06:19:01
Modified:src/lib/apr aclocal.m4 configure.in
src/lib/apr/include apr.h.in
Log:
This commit adds the start of IPv6 support. Before we all get too excited,
please note that it doesn't do anything at present. All this adds is the
configure
wrowe 00/10/24 19:46:43
Modified:src/modules/standard mod_autoindex.c
src/lib/apr aprlib.dsp
src/lib/apr/file_io/unix fileacc.c
src/lib/apr/file_io/win32 dir.c filedup.c fileio.h
filestat.c open.c
src/l
wrowe 00/10/11 23:14:31
Modified:src/include ap_config.h
src/lib/apr/include apr.h.in apr.hw
Log:
I hope this clarifies. Greg is absolutely correct, there is no need for
any modules symbol other than AP_MODULE_DECLARE_DATA, since module .h
files containing
wrowe 00/10/11 10:05:07
Modified:src/lib/apr/include apr.h.in apr.hw
Log:
Take Greg's criticism very literally. EXPORT (when it's really IMPORT)
is a true Lewis Carrollism. This patch replaces the following:
APR_EXPORT()-> APR_DECLARE() This is a pu
dreid 00/09/17 14:42:11
Modified:src/lib/apr aclocal.m4 configure.in
src/lib/apr/include apr.h.in
Log:
This changes the way we check for inet_addr and inet_network. The new tests
allow BeOS BONE to work and shouldn't create any problems on other
platforms. Also