| # | Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 18 | ||
| 19 | #include "otypes.h" | |
| 20 | ||
| 21 | + | #ifndef DEFPATH |
| 22 | + | #define DEFPATH ":/usr/local/lib/ray" |
| 23 | + | #endif |
| 24 | + | |
| 25 | #define OMARGIN (10*FTINY) /* margin around global cube */ | |
| 26 | ||
| 27 | #define MAXOBJFIL 63 /* maximum number of scene files */ | |
| # | Line 57 | Line 61 | char **argv; | |
| 61 | progname = argv[0]; | |
| 62 | ||
| 63 | if ((libpath = getenv("RAYPATH")) == NULL) | |
| 64 | < | libpath = ":/usr/local/lib/ray"; |
| 64 | > | libpath = DEFPATH; |
| 65 | ||
| 66 | initotypes(); | |
| 67 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |