Merge remote-tracking branch 'origin/master' into debian
[radsecproxy.git] / lib / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <arpa/inet.h> header file. */
4 #undef HAVE_ARPA_INET_H
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `confuse' library (-lconfuse). */
16 #undef HAVE_LIBCONFUSE
17
18 /* Define to 1 if you have the `event_core' library (-levent_core). */
19 #undef HAVE_LIBEVENT_CORE
20
21 /* Define to 1 if you have the `event_openssl' library (-levent_openssl). */
22 #undef HAVE_LIBEVENT_OPENSSL
23
24 /* Define to 1 if you have the `ssl' library (-lssl). */
25 #undef HAVE_LIBSSL
26
27 /* Define to 1 if you have the <memory.h> header file. */
28 #undef HAVE_MEMORY_H
29
30 /* Define to 1 if you have the `memset' function. */
31 #undef HAVE_MEMSET
32
33 /* Define to 1 if you have the <netdb.h> header file. */
34 #undef HAVE_NETDB_H
35
36 /* Define to 1 if you have the <netinet/in.h> header file. */
37 #undef HAVE_NETINET_IN_H
38
39 /* Define to 1 if you have the `socket' function. */
40 #undef HAVE_SOCKET
41
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #undef HAVE_STDINT_H
44
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #undef HAVE_STDLIB_H
47
48 /* Define to 1 if you have the `strdup' function. */
49 #undef HAVE_STRDUP
50
51 /* Define to 1 if you have the `strerror' function. */
52 #undef HAVE_STRERROR
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #undef HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #undef HAVE_STRING_H
59
60 /* Define to 1 if you have the `strrchr' function. */
61 #undef HAVE_STRRCHR
62
63 /* Define to 1 if you have the <syslog.h> header file. */
64 #undef HAVE_SYSLOG_H
65
66 /* Define to 1 if you have the <sys/select.h> header file. */
67 #undef HAVE_SYS_SELECT_H
68
69 /* Define to 1 if you have the <sys/socket.h> header file. */
70 #undef HAVE_SYS_SOCKET_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/time.h> header file. */
76 #undef HAVE_SYS_TIME_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <time.h> header file. */
82 #undef HAVE_TIME_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to the sub-directory in which libtool stores uninstalled libraries.
88    */
89 #undef LT_OBJDIR
90
91 /* Name of package */
92 #undef PACKAGE
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT
96
97 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME
99
100 /* Define to the full name and version of this package. */
101 #undef PACKAGE_STRING
102
103 /* Define to the one symbol short name of this package. */
104 #undef PACKAGE_TARNAME
105
106 /* Define to the home page for this package. */
107 #undef PACKAGE_URL
108
109 /* Define to the version of this package. */
110 #undef PACKAGE_VERSION
111
112 /* */
113 #undef RADPROT_TLS
114
115 /* TLS (RadSec) enabled */
116 #undef RS_ENABLE_TLS
117
118 /* TLS-PSK (TLS preshared keys) enabled */
119 #undef RS_ENABLE_TLS_PSK
120
121 /* Define to 1 if you have the ANSI C header files. */
122 #undef STDC_HEADERS
123
124 /* Version number of package */
125 #undef VERSION
126
127 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
128    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
129    #define below would cause a syntax error. */
130 #undef _UINT8_T
131
132 /* Define to `unsigned int' if <sys/types.h> does not define. */
133 #undef size_t
134
135 /* Define to `int' if <sys/types.h> does not define. */
136 #undef ssize_t
137
138 /* Define to the type of an unsigned integer type of width exactly 8 bits if
139    such a type exists and the standard includes do not define it. */
140 #undef uint8_t