summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordamien <damien>1999-12-28 04:09:35 +0000
committerdamien <damien>1999-12-28 04:09:35 +0000
commit71139e2f7ba24cd151aa875ff698b5387dc146ff (patch)
treef612c8142e3891e40e68797c00a339a8efde0a40 /acconfig.h
parent66488ec347f98075ee5c4c2fa80187c137f9c624 (diff)
downloadopenssh-71139e2f7ba24cd151aa875ff698b5387dc146ff.tar.gz
- Portability fixes for Irix 5.3 (now compiles OK!)
- autoconf and other misc cleanups
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 ************** */