From fd6b7a7ffc50400704beb41d5a23af5f9edb1eed Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:34 +0100 Subject: Imported from util-linux-2.7.1 tarball. --- bsd/pathnames.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bsd/pathnames.h') diff --git a/bsd/pathnames.h b/bsd/pathnames.h index b37c6793d..f6e467214 100644 --- a/bsd/pathnames.h +++ b/bsd/pathnames.h @@ -21,6 +21,8 @@ * from poe@daimi.aau.dk * Changed: Wed Jun 22 22:50:13 1994 by faith@cs.unc.edu * Changed: Sat Feb 4 16:02:10 1995 by faith@cs.unc.edu + * Changed: Tue Jul 2 09:37:36 1996 by janl@math.uio.no, axp patches + * Changed: Thu Nov 9 21:58:36 1995 by joey@infodrom.north.de */ #ifndef __STDC__ @@ -53,14 +55,18 @@ #define VARPATH "/var" #endif +#ifndef UT_NAMESIZE +#define UT_NAMESIZE 8 +#endif + #define _PATH_BSHELL "/bin/sh" #define _PATH_CSHELL "/bin/csh" -#define UT_NAMESIZE 8 #define _PATH_TTY "/dev/tty" #define TTYTYPES "/etc/ttytype" #define SECURETTY "/etc/securetty" #define _PATH_UTMP "/var/run/utmp" #define _PATH_WTMP LOGDIR "/wtmp" +#define _PATH_WTMPLOCK "/etc/wtmplock" #define _PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin:." #define _PATH_DEFPATH_ROOT SBINDIR ":/bin:" USRSBINDIR ":/usr/bin" @@ -87,5 +93,9 @@ #define _PATH_PTMP "/etc/ptmp" #define _PATH_PTMPTMP "/etc/ptmptmp" +#define _PATH_GROUP "/etc/group" +#define _PATH_GTMP "/etc/gtmp" +#define _PATH_GTMPTMP "/etc/gtmptmp" + #define _PATH_WORDS "/usr/dict/words" #define _PATH_WORDS_ALT "/usr/dict/web2" -- cgit v1.2.3-55-g7522