summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/includes.h b/includes.h
index b2e8c1e78..609dd49b8 100644
--- a/includes.h
+++ b/includes.h
@@ -57,15 +57,17 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
57 57
58#include "version.h" 58#include "version.h"
59 59
60#include "config.h"
61
60#include "helper.h" 62#include "helper.h"
61#include "mktemp.h" 63#include "mktemp.h"
62#include "strlcpy.h" 64#include "strlcpy.h"
63 65
64#ifdef HAVE_PAM 66#ifdef HAVE_LIBPAM
65#include <security/pam_appl.h> 67#include <security/pam_appl.h>
66#endif /* HAVE_PAM */ 68#endif /* HAVE_PAM */
67 69
68#ifdef HAVE_PWDB 70#ifdef HAVE_LIBPWDB
69#include <pwdb/pwdb_map.h> 71#include <pwdb/pwdb_map.h>
70#endif /* HAVE_PWDB */ 72#endif /* HAVE_PWDB */
71 73
@@ -83,10 +85,4 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
83 client program. Socketpairs do not seem to work on all systems. */ 85 client program. Socketpairs do not seem to work on all systems. */
84#define USE_PIPES 1 86#define USE_PIPES 1
85 87
86#ifndef SHUT_RD
87#define SHUT_RD 0
88#define SHUT_WR 1
89#define SHUT_RDWR 2
90#endif /* SHUT_RD */
91
92#endif /* INCLUDES_H */ 88#endif /* INCLUDES_H */