rbb         99/02/22 05:00:21

  Added:       include  apr_general.h
  Log:
  This file will contain defines needed by most apr functions.  Things like TRUE
  and FALSE should be put here.
  
  Revision  Changes    Path
  1.1                  apache-apr/include/apr_general.h
  
  Index: apr_general.h
  ===================================================================
  #ifndef _APR_GENERAL_
  #define _APR_GENERAL_
  
  #define TRUE 1
  #define FALSE 0
  
  
  

Reply via email to