]> andersk Git - openssh.git/blobdiff - includes.h
Fix off by one error in PAM env patch
[openssh.git] / includes.h
index 8fa174bd6b7b4f48fa6edf026714b7247059eaf9..609dd49b84c0ce3c07fd7dd3e258b7b441be737a 100644 (file)
@@ -57,10 +57,20 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 
 #include "version.h"
 
+#include "config.h"
+
 #include "helper.h"
 #include "mktemp.h"
 #include "strlcpy.h"
 
+#ifdef HAVE_LIBPAM
+#include <security/pam_appl.h>
+#endif /* HAVE_PAM */
+
+#ifdef HAVE_LIBPWDB
+#include <pwdb/pwdb_map.h>
+#endif /* HAVE_PWDB */
+
 /* Define this to be the path of the xauth program. */
 #ifndef XAUTH_PATH
 #define XAUTH_PATH "/usr/X11R6/bin/xauth"
@@ -75,10 +85,4 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
    client program.  Socketpairs do not seem to work on all systems. */
 #define USE_PIPES 1
 
-#ifndef SHUT_RD
-#define SHUT_RD 0 
-#define SHUT_WR 1 
-#define SHUT_RDWR 2 
-#endif /* SHUT_RD */
-
 #endif /* INCLUDES_H */
This page took 0.134527 seconds and 4 git commands to generate.