]> andersk Git - openssh.git/blame - acconfig.h
- Merged more OpenBSD CVS changes:
[openssh.git] / acconfig.h
CommitLineData
5881cd60 1/* config.h.in. Generated by hand, don't use autoheader. */
2
d4f11b59 3/* SSL directory. */
4#undef ssldir
5
4cca272e 6/* Random number pool */
7#undef RANDOM_POOL
8
9/* Are we using the Entropy gathering daemon */
10#undef HAVE_EGD
11
5881cd60 12/* Define if your ssl headers are included with #include <ssl/header.h> */
13#undef HAVE_SSL
14
15/* Define if your ssl headers are included with #include <openssl/header.h> */
16#undef HAVE_OPENSSL
4cca272e 17
18/* Define is utmp.h has a ut_host field */
19#undef HAVE_HOST_IN_UTMP
20
21/* Define is libutil has login() function */
22#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 23
24
25/* Shouldn't need to edit below this line *************************** */
26#ifndef SHUT_RDWR
27enum
28{
29 SHUT_RD = 0, /* No more receptions. */
30#define SHUT_RD SHUT_RD
31 SHUT_WR, /* No more transmissions. */
32#define SHUT_WR SHUT_WR
33 SHUT_RDWR /* No more receptions or transmissions. */
34#define SHUT_RDWR SHUT_RDWR
35};
36#endif
This page took 0.054109 seconds and 5 git commands to generate.