You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/03/07 18:31:46 UTC

cvs commit: httpd-2.0/build make_nw_export.awk

bnicholes    2003/03/07 09:31:46

  Modified:    build    make_nw_export.awk
  Log:
  Specify a set of APIs that are normally defined as macros and should not be
  included in the export list.
  
  Revision  Changes    Path
  1.11      +13 -0     httpd-2.0/build/make_nw_export.awk
  
  Index: make_nw_export.awk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/make_nw_export.awk,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- make_nw_export.awk	19 Jul 2002 19:48:49 -0000	1.10
  +++ make_nw_export.awk	7 Mar 2003 17:31:46 -0000	1.11
  @@ -8,6 +8,19 @@
   # List of functions that we don't support, yet??
   #/ap_some_name/{next}
   
  +# The following APIs are actually defined as macros and
  +# should not be included in the export list. If util_debug.c
  +# is included or AP_DEBUG is defined, these macros turn
  +# into functions and should be included in the export list.
  +/ap_get_module_config/{next}
  +/ap_set_module_config/{next}
  +/ap_strchr/{next}
  +/ap_strchr_c/{next}
  +/ap_strrchr/{next}
  +/ap_strrchr_c/{next}
  +/ap_strstr/{next}
  +/ap_strstr_c/{next}
  +
   
   function add_symbol (sym_name) {
   	if (count) {