xref: /original-bsd/old/lex/pathnames.h (revision 902755c9)
1c47935e1Sbostic /*
2c47935e1Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3c47935e1Sbostic  * All rights reserved.
4c47935e1Sbostic  *
5*902755c9Sbostic  * %sccs.include.redist.c%
6c47935e1Sbostic  *
7*902755c9Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 06/01/90
8c47935e1Sbostic  */
9c47935e1Sbostic 
10c47935e1Sbostic #define	_PATH_EBCFORM	"/usr/share/misc/ebcform"
11c47935e1Sbostic #define	_PATH_NCFORM	"/usr/share/misc/ncform"
12c47935e1Sbostic #define	_PATH_NRFORM	"/usr/share/misc/nrform"
13