]> andersk Git - openssh.git/blobdiff - configure.in
- (djm) utmp direct write & SunOS 4 patch from Charles Levert
[openssh.git] / configure.in
index 92659857c647c91286d09c32ba2db294581e5ce9..c74f65b91d625d6be6d0aac212f8d00e0e07e5a3 100644 (file)
@@ -137,6 +137,11 @@ case "$host" in
 *-*-sunos4*)
        CFLAGS="$CFLAGS -DSUNOS4"
        AC_CHECK_FUNCS(getpwanam)
+       conf_utmp_location=/etc/utmp
+       conf_wtmp_location=/var/adm/wtmp
+       conf_lastlog_location=/var/adm/lastlog
+       MANTYPE='$(CATMAN)'
+       mansubdir=cat
        ;;
 *-sni-sysv*)
        CFLAGS="$CFLAGS -I/usr/local/include"
This page took 0.031717 seconds and 4 git commands to generate.