Home | History | Annotate | Line # | Download | only in rpc.pcnfsd
      1 /*	$NetBSD: paths.h,v 1.1 1995/08/14 19:50:09 gwr Exp $	*/
      2 
      3 #ifndef SPOOLDIR
      4 #define SPOOLDIR        "/export/pcnfs"
      5 #endif
      6 
      7 #ifndef LPRDIR
      8 #define LPRDIR		"/usr/bin"
      9 #endif
     10 
     11 #ifndef LPCDIR
     12 #define LPCDIR		"/usr/sbin"
     13 #endif
     14