You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/02/22 14:00:21 UTC

cvs commit: apache-apr/include apr_general.h

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