NetBSD/usr.bin/msgc/pathnames.h
bjh21 92fa26019d Move the default path definition from msgdb.c to a new pathnames.h, as
required by KNF.  This will also be required to allow msgc to be installed
into ${TOOLDIR} properly.
2001-10-15 22:11:12 +00:00

6 lines
145 B
C

/* $NetBSD: pathnames.h,v 1.1 2001/10/15 22:11:12 bjh21 Exp $ */
#ifndef _PATH_DEFSYSPREFIX
#define _PATH_DEFSYSPREFIX "/usr/share/misc"
#endif