--- ray/src/px/psign.c 1992/07/08 13:58:10 2.11 +++ ray/src/px/psign.c 1992/09/08 10:35:08 2.12 @@ -16,19 +16,14 @@ static char SCCSid[] = "$SunId$ LBL"; #include "font.h" +#include "paths.h" + #ifndef SSS #define SSS 3 /* super-sample size */ #endif #define MAXLINE 512 /* longest allowable line */ -#ifndef DEFPATH -#define DEFPATH ":/usr/local/lib/ray" -#endif -#ifndef ULIBVAR -#define ULIBVAR "RAYPATH" -#endif - char *fontfile = "helvet.fnt"; /* our font file */ COLOR bgcolor = WHTCOLOR; /* background color */ @@ -64,8 +59,6 @@ typedef struct line { LINE *ourtext; /* our text */ int nlines, maxline; /* text dimensions */ int maxwidth; /* maximum line width (dvi) */ - -extern char *getenv(); main(argc, argv)