]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-aix.h
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
[openssh.git] / openbsd-compat / port-aix.h
index 2254e746230f240ce8ab7ec3e71fcf1090aa6b7e..2787d919d28c3ec9d88315cf77ddfff594e8ae26 100644 (file)
 
 #ifdef _AIX
 
+#ifdef WITH_AIXAUTHENTICATE
+# include <login.h>
+# include <userpw.h>
+# include <usersec.h>
+# ifdef HAVE_SYS_AUDIT_H
+#  include <sys/audit.h>
+# endif
+#endif
+
 /* AIX 4.2.x doesn't have nanosleep but does have nsleep which is equivalent */
 #if !defined(HAVE_NANOSLEEP) && defined(HAVE_NSLEEP)
 # define nanosleep(a,b) nsleep(a,b)
This page took 0.047084 seconds and 4 git commands to generate.