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.6 by greg, Wed Jan 20 13:57:58 1993 UTC vs.
Revision 2.8 by greg, Mon Jun 24 10:01:11 1996 UTC

# Line 13 | Line 13
13   #define CASEDIRSEP      case '/': case '\\'
14   #define PATHSEP         ';'
15   #define MAXPATH         128
16 < #define TEMPLATE        "c:\\tmp\\rtXXXXXX"
17 < #define TEMPLEN         15
16 > #define TEMPLATE        "rtXXXXXX"
17 > #define TEMPLEN         8
18   #define ULIBVAR         "RAYPATH"
19   #ifndef DEFPATH
20   #define DEFPATH         ";c:/ray/lib"
# Line 59 | Line 59 | extern char  *fixargv0();
59   #endif
60  
61   extern char  *mktemp(), *getenv();
62 +
63 + #ifdef BSD
64 + extern char  *getwd();
65 + #else
66 + extern char  *getcwd();
67 + #define  getwd(p)       getcwd(p, sizeof(p))
68 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines