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

Side by Side Diff: base/third_party/libevent/nacl_nonsfi/config.h

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 /* Copied from Linux version and changed the features according the PNaCl 1 /* Copied from Linux version and changed the features according the PNaCl
2 * toolchain for the Non-SFI binary build, which is close to one under the 2 * toolchain for the Non-SFI binary build, which is close to one under the
3 * linux/ directory. The built binary will be running under Linux directly, 3 * linux/ directory. The built binary will be running under Linux directly,
4 * actually. 4 * actually.
5 */ 5 */
6 6
7 /* Define if clock_gettime is available in libc */ 7 /* Define if clock_gettime is available in libc */
8 #define DNS_USE_CPU_CLOCK_FOR_ID 1 8 #define DNS_USE_CPU_CLOCK_FOR_ID 1
9 9
10 /* Define is no secure id variant is available */ 10 /* Define is no secure id variant is available */
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 #endif 264 #endif
265 265
266 /* Define to `int' if <sys/types.h> does not define. */ 266 /* Define to `int' if <sys/types.h> does not define. */
267 /* #undef pid_t */ 267 /* #undef pid_t */
268 268
269 /* Define to `unsigned int' if <sys/types.h> does not define. */ 269 /* Define to `unsigned int' if <sys/types.h> does not define. */
270 /* #undef size_t */ 270 /* #undef size_t */
271 271
272 /* Define to unsigned int if you dont have it */ 272 /* Define to unsigned int if you dont have it */
273 /* #undef socklen_t */ 273 /* #undef socklen_t */
OLDNEW
« no previous file with comments | « base/third_party/libevent/min_heap.h ('k') | base/third_party/libevent/nacl_nonsfi/event-config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698