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