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 2002/01/26 00:38:01 UTC

cvs commit: httpd-2.0/build make_nw_export.awk

bnicholes    02/01/25 15:38:01

  Modified:    build    make_nw_export.awk
  Log:
  Added symbol prefixing to the export list
  
  Revision  Changes    Path
  1.8       +4 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- make_nw_export.awk	8 Jan 2002 21:46:18 -0000	1.7
  +++ make_nw_export.awk	25 Jan 2002 23:38:01 -0000	1.8
  @@ -1,6 +1,10 @@
   # Based on apr's make_export.awk, which is
   # based on Ryan Bloom's make_export.pl
   
  +BEGIN {
  +    printf(" (APACHE2)\n")
  +}
  +
   # List of functions that we don't support, yet??
   #/ap_some_name/{next}