source: asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/config.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 5.5 KB
Line 
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 0
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/* #undef HAVE_LIBPTHREAD */
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#define HAVE_PTHREAD 1
72
73/* Have PTHREAD_PRIO_INHERIT. */
74#define HAVE_PTHREAD_PRIO_INHERIT 1
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/* #undef HAVE___UINT128_T */
118
119/* Define to the sub-directory where libtool stores uninstalled libraries. */
120#define LT_OBJDIR ".libs/"
121
122/* Define to 1 if your C compiler doesn't accept -c and -o together. */
123/* #undef NO_MINUS_C_MINUS_O */
124
125/* Define to the address where bug reports for this package should be sent. */
126#define PACKAGE_BUGREPORT "https://github.com/wolfssl/wolfssl/issues"
127
128/* Define to the full name of this package. */
129#define PACKAGE_NAME "wolfssl"
130
131/* Define to the full name and version of this package. */
132#define PACKAGE_STRING "wolfssl 3.12.2"
133
134/* Define to the one symbol short name of this package. */
135#define PACKAGE_TARNAME "wolfssl"
136
137/* Define to the home page for this package. */
138#define PACKAGE_URL "http://www.wolfssl.com"
139
140/* Define to the version of this package. */
141#define PACKAGE_VERSION "3.12.2"
142
143/* Define to necessary symbol if this constant uses a non-standard name on
144 your system. */
145/* #undef PTHREAD_CREATE_JOINABLE */
146
147/* The size of `long', as computed by sizeof. */
148#define SIZEOF_LONG 4
149
150/* The size of `long long', as computed by sizeof. */
151#define SIZEOF_LONG_LONG 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 */
Note: See TracBrowser for help on using the repository browser.