blob: 9c589d3cf62cbe63f24561d3b39aeeb3a6280d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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
|