jerenkrantz    01/07/11 10:00:04

  Modified:    include  apr_sms.h
  Log:
  All #define symbols need to be prefixed with APR so that make exports
  knows that they are conditional.  Otherwise, it'll assume that the symbol
  is exported.  Which in this case, it isn't - build failure.
  
  Revision  Changes    Path
  1.38      +1 -1      apr/include/apr_sms.h
  
  Index: apr_sms.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_sms.h,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- apr_sms.h 2001/07/11 14:20:23     1.37
  +++ apr_sms.h 2001/07/11 17:00:00     1.38
  @@ -412,7 +412,7 @@
   APR_DECLARE(void) apr_sms_tag(apr_sms_t *sms, const char *tag);
   #endif /* APR_DEBUG_TAG_SMS */
   
  -#if SMS_ALLOC_STATS
  +#if APR_SMS_ALLOC_STATS
   APR_DECLARE(void) apr_sms_dump_stats(apr_sms_t *sms);
   #endif
   
  
  
  

Reply via email to