You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/01/23 18:40:13 UTC

cvs commit: apr-util/include apr_base64.h

wrowe       01/01/23 09:40:12

  Modified:    include  apr_base64.h
  Log:
    Clean the last vestage of AP_/APACHE_ symbols from apr
  
  Submitted by: Jean-Frederic Clere <jf...@fujitsu.siemens.es>
  
  Revision  Changes    Path
  1.14      +3 -3      apr-util/include/apr_base64.h
  
  Index: apr_base64.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_base64.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_base64.h	2001/01/19 07:01:26	1.13
  +++ apr_base64.h	2001/01/23 17:40:08	1.14
  @@ -56,8 +56,8 @@
    * Tsirigotis <pa...@alumni.cs.colorado.edu> for xinetd.
    */
   
  -#ifndef APACHE_BASE64_H
  -#define APACHE_BASE64_H
  +#ifndef APR_BASE64_H
  +#define APR_BASE64_H
   
   #include "apu.h"
   #include "apr_general.h"
  @@ -146,4 +146,4 @@
   }
   #endif
   
  -#endif	/* !APACHE_BASE64_H */
  +#endif	/* !APR_BASE64_H */