aboutsummaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:34:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:34:47 +0000
commiteecd46375ce627113092a136d77616a4e4d2c8f6 (patch)
tree859ef73c94043afa2659f3df7a22d88ce821cdca /include/paths.h
parent475ae25ac1d5d945275a8ee7f65313315c12f343 (diff)
downloadsrc-eecd46375ce627113092a136d77616a4e4d2c8f6.tar.gz
src-eecd46375ce627113092a136d77616a4e4d2c8f6.zip
Move auth.conf path in here. Doesn't affect published interface.
Notes
Notes: svn path=/head/; revision=40111
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index e626f8fbf6af..06110d90584a 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -44,6 +44,7 @@
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin:"
+#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CSHELL "/bin/csh"