michael@0: # Sed script to postprocess config.h into event-config.h. michael@0: michael@0: 1i\ michael@0: /* event2/event-config.h\ michael@0: *\ michael@0: * This file was generated by autoconf when libevent was built, and post-\ michael@0: * processed by Libevent so that its macros would have a uniform prefix.\ michael@0: *\ michael@0: * DO NOT EDIT THIS FILE.\ michael@0: *\ michael@0: * Do not rely on macros in this file existing in later versions.\ michael@0: */\ michael@0: \ michael@0: #ifndef _EVENT2_EVENT_CONFIG_H_\ michael@0: #define _EVENT2_EVENT_CONFIG_H_\ michael@0: michael@0: $a\ michael@0: \ michael@0: #endif /* event2/event-config.h */ michael@0: michael@0: s/#define /#define _EVENT_/ michael@0: s/#undef /#undef _EVENT_/ michael@0: s/#ifndef /#ifndef _EVENT_/