]> andersk Git - openssh.git/blobdiff - acconfig.h
- Added BSD compatible install program and autoconf test, thanks to
[openssh.git] / acconfig.h
index 86ce003aa6c6e5c9793b285416a8d36fe3852595..e6892ee5538d6c598d32c3230a194cce4264cb15 100644 (file)
@@ -167,12 +167,16 @@ enum
 #ifndef _PATH_UTMP
 # ifdef UTMP_FILE
 #  define _PATH_UTMP UTMP_FILE
+# else
+#  define _PATH_UTMP "/var/adm/utmp"
 # endif
 #endif
 
 #ifndef _PATH_WTMP
 # ifdef WTMP_FILE
 #  define _PATH_WTMP WTMP_FILE
+# else
+#  define _PATH_WTMP "/var/adm/wtmp"
 # endif
 #endif
 
This page took 0.048865 seconds and 4 git commands to generate.