config.h.in revision 64ce7165
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
4#undef BSD44SOCKETS
5
6/* Define to 1 if you have the `authdes_create' function. */
7#undef HAVE_AUTHDES_CREATE
8
9/* Define to 1 if you have the `authdes_seccreate' function. */
10#undef HAVE_AUTHDES_SECCREATE
11
12/* Support IPv6 for TCP connections */
13#undef IPv6
14
15/* Support os-specific local connections */
16#undef LOCALCONN
17
18/* Name of package */
19#undef PACKAGE
20
21/* Define to the address where bug reports for this package should be sent. */
22#undef PACKAGE_BUGREPORT
23
24/* Define to the full name of this package. */
25#undef PACKAGE_NAME
26
27/* Define to the full name and version of this package. */
28#undef PACKAGE_STRING
29
30/* Define to the one symbol short name of this package. */
31#undef PACKAGE_TARNAME
32
33/* Define to the version of this package. */
34#undef PACKAGE_VERSION
35
36/* Major version of this package */
37#undef PACKAGE_VERSION_MAJOR
38
39/* Minor version of this package */
40#undef PACKAGE_VERSION_MINOR
41
42/* Patch version of this package */
43#undef PACKAGE_VERSION_PATCHLEVEL
44
45/* Define as the return type of signal handlers (`int' or `void'). */
46#undef RETSIGTYPE
47
48/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
49#undef SECURE_RPC
50
51/* Support TCP socket connections */
52#undef TCPCONN
53
54/* Support UNIX socket connections */
55#undef UNIXCONN
56
57/* Version number of package */
58#undef VERSION
59