Deleted Added
full compact
pathnames.h (228991) pathnames.h (278616)
1/*
2 * Copyright �� 2002, J��rg Wunsch
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23 * POSSIBILITY OF SUCH DAMAGE.
24 *
1/*
2 * Copyright �� 2002, J��rg Wunsch
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23 * POSSIBILITY OF SUCH DAMAGE.
24 *
25 * $FreeBSD: head/usr.bin/whereis/pathnames.h 228991 2011-12-30 10:59:15Z uqs $
25 * $FreeBSD: head/usr.bin/whereis/pathnames.h 278616 2015-02-12 05:35:00Z cperciva $
26 */
27
26 */
27
28/* Where to look for libexec and games */
28/* Where to look for libexec */
29#define PATH_LIBEXEC "/usr/libexec"
29#define PATH_LIBEXEC "/usr/libexec"
30#define PATH_GAMES "/usr/games"
31
32/* Where to look for sources. */
33#define PATH_SOURCES \
34"/usr/src/bin:/usr/src/usr.bin:/usr/src/sbin:" \
35"/usr/src/usr.sbin:/usr/src/libexec:" \
36"/usr/src/gnu/bin:/usr/src/gnu/usr.bin:" \
37"/usr/src/gnu/sbin:/usr/src/gnu/usr.sbin:" \
38"/usr/src/gnu/libexec:/usr/src/contrib:" \

--- 18 unchanged lines hidden ---
30
31/* Where to look for sources. */
32#define PATH_SOURCES \
33"/usr/src/bin:/usr/src/usr.bin:/usr/src/sbin:" \
34"/usr/src/usr.sbin:/usr/src/libexec:" \
35"/usr/src/gnu/bin:/usr/src/gnu/usr.bin:" \
36"/usr/src/gnu/sbin:/usr/src/gnu/usr.sbin:" \
37"/usr/src/gnu/libexec:/usr/src/contrib:" \

--- 18 unchanged lines hidden ---