You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2001/03/21 23:33:42 UTC

cvs commit: apr/include apr_portable.h

dreid       01/03/21 14:33:42

  Modified:    include  apr_portable.h
  Log:
  When we install this file it shouldn't rely on the apache defined
  BEOS but should use the native __BEOS__.  Thrown up when trying to
  build PHP for apache 2! :)
  
  Revision  Changes    Path
  1.47      +1 -1      apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_portable.h,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- apr_portable.h	2001/02/16 04:15:47	1.46
  +++ apr_portable.h	2001/03/21 22:33:42	1.47
  @@ -113,7 +113,7 @@
   typedef struct timeval        apr_os_imp_time_t;
   typedef struct tm             apr_os_exp_time_t;
   
  -#elif defined(BEOS)
  +#elif defined(__BEOS__)
   #include <kernel/OS.h>
   
   struct apr_os_lock_t {