You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@locus.apache.org on 2000/06/15 15:07:32 UTC

cvs commit: apache-1.3/src/os/bs2000 os.h

martin      00/06/15 06:07:32

  Modified:    src/os/bs2000 os.h
  Log:
  Add BS2000 typedef depending on its presence in a system header file
  
  Revision  Changes    Path
  1.20      +1 -1      apache-1.3/src/os/bs2000/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/bs2000/os.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -u -r1.19 -r1.20
  --- os.h	1999/07/26 07:48:59	1.19
  +++ os.h	2000/06/15 13:07:31	1.20
  @@ -32,7 +32,7 @@
   #define ap_os_is_filename_valid(f)          (1)
   #define ap_os_kill(pid, sig)                kill(pid, sig)
   
  -#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
  +#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) && !defined(HAVE_RINI_STRUCT)
   typedef struct {           
       char    *username;     
       char    *account;