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