]> andersk Git - openssh.git/blobdiff - acconfig.h
- (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
[openssh.git] / acconfig.h
index 601dc16f75e0981affe93fa52f6536a075d84e3c..eeee4eaf1faf61a5cd30df4a29b36eebc8c4fac7 100644 (file)
@@ -6,6 +6,13 @@
 
 @TOP@
 
+/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
+/* from environment and PATH */
+#undef LOGIN_PROGRAM_FALLBACK
+
+/* Define if your password has a pw_class field */
+#undef HAVE_PW_CLASS_IN_PASSWD
+
 /* Define if your socketpair() has bugs */
 #undef USE_PIPES
 
This page took 0.041728 seconds and 4 git commands to generate.