]> andersk Git - openssh.git/blob - includes.h
- stevesk@cvs.openbsd.org 2006/07/11 20:07:25
[openssh.git] / includes.h
1 /* $OpenBSD: includes.h,v 1.49 2006/07/11 20:07:25 stevesk Exp $ */
2
3 /*
4  * Author: Tatu Ylonen <ylo@cs.hut.fi>
5  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6  *                    All rights reserved
7  * This file includes most of the needed system headers.
8  *
9  * As far as I am concerned, the code I have written for this software
10  * can be used freely for any purpose.  Any derived versions of this
11  * software must be clearly marked as such, and if the derived work is
12  * incompatible with the protocol description in the RFC file, it must be
13  * called by a name other than "ssh" or "Secure Shell".
14  */
15
16 #ifndef INCLUDES_H
17 #define INCLUDES_H
18
19 #include "config.h"
20
21 #define _GNU_SOURCE /* activate extra prototypes for glibc */
22
23 #include <stdio.h>
24 #include <stdlib.h>
25 #include <string.h>
26 #include <time.h>
27 #include <stddef.h>
28
29 #ifdef HAVE_LIMITS_H
30 # include <limits.h> /* For PATH_MAX */
31 #endif
32 #ifdef HAVE_GETOPT_H
33 # include <getopt.h>
34 #endif
35 #ifdef HAVE_BSTRING_H
36 # include <bstring.h>
37 #endif
38 #if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
39     defined(GLOB_HAS_GL_MATCHC)
40 # include <glob.h>
41 #endif
42 #ifdef HAVE_ENDIAN_H
43 # include <endian.h>
44 #endif
45 #ifdef HAVE_TTYENT_H
46 # include <ttyent.h>
47 #endif
48 #ifdef HAVE_UTIME_H
49 # include <utime.h>
50 #endif
51 #ifdef HAVE_MAILLOCK_H
52 # include <maillock.h> /* For _PATH_MAILDIR */
53 #endif
54 #ifdef HAVE_NEXT
55 # include <libc.h>
56 #endif
57 #ifdef HAVE_PATHS
58 # include <paths.h>
59 #endif
60 #include <unistd.h> /* For STDIN_FILENO, etc */
61
62 /*
63  *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
64  */
65 #ifdef HAVE_STRINGS_H
66 # include <strings.h>
67 #endif
68 #ifdef HAVE_LOGIN_H
69 # include <login.h>
70 #endif
71
72 #ifdef HAVE_UTMP_H
73 #  include <utmp.h>
74 #endif
75 #ifdef HAVE_UTMPX_H
76 #  ifdef HAVE_TV_IN_UTMPX
77 #    include <sys/time.h>
78 #  endif
79 #  include <utmpx.h>
80 #endif
81 #ifdef HAVE_LASTLOG_H
82 #  include <lastlog.h>
83 #endif
84
85 #include <sys/types.h>
86 #ifdef HAVE_SYS_TIME_H
87 # include <sys/time.h> /* For timersub */
88 #endif
89 #ifdef HAVE_SYS_SELECT_H
90 # include <sys/select.h>
91 #endif
92 #ifdef HAVE_SYS_BSDTTY_H
93 # include <sys/bsdtty.h>
94 #endif
95 #include <sys/param.h> /* For MAXPATHLEN and roundup() */
96 #ifdef HAVE_STDINT_H
97 # include <stdint.h>
98 #endif
99 #include <termios.h>
100 #ifdef HAVE_SYS_BITYPES_H
101 # include <sys/bitypes.h> /* For u_intXX_t */
102 #endif
103 #ifdef HAVE_SYS_CDEFS_H
104 # include <sys/cdefs.h> /* For __P() */
105 #endif
106 #ifdef HAVE_SYS_STAT_H
107 # include <sys/stat.h> /* For S_* constants and macros */
108 #endif
109 #ifdef HAVE_SYS_SYSMACROS_H
110 # include <sys/sysmacros.h> /* For MIN, MAX, etc */
111 #endif
112 #ifdef HAVE_SYS_MMAN_H
113 #include <sys/mman.h> /* for MAP_ANONYMOUS */
114 #endif
115 #ifdef HAVE_SYS_STRTIO_H
116 #include <sys/strtio.h> /* for TIOCCBRK on HP-UX */
117 #endif
118 #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX)
119 # if defined(HAVE_SYS_STREAM_H)
120 #  include <sys/stream.h>       /* reqd for queue_t on Solaris 2.5.1 */
121 # endif
122 #include <sys/ptms.h>   /* for grantpt() and friends */
123 #endif
124
125 #include <netinet/in_systm.h> /* For typedefs */
126 #if defined(HAVE_NETDB_H)
127 # include <netdb.h>
128 #endif
129 #ifdef HAVE_RPC_TYPES_H
130 # include <rpc/types.h> /* For INADDR_LOOPBACK */
131 #endif
132 #ifdef USE_PAM
133 #if defined(HAVE_SECURITY_PAM_APPL_H)
134 # include <security/pam_appl.h>
135 #elif defined (HAVE_PAM_PAM_APPL_H)
136 # include <pam/pam_appl.h>
137 #endif
138 #endif
139 #ifdef HAVE_READPASSPHRASE_H
140 # include <readpassphrase.h>
141 #endif
142
143 #ifdef HAVE_IA_H
144 # include <ia.h>
145 #endif
146
147 #ifdef HAVE_IAF_H
148 # include <iaf.h>
149 #endif
150
151 #ifdef HAVE_TMPDIR_H
152 # include <tmpdir.h>
153 #endif
154
155 #ifdef HAVE_LIBUTIL_H
156 # include <libutil.h> /* Openpty on FreeBSD at least */
157 #endif
158
159 #if defined(KRB5) && defined(USE_AFS)
160 # include <krb5.h>
161 # include <kafs.h>
162 #endif
163
164 #if defined(HAVE_SYS_SYSLOG_H)
165 # include <sys/syslog.h>
166 #endif
167
168 /*
169  * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
170  * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.
171  */
172 #ifdef GETSPNAM_CONFLICTING_DEFS
173 # ifdef _INCLUDE__STDC__
174 #  undef _INCLUDE__STDC__
175 # endif
176 #endif
177
178 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
179
180 #include "defines.h"
181
182 #include "openbsd-compat/openbsd-compat.h"
183 #include "openbsd-compat/bsd-nextstep.h"
184
185 #include "entropy.h"
186
187 #endif /* INCLUDES_H */
This page took 0.0496 seconds and 5 git commands to generate.