1 /* conf.h.  Generated by configure.  */
2 /* conf.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* Define to 1 if you have the `daemon' function. */
5 #define HAVE_DAEMON 1
6 
7 /* Define to 1 if you have the `errx' function. */
8 #define HAVE_ERRX 1
9 
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #define HAVE_FCNTL_H 1
12 
13 /* Define to 1 if you have the `getnameinfo' function. */
14 #define HAVE_GETNAMEINFO 1
15 
16 /* Define to 1 if you have the `getopt' function. */
17 #define HAVE_GETOPT 1
18 
19 /* Define to 1 if you have the `inet_aton' function. */
20 #define HAVE_INET_ATON 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the `nsl' library (-lnsl). */
26 /* #undef HAVE_LIBNSL */
27 
28 /* Define to 1 if you have the `resolv' library (-lresolv). */
29 /* #undef HAVE_LIBRESOLV */
30 
31 /* Define to 1 if you have the `socket' library (-lsocket). */
32 /* #undef HAVE_LIBSOCKET */
33 
34 /* Define to 1 if you have the `util' library (-lutil). */
35 /* #undef HAVE_LIBUTIL */
36 
37 /* Define to 1 if you have the `wrap' library (-lwrap). */
38 /* #undef HAVE_LIBWRAP */
39 
40 /* Define to 1 if you have the <memory.h> header file. */
41 #define HAVE_MEMORY_H 1
42 
43 /* Define to 1 if you have the `pidfile' function. */
44 /* #undef HAVE_PIDFILE */
45 
46 /* Define to 1 if you have the `RAND_status' function. */
47 #define HAVE_RAND_STATUS 1
48 
49 /* Define to 1 if you have the `setproctitle' function. */
50 #define HAVE_SETPROCTITLE 1
51 
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
54 
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
57 
58 /* Define to 1 if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
60 
61 /* Define to 1 if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
63 
64 /* Define to 1 if you have the `strlcpy' function. */
65 #define HAVE_STRLCPY 1
66 
67 /* Define to 1 if you have the <syslog.h> header file. */
68 #define HAVE_SYSLOG_H 1
69 
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #define HAVE_SYS_STAT_H 1
72 
73 /* Define to 1 if you have the <sys/time.h> header file. */
74 #define HAVE_SYS_TIME_H 1
75 
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78 
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81 
82 /* Name of package */
83 #define PACKAGE "tlswrap"
84 
85 /* Define to the address where bug reports for this package should be sent. */
86 #define PACKAGE_BUGREPORT ""
87 
88 /* Define to the full name of this package. */
89 #define PACKAGE_NAME ""
90 
91 /* Define to the full name and version of this package. */
92 #define PACKAGE_STRING ""
93 
94 /* Define to the one symbol short name of this package. */
95 #define PACKAGE_TARNAME ""
96 
97 /* Define to the version of this package. */
98 #define PACKAGE_VERSION ""
99 
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
102 
103 /* Version number of package */
104 #define VERSION "0.8"
105 
106 /* HP-UX socket headers */
107 /* #undef _XOPEN_SOURCE_EXTENDED */
108 
109 /* Define to empty if `const' does not conform to ANSI C. */
110 /* #undef const */
111 
112 /* Define to `int' if <sys/types.h> does not define. */
113 /* #undef pid_t */
114 
115 /* Define to `unsigned' if <sys/types.h> does not define. */
116 /* #undef size_t */
117 
118 /* blah */
119 /* #undef socklen_t */
120