summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index f3a7225e..fd9fe1fc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,9 @@
/* SSL directory. */
#undef ssldir
+/* Define if you want to disable PAM support */
+#undef DISABLE_PAM
+
/* Define if you want to disable lastlog support */
#undef DISABLE_LASTLOG
@@ -115,6 +118,9 @@
/* Specify default $PATH */
#undef USER_PATH
+/* Define if the inclusion of crypt.h breaks the build (e.g. Irix 5.x) */
+#undef CRYPT_H_BREAKS_BUILD
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */