summaryrefslogtreecommitdiffstats
path: root/bsd/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:34 +0100
committerKarel Zak2006-12-07 00:25:34 +0100
commitfd6b7a7ffc50400704beb41d5a23af5f9edb1eed (patch)
tree997c0ca2abc018369babd7da59bcd0afe492068e /bsd/pathnames.h
parentImported from util-linux-2.5 tarball. (diff)
downloadkernel-qcow2-util-linux-fd6b7a7ffc50400704beb41d5a23af5f9edb1eed.tar.gz
kernel-qcow2-util-linux-fd6b7a7ffc50400704beb41d5a23af5f9edb1eed.tar.xz
kernel-qcow2-util-linux-fd6b7a7ffc50400704beb41d5a23af5f9edb1eed.zip
Imported from util-linux-2.7.1 tarball.
Diffstat (limited to 'bsd/pathnames.h')
-rw-r--r--bsd/pathnames.h12
1 files changed, 11 insertions, 1 deletions
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"