xref: /csrg-svn/libexec/ftpd/pathnames.h (revision 54524)
137995Sbostic /*
237995Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337995Sbostic  * All rights reserved.
437995Sbostic  *
542667Sbostic  * %sccs.include.redist.c%
637995Sbostic  *
7*54524Sandrew  *	@(#)pathnames.h	5.3 (Berkeley) 06/27/92
837995Sbostic  */
937995Sbostic 
1037995Sbostic #include <paths.h>
1137995Sbostic 
12*54524Sandrew #define	_PATH_FTPUSERS		"/etc/ftpusers"
13*54524Sandrew #define	_PATH_FTPWELCOME	"/etc/ftpwelcome"
14*54524Sandrew #define	_PATH_FTPLOGINMESG	"/etc/motd"
15