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