bnicholes    2003/07/31 10:44:36

  Modified:    include/arch/netware apr_private.h
  Log:
  Indicate that NetWare has the necessary environment functions to support
  the apr_env_*() functions
  
  Revision  Changes    Path
  1.21      +4 -0      apr/include/arch/netware/apr_private.h
  
  Index: apr_private.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/apr_private.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- apr_private.h     14 Jul 2003 19:02:11 -0000      1.20
  +++ apr_private.h     31 Jul 2003 17:44:36 -0000      1.21
  @@ -97,6 +97,10 @@
   #define HAVE_CALLOC     1
   #define HAVE_UTIME      1
   
  +#define HAVE_GETENV     1
  +#define HAVE_SETENV     1
  +#define HAVE_UNSETENV   1
  +
   /*#define DSO_USE_DLFCN */
   
   #ifdef NW_BUILD_IPV6
  
  
  

Reply via email to