paths.h (686c0471389a2f92c1e43b38e1b97771bee482ab) | paths.h (46eadd8feeea92c5823dc5435b9fa7602aebbcd2) |
---|---|
1/* $NetBSD: paths.h,v 1.39 2010/12/29 15:53:57 pooka Exp $ */ 2 3/* 4 * Copyright (c) 1989, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 25 unchanged lines hidden (view full) --- 34#ifndef _PATHS_H 35#define _PATHS_H 36 37#ifdef __cplusplus 38extern "C" { 39#endif 40 41#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin" | 1/* $NetBSD: paths.h,v 1.39 2010/12/29 15:53:57 pooka Exp $ */ 2 3/* 4 * Copyright (c) 1989, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 25 unchanged lines hidden (view full) --- 34#ifndef _PATHS_H 35#define _PATHS_H 36 37#ifdef __cplusplus 38extern "C" { 39#endif 40 41#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin" |
42#define _PATH_STDPATH _PATH_STDPATH ":/usr/sbin:/sbin" | 42#define _PATH_STDPATH _PATH_DEFPATH ":/usr/sbin:/sbin" |
43 44#define _PATH_BPF "/dev/bpf" 45#define _PATH_BSHELL "/usr/bin/sh" 46#define _PATH_CONSOLE "/dev/console" 47#define _PATH_CSHELL "/usr/bin/csh" 48#define _PATH_DEVNULL "/dev/null" 49#define _PATH_FTPUSERS "/etc/ftpusers" 50#define _PATH_KMEM "/dev/kmem" --- 27 unchanged lines hidden --- | 43 44#define _PATH_BPF "/dev/bpf" 45#define _PATH_BSHELL "/usr/bin/sh" 46#define _PATH_CONSOLE "/dev/console" 47#define _PATH_CSHELL "/usr/bin/csh" 48#define _PATH_DEVNULL "/dev/null" 49#define _PATH_FTPUSERS "/etc/ftpusers" 50#define _PATH_KMEM "/dev/kmem" --- 27 unchanged lines hidden --- |