xref: /original-bsd/old/arff/pathnames.h (revision fbe4ddc8)
1c47935e1Sbostic /*
2c47935e1Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3c47935e1Sbostic  * All rights reserved.
4c47935e1Sbostic  *
5*fbe4ddc8Sbostic  * %sccs.include.redist.c%
6c47935e1Sbostic  *
7*fbe4ddc8Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 06/01/90
8c47935e1Sbostic  */
9c47935e1Sbostic 
10c47935e1Sbostic #include <paths.h>
11c47935e1Sbostic 
12c47935e1Sbostic #define	_PATH_FLOPPY	"/dev/floppy"
13