]> andersk Git - openssh.git/blame - includes.h
- (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
[openssh.git] / includes.h
CommitLineData
00146caa 1/* $OpenBSD: includes.h,v 1.54 2006/07/22 20:48:23 stevesk Exp $ */
23c2a7a5 2
8efc0c15 3/*
5260325f 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5260325f 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
5260325f 7 * This file includes most of the needed system headers.
6ae2364d 8 *
bcbf86ec 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".
5260325f 14 */
8efc0c15 15
16#ifndef INCLUDES_H
17#define INCLUDES_H
18
793edc37 19#include "config.h"
20
8b396721 21#define _GNU_SOURCE /* activate extra prototypes for glibc */
22
e264ac72 23#include <sys/types.h>
2f125ca1 24
6f68f28a 25#ifdef HAVE_LIMITS_H
7b0737a4 26# include <limits.h> /* For PATH_MAX */
6f68f28a 27#endif
d94aa2ae 28#ifdef HAVE_BSTRING_H
29# include <bstring.h>
2b87da3b 30#endif
40849fdb 31#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
32 defined(GLOB_HAS_GL_MATCHC)
84ceda19 33# include <glob.h>
34#endif
4cca272e 35#ifdef HAVE_ENDIAN_H
36# include <endian.h>
37#endif
7b0737a4 38#ifdef HAVE_TTYENT_H
39# include <ttyent.h>
40#endif
41#ifdef HAVE_UTIME_H
42# include <utime.h>
43#endif
44#ifdef HAVE_MAILLOCK_H
45# include <maillock.h> /* For _PATH_MAILDIR */
46#endif
47#ifdef HAVE_NEXT
b02dadfc 48# include <libc.h>
49#endif
50#ifdef HAVE_PATHS
51# include <paths.h>
7b0737a4 52#endif
7b0737a4 53
54/*
55 *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
56 */
57#ifdef HAVE_STRINGS_H
58# include <strings.h>
59#endif
60#ifdef HAVE_LOGIN_H
61# include <login.h>
62#endif
63
64#ifdef HAVE_UTMP_H
65# include <utmp.h>
66#endif
67#ifdef HAVE_UTMPX_H
7b0737a4 68# include <utmpx.h>
69#endif
70#ifdef HAVE_LASTLOG_H
71# include <lastlog.h>
72#endif
7b0737a4 73
7b0737a4 74#ifdef HAVE_SYS_SELECT_H
75# include <sys/select.h>
b09a984b 76#endif
a7effaac 77#ifdef HAVE_SYS_BSDTTY_H
78# include <sys/bsdtty.h>
79#endif
5749e709 80#ifdef HAVE_STDINT_H
81# include <stdint.h>
82#endif
b5b88c19 83#include <termios.h>
7b0737a4 84#ifdef HAVE_SYS_BITYPES_H
85# include <sys/bitypes.h> /* For u_intXX_t */
86#endif
87#ifdef HAVE_SYS_CDEFS_H
88# include <sys/cdefs.h> /* For __P() */
89#endif
b481f63d 90#ifdef HAVE_SYS_STAT_H
91# include <sys/stat.h> /* For S_* constants and macros */
92#endif
20af321f 93#ifdef HAVE_SYS_SYSMACROS_H
7b0737a4 94# include <sys/sysmacros.h> /* For MIN, MAX, etc */
20af321f 95#endif
7b0737a4 96#ifdef HAVE_SYS_MMAN_H
97#include <sys/mman.h> /* for MAP_ANONYMOUS */
98#endif
321735c7 99#ifdef HAVE_SYS_STRTIO_H
100#include <sys/strtio.h> /* for TIOCCBRK on HP-UX */
101#endif
9e833a9b 102#if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX)
51693efd 103# if defined(HAVE_SYS_STREAM_H)
104# include <sys/stream.h> /* reqd for queue_t on Solaris 2.5.1 */
105# endif
9e833a9b 106#include <sys/ptms.h> /* for grantpt() and friends */
107#endif
7b0737a4 108
109#include <netinet/in_systm.h> /* For typedefs */
7b0737a4 110#ifdef HAVE_RPC_TYPES_H
111# include <rpc/types.h> /* For INADDR_LOOPBACK */
112#endif
113#ifdef USE_PAM
2511d104 114#if defined(HAVE_SECURITY_PAM_APPL_H)
7b0737a4 115# include <security/pam_appl.h>
2511d104 116#elif defined (HAVE_PAM_PAM_APPL_H)
117# include <pam/pam_appl.h>
118#endif
89c7e31c 119#endif
75817f90 120#ifdef HAVE_READPASSPHRASE_H
121# include <readpassphrase.h>
122#endif
7b0737a4 123
ef51930f 124#ifdef HAVE_IA_H
125# include <ia.h>
126#endif
127
4c653d8e 128#ifdef HAVE_IAF_H
129# include <iaf.h>
130#endif
131
ef51930f 132#ifdef HAVE_TMPDIR_H
133# include <tmpdir.h>
134#endif
135
cacd2e7a 136#ifdef HAVE_LIBUTIL_H
137# include <libutil.h> /* Openpty on FreeBSD at least */
138#endif
139
bcfcc5f9 140#if defined(KRB5) && defined(USE_AFS)
309af4e5 141# include <krb5.h>
142# include <kafs.h>
143#endif
144
35fc74ed 145#if defined(HAVE_SYS_SYSLOG_H)
146# include <sys/syslog.h>
147#endif
148
c3a4ce90 149/*
150 * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
151 * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.
152 */
b29fd59f 153#ifdef GETSPNAM_CONFLICTING_DEFS
c3a4ce90 154# ifdef _INCLUDE__STDC__
155# undef _INCLUDE__STDC__
156# endif
157#endif
158
7b0737a4 159#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
160
161#include "defines.h"
162
5b84789f 163#include "platform.h"
84ceda19 164#include "openbsd-compat/openbsd-compat.h"
7b0737a4 165#include "openbsd-compat/bsd-nextstep.h"
35484284 166
7b0737a4 167#include "entropy.h"
23aa1237 168
2f125ca1 169#endif /* INCLUDES_H */
This page took 0.254166 seconds and 5 git commands to generate.