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

Side by Side Diff: base/third_party/libevent/mac/event-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
« no previous file with comments | « base/third_party/libevent/mac/config.h ('k') | base/third_party/libevent/min_heap.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* event-config.h 1 /* event-config.h
2 * Generated by autoconf; post-processed by libevent. 2 * Generated by autoconf; post-processed by libevent.
3 * Do not edit this file. 3 * Do not edit this file.
4 * Do not rely on macros in this file existing in later versions. 4 * Do not rely on macros in this file existing in later versions.
5 */ 5 */
6 #ifndef _EVENT_CONFIG_H_ 6 #ifndef _EVENT_CONFIG_H_
7 #define _EVENT_CONFIG_H_ 7 #define _EVENT_CONFIG_H_
8 /* config.h. Generated from config.h.in by configure. */ 8 /* config.h. Generated from config.h.in by configure. */
9 /* config.h.in. Generated from configure.in by autoheader. */ 9 /* config.h.in. Generated from configure.in by autoheader. */
10 10
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 275
276 /* Define to `int' if <sys/types.h> does not define. */ 276 /* Define to `int' if <sys/types.h> does not define. */
277 /* #undef _EVENT_pid_t */ 277 /* #undef _EVENT_pid_t */
278 278
279 /* Define to `unsigned int' if <sys/types.h> does not define. */ 279 /* Define to `unsigned int' if <sys/types.h> does not define. */
280 /* #undef _EVENT_size_t */ 280 /* #undef _EVENT_size_t */
281 281
282 /* Define to unsigned int if you dont have it */ 282 /* Define to unsigned int if you dont have it */
283 /* #undef _EVENT_socklen_t */ 283 /* #undef _EVENT_socklen_t */
284 #endif 284 #endif
OLDNEW
« no previous file with comments | « base/third_party/libevent/mac/config.h ('k') | base/third_party/libevent/min_heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698