ipc/chromium/src/third_party/libevent/make-event-config.sed

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/make-event-config.sed	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# Sed script to postprocess config.h into event-config.h.
     1.5 +
     1.6 +1i\
     1.7 +/* event2/event-config.h\
     1.8 + *\
     1.9 + * This file was generated by autoconf when libevent was built, and post-\
    1.10 + * processed by Libevent so that its macros would have a uniform prefix.\
    1.11 + *\
    1.12 + * DO NOT EDIT THIS FILE.\
    1.13 + *\
    1.14 + * Do not rely on macros in this file existing in later versions.\
    1.15 + */\
    1.16 +\
    1.17 +#ifndef _EVENT2_EVENT_CONFIG_H_\
    1.18 +#define _EVENT2_EVENT_CONFIG_H_\
    1.19 +
    1.20 +$a\
    1.21 +\
    1.22 +#endif /* event2/event-config.h */
    1.23 +
    1.24 +s/#define /#define _EVENT_/
    1.25 +s/#undef /#undef _EVENT_/
    1.26 +s/#ifndef /#ifndef _EVENT_/

mercurial