summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 601dc16f..eeee4eaf 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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