Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Side by Side Diff: third_party/libevent/nacl/config.h

Issue 646643002: Non-SFI Mode: Build libevent with PNaCl toolchain for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newlib5
Patch Set: Rebase and fixed missing dependencies. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3
4 /* Define if clock_gettime is available in libc */ 1 /* Define if clock_gettime is available in libc */
Junichi Uekawa 2014/10/10 02:47:52 maybe add a header that this is manually generated
hidehiko 2014/10/10 06:27:40 Done.
5 #define DNS_USE_CPU_CLOCK_FOR_ID 1 2 #define DNS_USE_CPU_CLOCK_FOR_ID 1
6 3
7 /* Define is no secure id variant is available */ 4 /* Define is no secure id variant is available */
8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */ 5 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */
9 6
10 /* Define to 1 if you have the `clock_gettime' function. */ 7 /* Define to 1 if you have the `clock_gettime' function. */
11 #define HAVE_CLOCK_GETTIME 1 8 #define HAVE_CLOCK_GETTIME 1
12 9
13 /* Define if /dev/poll is available */ 10 /* Define if /dev/poll is available */
14 /* #undef HAVE_DEVPOLL */ 11 /* #undef HAVE_DEVPOLL */
15 12
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1 14 /* #undef HAVE_DLFCN_H */
18 15
19 /* Define if your system supports the epoll system calls */ 16 /* Define if your system supports the epoll system calls */
20 #define HAVE_EPOLL 1 17 /* #undef HAVE_EPOLL */
21 18
22 /* Define to 1 if you have the `epoll_ctl' function. */ 19 /* Define to 1 if you have the `epoll_ctl' function. */
23 #define HAVE_EPOLL_CTL 1 20 /* #undef HAVE_EPOLL_CTL */
24 21
25 /* Define if your system supports event ports */ 22 /* Define if your system supports event ports */
26 /* #undef HAVE_EVENT_PORTS */ 23 /* #undef HAVE_EVENT_PORTS */
27 24
28 /* Define to 1 if you have the `fcntl' function. */ 25 /* Define to 1 if you have the `fcntl' function. */
29 #define HAVE_FCNTL 1 26 #define HAVE_FCNTL 1
30 27
31 /* Define to 1 if you have the <fcntl.h> header file. */ 28 /* Define to 1 if you have the <fcntl.h> header file. */
32 #define HAVE_FCNTL_H 1 29 #define HAVE_FCNTL_H 1
33 30
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 /* Define to 1 if you have the <poll.h> header file. */ 82 /* Define to 1 if you have the <poll.h> header file. */
86 #define HAVE_POLL_H 1 83 #define HAVE_POLL_H 1
87 84
88 /* Define to 1 if you have the `port_create' function. */ 85 /* Define to 1 if you have the `port_create' function. */
89 /* #undef HAVE_PORT_CREATE */ 86 /* #undef HAVE_PORT_CREATE */
90 87
91 /* Define to 1 if you have the <port.h> header file. */ 88 /* Define to 1 if you have the <port.h> header file. */
92 /* #undef HAVE_PORT_H */ 89 /* #undef HAVE_PORT_H */
93 90
94 /* Define to 1 if you have the `select' function. */ 91 /* Define to 1 if you have the `select' function. */
95 #define HAVE_SELECT 1 92 /* #undef HAVE_SELECT */
96 93
97 /* Define if F_SETFD is defined in <fcntl.h> */ 94 /* Define if F_SETFD is defined in <fcntl.h> */
98 #define HAVE_SETFD 1 95 #define HAVE_SETFD 1
99 96
100 /* Define to 1 if you have the `sigaction' function. */ 97 /* Define to 1 if you have the `sigaction' function. */
101 #define HAVE_SIGACTION 1 98 /* #undef HAVE_SIGACTION */
102 99
103 /* Define to 1 if you have the `signal' function. */ 100 /* Define to 1 if you have the `signal' function. */
104 #define HAVE_SIGNAL 1 101 /* #undef HAVE_SIGNAL */
105 102
106 /* Define to 1 if you have the <signal.h> header file. */ 103 /* Define to 1 if you have the <signal.h> header file. */
107 #define HAVE_SIGNAL_H 1 104 #define HAVE_SIGNAL_H 1
108 105
109 /* Define to 1 if you have the <stdarg.h> header file. */ 106 /* Define to 1 if you have the <stdarg.h> header file. */
110 #define HAVE_STDARG_H 1 107 #define HAVE_STDARG_H 1
111 108
112 /* Define to 1 if you have the <stdint.h> header file. */ 109 /* Define to 1 if you have the <stdint.h> header file. */
113 #define HAVE_STDINT_H 1 110 #define HAVE_STDINT_H 1
114 111
(...skipping 24 matching lines...) Expand all
139 /* Define to 1 if you have the <sys/devpoll.h> header file. */ 136 /* Define to 1 if you have the <sys/devpoll.h> header file. */
140 /* #undef HAVE_SYS_DEVPOLL_H */ 137 /* #undef HAVE_SYS_DEVPOLL_H */
141 138
142 /* Define to 1 if you have the <sys/epoll.h> header file. */ 139 /* Define to 1 if you have the <sys/epoll.h> header file. */
143 #define HAVE_SYS_EPOLL_H 1 140 #define HAVE_SYS_EPOLL_H 1
144 141
145 /* Define to 1 if you have the <sys/event.h> header file. */ 142 /* Define to 1 if you have the <sys/event.h> header file. */
146 /* #undef HAVE_SYS_EVENT_H */ 143 /* #undef HAVE_SYS_EVENT_H */
147 144
148 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 145 /* Define to 1 if you have the <sys/ioctl.h> header file. */
149 #define HAVE_SYS_IOCTL_H 1 146 /* #undef HAVE_SYS_IOCTL_H */
150 147
151 /* Define to 1 if you have the <sys/param.h> header file. */ 148 /* Define to 1 if you have the <sys/param.h> header file. */
152 #define HAVE_SYS_PARAM_H 1 149 #define HAVE_SYS_PARAM_H 1
153 150
154 /* Define to 1 if you have the <sys/queue.h> header file. */ 151 /* Define to 1 if you have the <sys/queue.h> header file. */
155 #define HAVE_SYS_QUEUE_H 1 152 #define HAVE_SYS_QUEUE_H 1
156 153
157 /* Define to 1 if you have the <sys/select.h> header file. */ 154 /* Define to 1 if you have the <sys/select.h> header file. */
158 #define HAVE_SYS_SELECT_H 1 155 /* #undef HAVE_SYS_SELECT_H */
159 156
160 /* Define to 1 if you have the <sys/socket.h> header file. */ 157 /* Define to 1 if you have the <sys/socket.h> header file. */
161 #define HAVE_SYS_SOCKET_H 1 158 #define HAVE_SYS_SOCKET_H 1
162 159
163 /* Define to 1 if you have the <sys/stat.h> header file. */ 160 /* Define to 1 if you have the <sys/stat.h> header file. */
164 #define HAVE_SYS_STAT_H 1 161 #define HAVE_SYS_STAT_H 1
165 162
166 /* Define to 1 if you have the <sys/time.h> header file. */ 163 /* Define to 1 if you have the <sys/time.h> header file. */
167 #define HAVE_SYS_TIME_H 1 164 #define HAVE_SYS_TIME_H 1
168 165
169 /* Define to 1 if you have the <sys/types.h> header file. */ 166 /* Define to 1 if you have the <sys/types.h> header file. */
170 #define HAVE_SYS_TYPES_H 1 167 #define HAVE_SYS_TYPES_H 1
171 168
172 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 169 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
173 #define HAVE_TAILQFOREACH 1 170 #define HAVE_TAILQFOREACH 1
174 171
175 /* Define if timeradd is defined in <sys/time.h> */ 172 /* Define if timeradd is defined in <sys/time.h> */
176 #define HAVE_TIMERADD 1 173 /* #undef HAVE_TIMERADD */
177 174
178 /* Define if timerclear is defined in <sys/time.h> */ 175 /* Define if timerclear is defined in <sys/time.h> */
179 #define HAVE_TIMERCLEAR 1 176 /* #undef HAVE_TIMERCLEAR */
180 177
181 /* Define if timercmp is defined in <sys/time.h> */ 178 /* Define if timercmp is defined in <sys/time.h> */
182 #define HAVE_TIMERCMP 1 179 /* #undef HAVE_TIMERCMP */
183 180
184 /* Define if timerisset is defined in <sys/time.h> */ 181 /* Define if timerisset is defined in <sys/time.h> */
185 #define HAVE_TIMERISSET 1 182 /* #undef HAVE_TIMERISSET */
186 183
187 /* Define to 1 if the system has the type `uint16_t'. */ 184 /* Define to 1 if the system has the type `uint16_t'. */
188 #define HAVE_UINT16_T 1 185 #define HAVE_UINT16_T 1
189 186
190 /* Define to 1 if the system has the type `uint32_t'. */ 187 /* Define to 1 if the system has the type `uint32_t'. */
191 #define HAVE_UINT32_T 1 188 #define HAVE_UINT32_T 1
192 189
193 /* Define to 1 if the system has the type `uint64_t'. */ 190 /* Define to 1 if the system has the type `uint64_t'. */
194 #define HAVE_UINT64_T 1 191 #define HAVE_UINT64_T 1
195 192
196 /* Define to 1 if the system has the type `uint8_t'. */ 193 /* Define to 1 if the system has the type `uint8_t'. */
197 #define HAVE_UINT8_T 1 194 #define HAVE_UINT8_T 1
198 195
199 /* Define to 1 if you have the <unistd.h> header file. */ 196 /* Define to 1 if you have the <unistd.h> header file. */
200 #define HAVE_UNISTD_H 1 197 #define HAVE_UNISTD_H 1
201 198
202 /* Define to 1 if you have the `vasprintf' function. */ 199 /* Define to 1 if you have the `vasprintf' function. */
203 #define HAVE_VASPRINTF 1 200 /* #undef HAVE_VASPRINTF */
204 201
205 /* Define if kqueue works correctly with pipes */ 202 /* Define if kqueue works correctly with pipes */
206 /* #undef HAVE_WORKING_KQUEUE */ 203 /* #undef HAVE_WORKING_KQUEUE */
207 204
208 /* Name of package */ 205 /* Name of package */
209 #define PACKAGE "libevent" 206 #define PACKAGE "libevent_nacl"
210 207
211 /* Define to the address where bug reports for this package should be sent. */ 208 /* Define to the address where bug reports for this package should be sent. */
212 #define PACKAGE_BUGREPORT "" 209 #define PACKAGE_BUGREPORT ""
213 210
214 /* Define to the full name of this package. */ 211 /* Define to the full name of this package. */
215 #define PACKAGE_NAME "" 212 #define PACKAGE_NAME ""
216 213
217 /* Define to the full name and version of this package. */ 214 /* Define to the full name and version of this package. */
218 #define PACKAGE_STRING "" 215 #define PACKAGE_STRING ""
219 216
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 #endif 254 #endif
258 255
259 /* Define to `int' if <sys/types.h> does not define. */ 256 /* Define to `int' if <sys/types.h> does not define. */
260 /* #undef pid_t */ 257 /* #undef pid_t */
261 258
262 /* Define to `unsigned int' if <sys/types.h> does not define. */ 259 /* Define to `unsigned int' if <sys/types.h> does not define. */
263 /* #undef size_t */ 260 /* #undef size_t */
264 261
265 /* Define to unsigned int if you dont have it */ 262 /* Define to unsigned int if you dont have it */
266 /* #undef socklen_t */ 263 /* #undef socklen_t */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698