summaryrefslogtreecommitdiff
path: root/other/openssh-reverse/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'other/openssh-reverse/config.h.in')
-rw-r--r--other/openssh-reverse/config.h.in520
1 files changed, 520 insertions, 0 deletions
diff --git a/other/openssh-reverse/config.h.in b/other/openssh-reverse/config.h.in
new file mode 100644
index 0000000..2360383
--- /dev/null
+++ b/other/openssh-reverse/config.h.in
@@ -0,0 +1,520 @@
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2#ifndef _CONFIG_H
3#define _CONFIG_H
4
5/* Generated automatically from acconfig.h by autoheader. */
6/* Please make your changes there */
7
8
9/* Define as __inline if that's what the C compiler calls it. */
10#undef inline
11
12/* Define if your system defines sys_errlist[] */
13#undef HAVE_SYS_ERRLIST
14
15/* Define if your system choked on IP TOS setting */
16#undef IP_TOS_IS_BROKEN
17
18/* Define if you have the getuserattr function. */
19#undef HAVE_GETUSERATTR
20
21/* Work around problematic Linux PAM modules handling of PAM_TTY */
22#undef PAM_TTY_KLUDGE
23
24/* Define if your snprintf is busted */
25#undef BROKEN_SNPRINTF
26
27/* Define if you are on NeXT */
28#undef HAVE_NEXT
29
30/* Define if you want to disable PAM support */
31#undef DISABLE_PAM
32
33/* Define if you want to enable AIX4's authenticate function */
34#undef WITH_AIXAUTHENTICATE
35
36/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
37#undef WITH_IRIX_ARRAY
38
39/* Define if you want IRIX project management */
40#undef WITH_IRIX_PROJECT
41
42/* Define if you want IRIX audit trails */
43#undef WITH_IRIX_AUDIT
44
45/* Location of random number pool */
46#undef RANDOM_POOL
47
48/* Location of EGD random number socket */
49#undef EGD_SOCKET
50
51/* Builtin PRNG command timeout */
52#undef ENTROPY_TIMEOUT_MSEC
53
54/* Define if your ssl headers are included with #include <openssl/header.h> */
55#undef HAVE_OPENSSL
56
57/* struct utmp and struct utmpx fields */
58#undef HAVE_HOST_IN_UTMP
59#undef HAVE_HOST_IN_UTMPX
60#undef HAVE_ADDR_IN_UTMP
61#undef HAVE_ADDR_IN_UTMPX
62#undef HAVE_ADDR_V6_IN_UTMP
63#undef HAVE_ADDR_V6_IN_UTMPX
64#undef HAVE_SYSLEN_IN_UTMPX
65#undef HAVE_PID_IN_UTMP
66#undef HAVE_TYPE_IN_UTMP
67#undef HAVE_TYPE_IN_UTMPX
68#undef HAVE_TV_IN_UTMP
69#undef HAVE_TV_IN_UTMPX
70#undef HAVE_ID_IN_UTMP
71#undef HAVE_ID_IN_UTMPX
72#undef HAVE_EXIT_IN_UTMP
73#undef HAVE_TIME_IN_UTMP
74#undef HAVE_TIME_IN_UTMPX
75
76/* Define if you don't want to use your system's login() call */
77#undef DISABLE_LOGIN
78
79/* Define if you don't want to use pututline() etc. to write [uw]tmp */
80#undef DISABLE_PUTUTLINE
81
82/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
83#undef DISABLE_PUTUTXLINE
84
85/* Define if you don't want to use lastlog */
86#undef DISABLE_LASTLOG
87
88/* Define if you don't want to use utmp */
89#undef DISABLE_UTMP
90
91/* Define if you don't want to use utmpx */
92#undef DISABLE_UTMPX
93
94/* Define if you don't want to use wtmp */
95#undef DISABLE_WTMP
96
97/* Define if you don't want to use wtmpx */
98#undef DISABLE_WTMPX
99
100/* Define if you want to specify the path to your lastlog file */
101#undef CONF_LASTLOG_FILE
102
103/* Define if you want to specify the path to your utmp file */
104#undef CONF_UTMP_FILE
105
106/* Define if you want to specify the path to your wtmp file */
107#undef CONF_WTMP_FILE
108
109/* Define if you want to specify the path to your utmpx file */
110#undef CONF_UTMPX_FILE
111
112/* Define if you want to specify the path to your wtmpx file */
113#undef CONF_WTMPX_FILE
114
115/* Define is libutil has login() function */
116#undef HAVE_LIBUTIL_LOGIN
117
118/* Define if libc defines __progname */
119#undef HAVE___PROGNAME
120
121/* Define if you want Kerberos 4 support */
122#undef KRB4
123
124/* Define if you want AFS support */
125#undef AFS
126
127/* Define if you want S/Key support */
128#undef SKEY
129
130/* Define if you want TCP Wrappers support */
131#undef LIBWRAP
132
133/* Define if your libraries define login() */
134#undef HAVE_LOGIN
135
136/* Define if your libraries define daemon() */
137#undef HAVE_DAEMON
138
139/* Define if your libraries define getpagesize() */
140#undef HAVE_GETPAGESIZE
141
142/* Define if xauth is found in your path */
143#undef XAUTH_PATH
144
145/* Define if rsh is found in your path */
146#undef RSH_PATH
147
148/* Define if you want to allow MD5 passwords */
149#undef HAVE_MD5_PASSWORDS
150
151/* Define if you want to disable shadow passwords */
152#undef DISABLE_SHADOW
153
154/* Define if you want to use shadow password expire field */
155#undef HAS_SHADOW_EXPIRE
156
157/* Define if you want have trusted HPUX */
158#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
159
160/* Define if you have Digital Unix Security Integration Architecture */
161#undef HAVE_OSF_SIA
162
163/* Define if you have an old version of PAM which takes only one argument */
164/* to pam_strerror */
165#undef HAVE_OLD_PAM
166
167/* Set this to your mail directory if you don't have maillock.h */
168#undef MAIL_DIRECTORY
169
170/* Data types */
171#undef HAVE_INTXX_T
172#undef HAVE_U_INTXX_T
173#undef HAVE_UINTXX_T
174#undef HAVE_SOCKLEN_T
175#undef HAVE_SIZE_T
176#undef HAVE_SSIZE_T
177#undef HAVE_MODE_T
178#undef HAVE_PID_T
179#undef HAVE_SA_FAMILY_T
180#undef HAVE_STRUCT_SOCKADDR_STORAGE
181#undef HAVE_STRUCT_ADDRINFO
182#undef HAVE_STRUCT_IN6_ADDR
183#undef HAVE_STRUCT_SOCKADDR_IN6
184
185/* Fields in struct sockaddr_storage */
186#undef HAVE_SS_FAMILY_IN_SS
187#undef HAVE___SS_FAMILY_IN_SS
188
189/* Define if you have /dev/ptmx */
190#undef HAVE_DEV_PTMX
191
192/* Define if you have /dev/ptc */
193#undef HAVE_DEV_PTS_AND_PTC
194
195/* Define if you need to use IP address instead of hostname in $DISPLAY */
196#undef IPADDR_IN_DISPLAY
197
198/* Specify default $PATH */
199#undef USER_PATH
200
201/* Specify location of ssh.pid */
202#undef PIDDIR
203
204/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
205#undef IPV4_DEFAULT
206
207/* getaddrinfo is broken (if present) */
208#undef BROKEN_GETADDRINFO
209
210/* Workaround more Linux IPv6 quirks */
211#undef DONT_TRY_OTHER_AF
212
213/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
214#undef IPV4_IN_IPV6
215
216/* The number of bytes in a char. */
217#undef SIZEOF_CHAR
218
219/* The number of bytes in a int. */
220#undef SIZEOF_INT
221
222/* The number of bytes in a long int. */
223#undef SIZEOF_LONG_INT
224
225/* The number of bytes in a long long int. */
226#undef SIZEOF_LONG_LONG_INT
227
228/* The number of bytes in a short int. */
229#undef SIZEOF_SHORT_INT
230
231/* Define if you have the __b64_ntop function. */
232#undef HAVE___B64_NTOP
233
234/* Define if you have the _getpty function. */
235#undef HAVE__GETPTY
236
237/* Define if you have the arc4random function. */
238#undef HAVE_ARC4RANDOM
239
240/* Define if you have the atexit function. */
241#undef HAVE_ATEXIT
242
243/* Define if you have the b64_ntop function. */
244#undef HAVE_B64_NTOP
245
246/* Define if you have the bcopy function. */
247#undef HAVE_BCOPY
248
249/* Define if you have the bindresvport_af function. */
250#undef HAVE_BINDRESVPORT_AF
251
252/* Define if you have the clock function. */
253#undef HAVE_CLOCK
254
255/* Define if you have the entutent function. */
256#undef HAVE_ENTUTENT
257
258/* Define if you have the entutxent function. */
259#undef HAVE_ENTUTXENT
260
261/* Define if you have the freeaddrinfo function. */
262#undef HAVE_FREEADDRINFO
263
264/* Define if you have the gai_strerror function. */
265#undef HAVE_GAI_STRERROR
266
267/* Define if you have the getaddrinfo function. */
268#undef HAVE_GETADDRINFO
269
270/* Define if you have the getnameinfo function. */
271#undef HAVE_GETNAMEINFO
272
273/* Define if you have the getpwanam function. */
274#undef HAVE_GETPWANAM
275
276/* Define if you have the getrusage function. */
277#undef HAVE_GETRUSAGE
278
279/* Define if you have the gettimeofday function. */
280#undef HAVE_GETTIMEOFDAY
281
282/* Define if you have the getutent function. */
283#undef HAVE_GETUTENT
284
285/* Define if you have the getutid function. */
286#undef HAVE_GETUTID
287
288/* Define if you have the getutline function. */
289#undef HAVE_GETUTLINE
290
291/* Define if you have the getutxent function. */
292#undef HAVE_GETUTXENT
293
294/* Define if you have the getutxid function. */
295#undef HAVE_GETUTXID
296
297/* Define if you have the getutxline function. */
298#undef HAVE_GETUTXLINE
299
300/* Define if you have the inet_aton function. */
301#undef HAVE_INET_ATON
302
303/* Define if you have the innetgr function. */
304#undef HAVE_INNETGR
305
306/* Define if you have the login function. */
307#undef HAVE_LOGIN
308
309/* Define if you have the logout function. */
310#undef HAVE_LOGOUT
311
312/* Define if you have the logwtmp function. */
313#undef HAVE_LOGWTMP
314
315/* Define if you have the md5_crypt function. */
316#undef HAVE_MD5_CRYPT
317
318/* Define if you have the memmove function. */
319#undef HAVE_MEMMOVE
320
321/* Define if you have the mkdtemp function. */
322#undef HAVE_MKDTEMP
323
324/* Define if you have the on_exit function. */
325#undef HAVE_ON_EXIT
326
327/* Define if you have the openpty function. */
328#undef HAVE_OPENPTY
329
330/* Define if you have the pam_getenvlist function. */
331#undef HAVE_PAM_GETENVLIST
332
333/* Define if you have the pututline function. */
334#undef HAVE_PUTUTLINE
335
336/* Define if you have the pututxline function. */
337#undef HAVE_PUTUTXLINE
338
339/* Define if you have the rresvport_af function. */
340#undef HAVE_RRESVPORT_AF
341
342/* Define if you have the setenv function. */
343#undef HAVE_SETENV
344
345/* Define if you have the seteuid function. */
346#undef HAVE_SETEUID
347
348/* Define if you have the setlogin function. */
349#undef HAVE_SETLOGIN
350
351/* Define if you have the setproctitle function. */
352#undef HAVE_SETPROCTITLE
353
354/* Define if you have the setreuid function. */
355#undef HAVE_SETREUID
356
357/* Define if you have the setutent function. */
358#undef HAVE_SETUTENT
359
360/* Define if you have the setutxent function. */
361#undef HAVE_SETUTXENT
362
363/* Define if you have the sigaction function. */
364#undef HAVE_SIGACTION
365
366/* Define if you have the sigvec function. */
367#undef HAVE_SIGVEC
368
369/* Define if you have the snprintf function. */
370#undef HAVE_SNPRINTF
371
372/* Define if you have the strerror function. */
373#undef HAVE_STRERROR
374
375/* Define if you have the strlcat function. */
376#undef HAVE_STRLCAT
377
378/* Define if you have the strlcpy function. */
379#undef HAVE_STRLCPY
380
381/* Define if you have the strsep function. */
382#undef HAVE_STRSEP
383
384/* Define if you have the time function. */
385#undef HAVE_TIME
386
387/* Define if you have the updwtmp function. */
388#undef HAVE_UPDWTMP
389
390/* Define if you have the utmpname function. */
391#undef HAVE_UTMPNAME
392
393/* Define if you have the utmpxname function. */
394#undef HAVE_UTMPXNAME
395
396/* Define if you have the vhangup function. */
397#undef HAVE_VHANGUP
398
399/* Define if you have the vsnprintf function. */
400#undef HAVE_VSNPRINTF
401
402/* Define if you have the <bstring.h> header file. */
403#undef HAVE_BSTRING_H
404
405/* Define if you have the <endian.h> header file. */
406#undef HAVE_ENDIAN_H
407
408/* Define if you have the <floatingpoint.h> header file. */
409#undef HAVE_FLOATINGPOINT_H
410
411/* Define if you have the <krb.h> header file. */
412#undef HAVE_KRB_H
413
414/* Define if you have the <lastlog.h> header file. */
415#undef HAVE_LASTLOG_H
416
417/* Define if you have the <limits.h> header file. */
418#undef HAVE_LIMITS_H
419
420/* Define if you have the <login.h> header file. */
421#undef HAVE_LOGIN_H
422
423/* Define if you have the <maillock.h> header file. */
424#undef HAVE_MAILLOCK_H
425
426/* Define if you have the <netdb.h> header file. */
427#undef HAVE_NETDB_H
428
429/* Define if you have the <netgroup.h> header file. */
430#undef HAVE_NETGROUP_H
431
432/* Define if you have the <netinet/in_systm.h> header file. */
433#undef HAVE_NETINET_IN_SYSTM_H
434
435/* Define if you have the <paths.h> header file. */
436#undef HAVE_PATHS_H
437
438/* Define if you have the <poll.h> header file. */
439#undef HAVE_POLL_H
440
441/* Define if you have the <pty.h> header file. */
442#undef HAVE_PTY_H
443
444/* Define if you have the <security/pam_appl.h> header file. */
445#undef HAVE_SECURITY_PAM_APPL_H
446
447/* Define if you have the <shadow.h> header file. */
448#undef HAVE_SHADOW_H
449
450/* Define if you have the <stddef.h> header file. */
451#undef HAVE_STDDEF_H
452
453/* Define if you have the <sys/bitypes.h> header file. */
454#undef HAVE_SYS_BITYPES_H
455
456/* Define if you have the <sys/bsdtty.h> header file. */
457#undef HAVE_SYS_BSDTTY_H
458
459/* Define if you have the <sys/cdefs.h> header file. */
460#undef HAVE_SYS_CDEFS_H
461
462/* Define if you have the <sys/poll.h> header file. */
463#undef HAVE_SYS_POLL_H
464
465/* Define if you have the <sys/select.h> header file. */
466#undef HAVE_SYS_SELECT_H
467
468/* Define if you have the <sys/stat.h> header file. */
469#undef HAVE_SYS_STAT_H
470
471/* Define if you have the <sys/stropts.h> header file. */
472#undef HAVE_SYS_STROPTS_H
473
474/* Define if you have the <sys/sysmacros.h> header file. */
475#undef HAVE_SYS_SYSMACROS_H
476
477/* Define if you have the <sys/time.h> header file. */
478#undef HAVE_SYS_TIME_H
479
480/* Define if you have the <sys/ttcompat.h> header file. */
481#undef HAVE_SYS_TTCOMPAT_H
482
483/* Define if you have the <time.h> header file. */
484#undef HAVE_TIME_H
485
486/* Define if you have the <usersec.h> header file. */
487#undef HAVE_USERSEC_H
488
489/* Define if you have the <util.h> header file. */
490#undef HAVE_UTIL_H
491
492/* Define if you have the <utmp.h> header file. */
493#undef HAVE_UTMP_H
494
495/* Define if you have the <utmpx.h> header file. */
496#undef HAVE_UTMPX_H
497
498/* Define if you have the dl library (-ldl). */
499#undef HAVE_LIBDL
500
501/* Define if you have the krb library (-lkrb). */
502#undef HAVE_LIBKRB
503
504/* Define if you have the nsl library (-lnsl). */
505#undef HAVE_LIBNSL
506
507/* Define if you have the resolv library (-lresolv). */
508#undef HAVE_LIBRESOLV
509
510/* Define if you have the socket library (-lsocket). */
511#undef HAVE_LIBSOCKET
512
513/* Define if you have the z library (-lz). */
514#undef HAVE_LIBZ
515
516/* ******************* Shouldn't need to edit below this line ************** */
517
518#include "defines.h"
519
520#endif /* _CONFIG_H */