You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2003/01/08 21:40:27 UTC

cvs commit: apr/test testnames.c

bnicholes    2003/01/08 12:40:27

  Modified:    test     testnames.c
  Log:
  Add the NetWare file system root string
  
  Revision  Changes    Path
  1.16      +2 -0      apr/test/testnames.c
  
  Index: testnames.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testnames.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- testnames.c	1 Jan 2003 00:01:56 -0000	1.15
  +++ testnames.c	8 Jan 2003 20:40:27 -0000	1.16
  @@ -62,6 +62,8 @@
   
   #if WIN32
   #define ABS_ROOT "C:/"
  +#elif defined(NETWARE)
  +#define ABS_ROOT "SYS:/"
   #else
   #define ABS_ROOT "/"
   #endif