NetBSD/usr.sbin/rpc.pcnfsd/paths.h

14 lines
225 B
C

/* $NetBSD: paths.h,v 1.1 1995/08/14 19:50:09 gwr Exp $ */
#ifndef SPOOLDIR
#define SPOOLDIR "/export/pcnfs"
#endif
#ifndef LPRDIR
#define LPRDIR "/usr/bin"
#endif
#ifndef LPCDIR
#define LPCDIR "/usr/sbin"
#endif