]> andersk Git - openssh.git/blobdiff - acconfig.h
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / acconfig.h
index 8382c85489ad7a0b4861285dd652d91c461a2b1d..8673f741b83ef5e225d8769bc80d67f002514165 100644 (file)
@@ -32,6 +32,9 @@
 /* Define if your password has a pw_change field */
 #undef HAVE_PW_CHANGE_IN_PASSWD
 
+/* Define if your system uses access rights style file descriptor passing */
+#undef HAVE_ACCRIGHTS_IN_MSGHDR
+
 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
 #undef BROKEN_INET_NTOA
 
 /* Define if libc defines __progname */
 #undef HAVE___PROGNAME
 
+/* Define if compiler implements __FUNCTION__ */
+#undef HAVE___FUNCTION__
+
+/* Define if compiler implements __func__ */
+#undef HAVE___func__
+
 /* Define if you want Kerberos 4 support */
 #undef KRB4
 
This page took 0.030469 seconds and 4 git commands to generate.