Why is that showing up in two export files? Shouldn't it live in only one library?
Cheers, -g On Wed, Jan 03, 2001 at 09:35:02PM -0000, [EMAIL PROTECTED] wrote: > ake 01/01/03 13:35:02 > > Modified: . libhttpd.def > . libaprutil.def > Log: > make Windows build aware of export variable name change : > ap_debug_module_name to ap_current_hooking_module > > Revision Changes Path > 1.47 +1 -1 httpd-2.0/libhttpd.def > > Index: libhttpd.def > =================================================================== > RCS file: /home/cvs/httpd-2.0/libhttpd.def,v > retrieving revision 1.46 > retrieving revision 1.47 > diff -u -r1.46 -r1.47 > --- libhttpd.def 2000/12/21 01:04:24 1.46 > +++ libhttpd.def 2001/01/03 21:35:02 1.47 > @@ -365,7 +365,7 @@ > > > ap_debug_module_hooks > - ap_debug_module_name > + ap_current_hooking_module > ap_global_hook_pool > ap_hook_pre_connection > ap_hook_post_read_request > > > > 1.7 +1 -1 apr-util/libaprutil.def > > Index: libaprutil.def > =================================================================== > RCS file: /home/cvs/apr-util/libaprutil.def,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -r1.6 -r1.7 > --- libaprutil.def 2000/12/21 01:04:44 1.6 > +++ libaprutil.def 2001/01/03 21:35:02 1.7 > @@ -44,7 +44,7 @@ > ap_brigade_vputstrs > > ap_debug_module_hooks > -ap_debug_module_name > +ap_current_hooking_module > ap_global_hook_pool > ap_hook_deregister_all > ap_hook_sort_register > > > -- Greg Stein, http://www.lyra.org/
