blob: e31018a2dd55377e03da5106e4755f6cbdd92930 [file] [log] [blame]
Christopher Wileye8679812015-07-01 13:36:18 -07001# Sed script to postprocess config.h into event-config.h.
2
31i\
4/* event2/event-config.h\
5 *\
6 * This file was generated by autoconf when libevent was built, and post-\
7 * processed by Libevent so that its macros would have a uniform prefix.\
8 *\
9 * DO NOT EDIT THIS FILE.\
10 *\
11 * Do not rely on macros in this file existing in later versions.\
12 */\
13\
Narayan Kamathfc74cb42017-09-13 12:53:52 +010014#ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_\
15#define EVENT2_EVENT_CONFIG_H_INCLUDED_\
Christopher Wileye8679812015-07-01 13:36:18 -070016
17$a\
18\
19#endif /* event2/event-config.h */
20
Narayan Kamathfc74cb42017-09-13 12:53:52 +010021s/#\( *\)define /#\1define EVENT__/
22s/#\( *\)undef /#\1undef EVENT__/
23s/#\( *\)if\(n*\)def /#\1if\2def EVENT__/