bnicholes    2003/02/18 11:47:42

  Modified:    .        NWGNUmakefile
               build    nw_export.inc
  Log:
  Added the apr_env functions to the NetWare build
  
  Revision  Changes    Path
  1.14      +1 -0      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- NWGNUmakefile     12 Feb 2003 20:20:56 -0000      1.13
  +++ NWGNUmakefile     18 Feb 2003 19:47:42 -0000      1.14
  @@ -252,6 +252,7 @@
        $(OBJDIR)/dir.o \
        $(OBJDIR)/dso.o \
        $(OBJDIR)/errorcodes.o \
  +     $(OBJDIR)/env.o \
        $(OBJDIR)/fileacc.o \
        $(OBJDIR)/filedup.o \
        $(OBJDIR)/filepath.o \
  
  
  
  1.12      +1 -0      apr/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/nw_export.inc,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- nw_export.inc     19 Aug 2002 20:25:29 -0000      1.11
  +++ nw_export.inc     18 Feb 2003 19:47:42 -0000      1.12
  @@ -14,6 +14,7 @@
   #include "apr_atomic.h"
   #include "apr_compat.h"
   #include "apr_dso.h"
  +#include "apr_env.h"
   #include "apr_errno.h"
   #include "apr_file_info.h"
   #include "apr_file_io.h"
  
  
  

Reply via email to