]> git.meshlink.io Git - meshlink-tiny/blob - config-esp32.h
Merge support for ESP8266.
[meshlink-tiny] / config-esp32.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6
7 /* Define to 1 if you have the `asprintf' function. */
8 #define HAVE_ASPRINTF 1
9
10 /* Define to 1 if you have the <curses.h> header file. */
11 #define HAVE_CURSES_H 1
12
13 /* Define to 1 if you have the <dirent.h> header file. */
14 #define HAVE_DIRENT_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 `fchmod' function. */
20 #define HAVE_FCHMOD 1
21
22 /* Define to 1 if you have the `fork' function. */
23 #define HAVE_FORK 1
24
25 /* Define to 1 if you have the `gettimeofday' function. */
26 #define HAVE_GETTIMEOFDAY 1
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #define HAVE_INTTYPES_H 1
30
31 /* Define to 1 if you have the `socket' library (-lsocket). */
32 /* #undef HAVE_LIBSOCKET */
33
34 /* Linux */
35 #define HAVE_LINUX 1
36
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
39
40 /* MinGW */
41 /* #undef HAVE_MINGW */
42
43 /* Define to 1 if you have the <netdb.h> header file. */
44 #define HAVE_NETDB_H 1
45
46 /* Define if you have POSIX threads libraries and header files. */
47 #define HAVE_PTHREAD 1
48
49 /* Have PTHREAD_PRIO_INHERIT. */
50 #define HAVE_PTHREAD_PRIO_INHERIT 1
51
52 /* Define to 1 if you have the `random' function. */
53 #define HAVE_RANDOM 1
54
55 /* Define to 1 if you have the `select' function. */
56 #define HAVE_SELECT 1
57
58 /* Define to 1 if you have the <stdatomic.h> header file. */
59 #define HAVE_STDATOMIC_H 1
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66
67 /* Define to 1 if you have the `strdup' function. */
68 #define HAVE_STRDUP 1
69
70 /* Define to 1 if you have the <strings.h> header file. */
71 #define HAVE_STRINGS_H 1
72
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H 1
75
76 /* Define to 1 if you have the <sys/file.h> header file. */
77 #define HAVE_SYS_FILE_H 0
78
79 /* Define to 1 if you have the <sys/param.h> header file. */
80 #define HAVE_SYS_PARAM_H 0
81
82 /* Define to 1 if you have the <sys/resource.h> header file. */
83 #define HAVE_SYS_RESOURCE_H 0
84
85 /* Define to 1 if you have the <sys/socket.h> header file. */
86 #define HAVE_SYS_SOCKET_H 0
87
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #define HAVE_SYS_STAT_H 0
90
91 /* Define to 1 if you have the <sys/time.h> header file. */
92 #define HAVE_SYS_TIME_H 0
93
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 0
96
97 /* Define to 1 if you have the <sys/un.h> header file. */
98 #define HAVE_SYS_UN_H 0
99
100 /* Define to 1 if you have the <sys/wait.h> header file. */
101 #define HAVE_SYS_WAIT_H 0
102
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105
106 /* Define to 1 if you have the `usleep' function. */
107 #define HAVE_USLEEP 1
108
109 /* Define to the sub-directory where libtool stores uninstalled libraries. */
110 #define LT_OBJDIR ".libs/"
111
112 /* Name of package */
113 #define PACKAGE "meshlink"
114
115 /* Define to the address where bug reports for this package should be sent. */
116 #define PACKAGE_BUGREPORT ""
117
118 /* Define to the full name of this package. */
119 #define PACKAGE_NAME "MeshLink"
120
121 /* Define to the full name and version of this package. */
122 #define PACKAGE_STRING "MeshLink 0.1"
123
124 /* Define to the one symbol short name of this package. */
125 #define PACKAGE_TARNAME "meshlink"
126
127 /* Define to the home page for this package. */
128 #define PACKAGE_URL ""
129
130 /* Define to the version of this package. */
131 #define PACKAGE_VERSION "0.1"
132
133 /* Define to necessary symbol if this constant uses a non-standard name on
134    your system. */
135 /* #undef PTHREAD_CREATE_JOINABLE */
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #define STDC_HEADERS 1
139
140 /* Enable extensions on AIX 3, Interix.  */
141 #ifndef _ALL_SOURCE
142 # define _ALL_SOURCE 1
143 #endif
144 /* Enable GNU extensions on systems that have them.  */
145 #ifndef _GNU_SOURCE
146 # define _GNU_SOURCE 1
147 #endif
148 /* Enable threading extensions on Solaris.  */
149 #ifndef _POSIX_PTHREAD_SEMANTICS
150 # define _POSIX_PTHREAD_SEMANTICS 1
151 #endif
152 /* Enable extensions on HP NonStop.  */
153 #ifndef _TANDEM_SOURCE
154 # define _TANDEM_SOURCE 1
155 #endif
156 /* Enable general extensions on Solaris.  */
157 #ifndef __EXTENSIONS__
158 # define __EXTENSIONS__ 1
159 #endif
160
161
162 /* Version number of package */
163 #define VERSION "0.1"
164
165 /* Enable Darwin features */
166 #define _DARWIN_C_SOURCE 1
167
168 /* Define to 1 if on MINIX. */
169 /* #undef _MINIX */
170
171 /* Define to 2 if the system does not provide POSIX.1 features except with
172    this defined. */
173 /* #undef _POSIX_1_SOURCE */
174
175 /* Enable POSIX features */
176 #define _POSIX_C_SOURCE 200809L
177
178 /* Define to 1 if you need to in order for `stat' and other things to work. */
179 /* #undef _POSIX_SOURCE */
180
181 /* Enable BSD extensions */
182 #define __USE_BSD 1
183
184 /* Defined if the __malloc__ attribute is not supported. */
185 /* #undef __malloc__ */
186
187 /* Defined if the __warn_unused_result__ attribute is not supported. */
188 /* #undef __warn_unused_result__ */