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:05:02 UTC

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

martin      00/06/15 06:05:02

  Modified:    src/os/bs2000 os.c
  Log:
  Add DSO support for BS2000
  
  Revision  Changes    Path
  1.14      +3 -0      apache-1.3/src/os/bs2000/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/bs2000/os.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- os.c	1999/12/15 23:18:43	1.13
  +++ os.c	2000/06/15 13:05:02	1.14
  @@ -102,3 +102,6 @@
       return convert_to_ascii;
   }
   
  +#ifdef HAVE_DLFCN_H
  +#include "../unix/os.c"
  +#endif