summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-08 15:30:59 +1100
committerDamien Miller <djm@mindrot.org>1999-11-08 15:30:59 +1100
commit356a0b004aad93ec570b134664522a3a925ba556 (patch)
tree3c7cddb50f71a838947d5fda204b569d879dc757 /config.h.in
parent0aa8e5395ca08c7fa927bccd8a763edc4ae61f7b (diff)
Lots of changes:
- Removed lots of unnecessary checks from autoconf - Added support and autoconf test for openpty() function (Unix98 pty support) - Fix for scp not finding ssh if not installed as /usr/bin/ssh - Added TODO file - Merged parts of Debian patch From Phil Hands <phil@hands.com>: - Added ssh-askpass program - Added ssh-askpass support to ssh-add.c - Create symlinks for slogin on install - Fix "distclean" target in makefile - Added example for ssh-agent to manpage - Added support for PAM_TEXT_INFO messages - Disable internal /etc/nologin support if PAM enabled - Merged latest OpenBSD CVS changes: - [sshd.c] don't send fail-msg but disconnect if too many authentication failures - [sshd.c] replace assert() with error, fatal or packet_disconnect - [sshd.c] remove unused argument. ok dugsong - [sshd.c] typo - [rsa.c] clear buffers used for encryption. ok: niels - [rsa.c] replace assert() with error, fatal or packet_disconnect - Fixed coredump after merge of OpenBSD rsa.c patch
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in142
1 files changed, 0 insertions, 142 deletions
diff --git a/config.h.in b/config.h.in
deleted file mode 100644
index f106c04d6..000000000
--- a/config.h.in
+++ /dev/null
@@ -1,142 +0,0 @@
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define to `int' if <sys/types.h> doesn't define. */
7#undef gid_t
8
9/* Define if you don't have vprintf but do have _doprnt. */
10#undef HAVE_DOPRNT
11
12/* Define if your struct stat has st_blksize. */
13#undef HAVE_ST_BLKSIZE
14
15/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
16#undef HAVE_SYS_WAIT_H
17
18/* Define if utime(file, NULL) sets file's timestamp to the present. */
19#undef HAVE_UTIME_NULL
20
21/* Define if you have the vprintf function. */
22#undef HAVE_VPRINTF
23
24/* Define as __inline if that's what the C compiler calls it. */
25#undef inline
26
27/* Define to `int' if <sys/types.h> doesn't define. */
28#undef mode_t
29
30/* Define to `long' if <sys/types.h> doesn't define. */
31#undef off_t
32
33/* Define as the return type of signal handlers (int or void). */
34#undef RETSIGTYPE
35
36/* Define to `unsigned' if <sys/types.h> doesn't define. */
37#undef size_t
38
39/* Define if you have the ANSI C header files. */
40#undef STDC_HEADERS
41
42/* Define if you can safely include both <sys/time.h> and <time.h>. */
43#undef TIME_WITH_SYS_TIME
44
45/* Define to `int' if <sys/types.h> doesn't define. */
46#undef uid_t
47
48/* Define if your ssl headers are included with #include <ssl/header.h> */
49#undef HAVE_SSL
50
51/* Define if your ssl headers are included with #include <openssl/header.h> */
52#undef HAVE_OPENSSL
53
54/* Define if you have the arc4random function. */
55#undef HAVE_ARC4RANDOM
56
57/* Define if you have the gethostname function. */
58#undef HAVE_GETHOSTNAME
59
60/* Define if you have the gettimeofday function. */
61#undef HAVE_GETTIMEOFDAY
62
63/* Define if you have the mkdir function. */
64#undef HAVE_MKDIR
65
66/* Define if you have the mkdtemp function. */
67#undef HAVE_MKDTEMP
68
69/* Define if you have the rmdir function. */
70#undef HAVE_RMDIR
71
72/* Define if you have the select function. */
73#undef HAVE_SELECT
74
75/* Define if you have the setproctitle function. */
76#undef HAVE_SETPROCTITLE
77
78/* Define if you have the socket function. */
79#undef HAVE_SOCKET
80
81/* Define if you have the strerror function. */
82#undef HAVE_STRERROR
83
84/* Define if you have the strlcpy function. */
85#undef HAVE_STRLCPY
86
87/* Define if you have the strspn function. */
88#undef HAVE_STRSPN
89
90/* Define if you have the strtol function. */
91#undef HAVE_STRTOL
92
93/* Define if you have the <dirent.h> header file. */
94#undef HAVE_DIRENT_H
95
96/* Define if you have the <fcntl.h> header file. */
97#undef HAVE_FCNTL_H
98
99/* Define if you have the <ndir.h> header file. */
100#undef HAVE_NDIR_H
101
102/* Define if you have the <paths.h> header file. */
103#undef HAVE_PATHS_H
104
105/* Define if you have the <sys/dir.h> header file. */
106#undef HAVE_SYS_DIR_H
107
108/* Define if you have the <sys/ioctl.h> header file. */
109#undef HAVE_SYS_IOCTL_H
110
111/* Define if you have the <sys/ndir.h> header file. */
112#undef HAVE_SYS_NDIR_H
113
114/* Define if you have the <sys/time.h> header file. */
115#undef HAVE_SYS_TIME_H
116
117/* Define if you have the <syslog.h> header file. */
118#undef HAVE_SYSLOG_H
119
120/* Define if you have the <unistd.h> header file. */
121#undef HAVE_UNISTD_H
122
123/* Define if you have the crypto library (-lcrypto). */
124#undef HAVE_LIBCRYPTO
125
126/* Define if you have the dl library (-ldl). */
127#undef HAVE_LIBDL
128
129/* Define if you have the nsl library (-lnsl). */
130#undef HAVE_LIBNSL
131
132/* Define if you have the pam library (-lpam). */
133#undef HAVE_LIBPAM
134
135/* Define if you have the pwdb library (-lpwdb). */
136#undef HAVE_LIBPWDB
137
138/* Define if you have the util library (-lutil). */
139#undef HAVE_LIBUTIL
140
141/* Define if you have the z library (-lz). */
142#undef HAVE_LIBZ