1*c43e99fdSEd Maste# Sed script to postprocess config.h into event-config.h. 2*c43e99fdSEd Maste 3*c43e99fdSEd Maste1i\ 4*c43e99fdSEd Maste/* event2/event-config.h\ 5*c43e99fdSEd Maste *\ 6*c43e99fdSEd Maste * This file was generated by autoconf when libevent was built, and post-\ 7*c43e99fdSEd Maste * processed by Libevent so that its macros would have a uniform prefix.\ 8*c43e99fdSEd Maste *\ 9*c43e99fdSEd Maste * DO NOT EDIT THIS FILE.\ 10*c43e99fdSEd Maste *\ 11*c43e99fdSEd Maste * Do not rely on macros in this file existing in later versions.\ 12*c43e99fdSEd Maste */\ 13*c43e99fdSEd Maste\ 14*c43e99fdSEd Maste#ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_\ 15*c43e99fdSEd Maste#define EVENT2_EVENT_CONFIG_H_INCLUDED_\ 16*c43e99fdSEd Maste 17*c43e99fdSEd Maste$a\ 18*c43e99fdSEd Maste\ 19*c43e99fdSEd Maste#endif /* event2/event-config.h */ 20*c43e99fdSEd Maste 21*c43e99fdSEd Mastes/#\( *\)define /#\1define EVENT__/ 22*c43e99fdSEd Mastes/#\( *\)undef /#\1undef EVENT__/ 23*c43e99fdSEd Mastes/#\( *\)if\(n*\)def /#\1if\2def EVENT__/ 24