summaryrefslogtreecommitdiff
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 601dc16f7..eeee4eaf1 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,13 @@
6 6
7@TOP@ 7@TOP@
8 8
9/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
10/* from environment and PATH */
11#undef LOGIN_PROGRAM_FALLBACK
12
13/* Define if your password has a pw_class field */
14#undef HAVE_PW_CLASS_IN_PASSWD
15
9/* Define if your socketpair() has bugs */ 16/* Define if your socketpair() has bugs */
10#undef USE_PIPES 17#undef USE_PIPES
11 18