You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/03/04 10:57:29 UTC

cvs commit: apache-1.3/src/include alloc.h hide.h

dgaudet     98/03/04 01:57:29

  Modified:    src/helpers UpdateHide
               src/include alloc.h hide.h
  Log:
  When you define ALLOC_DEBUG and POOL_DEBUG you get a few more symbols
  that would be nice to hide.
  
  Revision  Changes    Path
  1.4       +3 -0      apache-1.3/src/helpers/UpdateHide
  
  Index: UpdateHide
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/UpdateHide,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UpdateHide	1998/03/04 09:47:37	1.3
  +++ UpdateHide	1998/03/04 09:57:26	1.4
  @@ -23,6 +23,9 @@
   @included   = qw(
       D:db_auth_module
       D:dbm_auth_module
  +    T:find_pool
  +    T:pool_is_ancestor
  +    T:pool_join
   );
   
   #   determine os-dependend stuff
  
  
  
  1.46      +4 -0      apache-1.3/src/include/alloc.h
  
  Index: alloc.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/alloc.h,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- alloc.h	1998/02/01 20:54:45	1.45
  +++ alloc.h	1998/03/04 09:57:27	1.46
  @@ -91,6 +91,10 @@
    * destroyed before the parent pool
    */
   #ifndef POOL_DEBUG
  +/* could be defined when we're using HIDE */
  +#ifdef pool_join
  +#undef pool_join
  +#endif
   #define pool_join(a,b)
   #else
   API_EXPORT(void) pool_join(pool *p, pool *sub);
  
  
  
  1.4       +3 -0      apache-1.3/src/include/hide.h
  
  Index: hide.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/hide.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hide.h	1998/03/04 09:48:38	1.3
  +++ hide.h	1998/03/04 09:57:28	1.4
  @@ -294,6 +294,7 @@
   #define find_linked_module             AP_find_linked_module
   #define find_module_name               AP_find_module_name
   #define find_path_info                 AP_find_path_info
  +#define find_pool                      AP_find_pool
   #define find_token                     AP_find_token
   #define find_types                     AP_find_types
   #define fini_vhost_config              AP_fini_vhost_config
  @@ -415,6 +416,8 @@
   #define pfopen                         AP_pfopen
   #define pgethostbyname                 AP_pgethostbyname
   #define plustospace                    AP_plustospace
  +#define pool_is_ancestor               AP_pool_is_ancestor
  +#define pool_join                      AP_pool_join
   #define popendir                       AP_popendir
   #define popenf                         AP_popenf
   #define pregcomp                       AP_pregcomp