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.3 by greg, Mon Sep 21 12:02:07 1992 UTC vs.
Revision 2.5 by greg, Wed Dec 9 12:59:45 1992 UTC

# Line 19 | Line 19
19   #ifndef DEFPATH
20   #define DEFPATH         ";c:/ray/lib"
21   #endif
22 + extern char  *fixargv0();
23  
24   #else
25   #ifdef AMIGA
# Line 32 | Line 33
33   #ifndef DEFPATH
34   #define DEFPATH         ";/ray/lib"
35   #endif
36 + #define  fixargv0(a0)   (a0)
37  
38   #else
39  
40   #define DIRSEP          '/'
41   #define PATHSEP         ':'
42   #define MAXPATH         256
43 < #define TEMPLATE        "/tmp/rtXXXXXX"
43 > #define TEMPLATE        "/usr/tmp/rtXXXXXX"
44   #define TEMPLEN         13
45   #define ULIBVAR         "RAYPATH"
46   #ifndef DEFPATH
47   #define DEFPATH         ":/usr/local/lib/ray"
48   #endif
49 + #define  fixargv0(a0)   (a0)
50  
51   #endif
52   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines