pathnames.h (b95dbabab38b10272ffc31e3fde47cd930360c57) pathnames.h (098c6e87478ebfc9143d65e1aa648af5c0152db3)
1/*-
2 * Copyright (c) 2000 Mark Knight <markk@knigma.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD$
27 */
28
1/*-
2 * Copyright (c) 2000 Mark Knight <markk@knigma.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD$
27 */
28
29#ifndef PATHNAMES_H
30
31#define _PATH_FORWARD ".forward"
32#define _PATH_NOFINGER ".nofinger"
33#define _PATH_PLAN ".plan"
34#define _PATH_PROJECT ".project"
35#define _PATH_PUBKEY ".pubkey"
36
37#ifndef _PATH_FINGERCONF
38#define _PATH_FINGERCONF "/etc/finger.conf"
39#endif /* _PATH_FINGERCONF */
29#ifndef _PATH_FINGERCONF
30#define _PATH_FINGERCONF "/etc/finger.conf"
31#endif /* _PATH_FINGERCONF */
40
41#endif /* PATHNAMES_H */