- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
   it can be removed. only used on solaris. will no longer compile with
   privsep shuffling.
diff --git a/session.c b/session.c
index bd80723..d8ee69a 100644
--- a/session.c
+++ b/session.c
@@ -1120,7 +1120,7 @@
 	/* Launch login(1). */
 
 	execl("/usr/bin/login", "login", "-h", hostname,
-#ifdef LOGIN_NEEDS_TERM
+#ifdef xxxLOGIN_NEEDS_TERM
                     (s->term ? s->term : "unknown"),
 #endif /* LOGIN_NEEDS_TERM */
 	    "-p", "-f", "--", pw->pw_name, (char *)NULL);