ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/paths.h
(Generate patch)

Comparing ray/src/common/paths.h (file contents):
Revision 2.19 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 2.21 by greg, Sat Oct 30 04:59:41 2004 UTC

# Line 18 | Line 18
18  
19    #define access _access
20    #define PATH_MAX _MAX_PATH
21 +  #define NULL_DEVICE   "NUL"
22    #define DIRSEP                '/'
23    #define ISDIRSEP(c)   ((c)=='/' || (c)=='\\')
24    #define ISABS(s)      ((s)!=NULL \
# Line 71 | Line 72
72  
73    #ifdef AMIGA
74  
75 +        #define NULL_DEVICE     "NIL:"
76      #define DIRSEP              '/'
77      #define ISABS(s) ((s)!=NULL && (ISDIRSEP(s[0])))
78      #define PATHSEP             ';'
# Line 95 | Line 97
97      #define PATHSEP             ':'
98          #define CURDIR          '.'
99      #define DEFAULT_TEMPDIRS {"/var/tmp", "/usr/tmp", "/tmp", ".", NULL}
100 <    #define TEMPLATE    "/usr/tmp/rtXXXXXX"
100 >    #define TEMPLATE    "/tmp/rtXXXXXX"
101      #define TEMPLEN             17
102      #define ULIBVAR             "RAYPATH"
103      #ifndef DEFPATH

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines