1290001Sglebius# Sed script to postprocess config.h into event-config.h.
2290001Sglebius
3290001Sglebius1i\
4290001Sglebius/* event2/event-config.h\
5290001Sglebius *\
6290001Sglebius * This file was generated by autoconf when libevent was built, and post-\
7290001Sglebius * processed by Libevent so that its macros would have a uniform prefix.\
8290001Sglebius *\
9290001Sglebius * DO NOT EDIT THIS FILE.\
10290001Sglebius *\
11290001Sglebius * Do not rely on macros in this file existing in later versions.\
12290001Sglebius */\
13290001Sglebius\
14290001Sglebius#ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_\
15290001Sglebius#define EVENT2_EVENT_CONFIG_H_INCLUDED_\
16290001Sglebius
17290001Sglebius$a\
18290001Sglebius\
19290001Sglebius#endif /* event2/event-config.h */
20290001Sglebius
21290001Sglebiuss/#\( *\)define /#\1define EVENT__/
22290001Sglebiuss/#\( *\)undef /#\1undef EVENT__/
23290001Sglebiuss/#\( *\)if\(n*\)def /#\1if\2def EVENT__/
24