+Tue Jun 20 14:32:46 1995 Tom Yu (tlyu@dragons-lair)
+
+ * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
+
+ * configure.in: add test for getusershell()
Thu Jun 15 17:46:22 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
shell = _DEF_CSH; /* default is cshell */
}
-#ifdef HAS_GETUSERSHELL
+#ifdef HAVE_GETUSERSHELL
/* insist that the target login uses a standard shell (root is omited) */
sweep_up(ksu_context, use_source_cache, cc_target);
exit(1);
}
-#endif /* HAS_GETUSERSHELL */
+#endif /* HAVE_GETUSERSHELL */
if (target_pwd->pw_uid){
}
}
-#ifdef HAS_GETUSERSHELL
+#ifdef HAVE_GETUSERSHELL
int standard_shell(sh)
char *sh;
return (0);
}
-#endif /* HAS_GETUSERSHELL */
+#endif /* HAVE_GETUSERSHELL */
char * ontty()
{