1161764Sobrien/*	$NetBSD: pathnames.h,v 1.12 2004/12/11 18:37:26 christos Exp $	*/
279968Sobrien
379968Sobrien/*
479968Sobrien * Copyright (c) 1989, 1993
579968Sobrien *	The Regents of the University of California.  All rights reserved.
679968Sobrien *
779968Sobrien * Redistribution and use in source and binary forms, with or without
879968Sobrien * modification, are permitted provided that the following conditions
979968Sobrien * are met:
1079968Sobrien * 1. Redistributions of source code must retain the above copyright
1179968Sobrien *    notice, this list of conditions and the following disclaimer.
1279968Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1379968Sobrien *    notice, this list of conditions and the following disclaimer in the
1479968Sobrien *    documentation and/or other materials provided with the distribution.
15133936Sobrien * 3. Neither the name of the University nor the names of its contributors
1679968Sobrien *    may be used to endorse or promote products derived from this software
1779968Sobrien *    without specific prior written permission.
1879968Sobrien *
1979968Sobrien * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2079968Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2179968Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2279968Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2379968Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2479968Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2579968Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2679968Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2779968Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2879968Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2979968Sobrien * SUCH DAMAGE.
3079968Sobrien *
3179968Sobrien *	@(#)pathnames.h	8.1 (Berkeley) 6/4/93
3279968Sobrien */
3379968Sobrien
34108746Sobrien#include <paths.h>
35108746Sobrien
3679968Sobrien#ifndef	_DEFAULT_CONFDIR
3779968Sobrien#define	_DEFAULT_CONFDIR	"/etc"
3879968Sobrien#endif
3979968Sobrien
40161764Sobrien#define	_NAME_FTPCHROOT		"ftpchroot"
41161764Sobrien#define	_NAME_FTPDCONF		"ftpd.conf"
42161764Sobrien#define	_NAME_FTPLOGINMESG	"motd"
43161764Sobrien#define	_NAME_FTPUSERS		"ftpusers"
44161764Sobrien#define	_NAME_FTPWELCOME	"ftpwelcome"
4579968Sobrien
4679968Sobrien#define _PATH_CLASSPIDS		"/var/run/ftpd.pids-"
4779968Sobrien
4879968Sobrien#define	TMPFILE			"/tmp/ftpdXXXXXXX"
49