]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/WolfSSL/config.in
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
[freertos] / FreeRTOS-Plus / Source / WolfSSL / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 to enable debugging code. */
7 #undef DEBUG
8
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H
14
15 /* Define to 1 if you have the <errno.h> header file. */
16 #undef HAVE_ERRNO_H
17
18 /* Define to 1 if you have the <fcntl.h> header file. */
19 #undef HAVE_FCNTL_H
20
21 /* Define to 1 if you have the `getaddrinfo' function. */
22 #undef HAVE_GETADDRINFO
23
24 /* Define to 1 if you have the `gethostbyname' function. */
25 #undef HAVE_GETHOSTBYNAME
26
27 /* Define to 1 if you have the `gettimeofday' function. */
28 #undef HAVE_GETTIMEOFDAY
29
30 /* Define to 1 if you have the `inet_ntoa' function. */
31 #undef HAVE_INET_NTOA
32
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
35
36 /* Define to 1 if you have the `network' library (-lnetwork). */
37 #undef HAVE_LIBNETWORK
38
39 /* Define to 1 if you have the `pthread' library (-lpthread). */
40 #undef HAVE_LIBPTHREAD
41
42 /* Define to 1 if you have the <limits.h> header file. */
43 #undef HAVE_LIMITS_H
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
47
48 /* Define to 1 if you have the `memset' function. */
49 #undef HAVE_MEMSET
50
51 /* Define to 1 if you have the <netdb.h> header file. */
52 #undef HAVE_NETDB_H
53
54 /* Define to 1 if you have the <netinet/in.h> header file. */
55 #undef HAVE_NETINET_IN_H
56
57 /* Define to 1 if you have the <pcap/pcap.h> header file. */
58 #undef HAVE_PCAP_PCAP_H
59
60 /* Define if you have POSIX threads libraries and header files. */
61 #undef HAVE_PTHREAD
62
63 /* Have PTHREAD_PRIO_INHERIT. */
64 #undef HAVE_PTHREAD_PRIO_INHERIT
65
66 /* Define to 1 if you have the `socket' function. */
67 #undef HAVE_SOCKET
68
69 /* Define to 1 if you have the <stddef.h> header file. */
70 #undef HAVE_STDDEF_H
71
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #undef HAVE_STDINT_H
74
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #undef HAVE_STDLIB_H
77
78 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H
80
81 /* Define to 1 if you have the <string.h> header file. */
82 #undef HAVE_STRING_H
83
84 /* Define to 1 if you have the <sys/ioctl.h> header file. */
85 #undef HAVE_SYS_IOCTL_H
86
87 /* Define to 1 if you have the <sys/socket.h> header file. */
88 #undef HAVE_SYS_SOCKET_H
89
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #undef HAVE_SYS_STAT_H
92
93 /* Define to 1 if you have the <sys/time.h> header file. */
94 #undef HAVE_SYS_TIME_H
95
96 /* Define to 1 if you have the <sys/types.h> header file. */
97 #undef HAVE_SYS_TYPES_H
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
101
102 /* Define to 1 or 0, depending whether the compiler supports simple visibility
103    declarations. */
104 #undef HAVE_VISIBILITY
105
106 /* Define to 1 if the system has the type `__uint128_t'. */
107 #undef HAVE___UINT128_T
108
109 /* Define to the sub-directory in which libtool stores uninstalled libraries.
110    */
111 #undef LT_OBJDIR
112
113 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
114 #undef NO_MINUS_C_MINUS_O
115
116 /* Define to the address where bug reports for this package should be sent. */
117 #undef PACKAGE_BUGREPORT
118
119 /* Define to the full name of this package. */
120 #undef PACKAGE_NAME
121
122 /* Define to the full name and version of this package. */
123 #undef PACKAGE_STRING
124
125 /* Define to the one symbol short name of this package. */
126 #undef PACKAGE_TARNAME
127
128 /* Define to the home page for this package. */
129 #undef PACKAGE_URL
130
131 /* Define to the version of this package. */
132 #undef PACKAGE_VERSION
133
134 /* Define to necessary symbol if this constant uses a non-standard name on
135    your system. */
136 #undef PTHREAD_CREATE_JOINABLE
137
138 /* The size of `long', as computed by sizeof. */
139 #undef SIZEOF_LONG
140
141 /* The size of `long long', as computed by sizeof. */
142 #undef SIZEOF_LONG_LONG
143
144 /* Define to 1 if you have the ANSI C header files. */
145 #undef STDC_HEADERS
146
147 /* If the compiler supports a TLS storage class define it to that here */
148 #undef TLS
149
150 /* Define if the code was built from VCS. */
151 #undef VCS_CHECKOUT
152
153 /* VCS system */
154 #undef VCS_SYSTEM
155
156 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
157    significant byte first (like Motorola and SPARC, unlike Intel). */
158 #if defined AC_APPLE_UNIVERSAL_BUILD
159 # if defined __BIG_ENDIAN__
160 #  define WORDS_BIGENDIAN 1
161 # endif
162 #else
163 # ifndef WORDS_BIGENDIAN
164 #  undef WORDS_BIGENDIAN
165 # endif
166 #endif
167
168 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
169    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
170    #define below would cause a syntax error. */
171 #undef _UINT8_T
172
173 /* Define to `unsigned int' if <sys/types.h> does not define. */
174 #undef size_t
175
176 /* Define to the type of an unsigned integer type of width exactly 8 bits if
177    such a type exists and the standard includes do not define it. */
178 #undef uint8_t