use btree instead of hashing, don't have to resort later
[unix-history] / usr / src / usr.bin / ex / pathnames.h
CommitLineData
2791ff57 1/*-
7abf8d65
KB
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
2791ff57 5 * %sccs.include.redist.c%
7abf8d65 6 *
2791ff57 7 * @(#)pathnames.h 5.5 (Berkeley) %G%
7abf8d65
KB
8 */
9
10#include <paths.h>
11
12#define _PATH_MAKEKEY "/usr/libexec/makekey"
2ca1ac50 13#define _PATH_BINMAIL "/usr/libexec/mail.local"
7abf8d65
KB
14#define _PATH_EXRECOVER "/usr/libexec/ex3.7recover"
15#define _PATH_EXPRESERVE "/usr/libexec/ex3.7preserve"
16#define _PATH_PRESERVE "/var/preserve"
7abf8d65
KB
17#ifndef VMUNIX
18#ifndef vms
19#define EXSTRINGS "/usr/libexec/ex3.7strings"
20#endif
21#endif