14 for hdr
in jemalloc_defs.h jemalloc_rename.h jemalloc_macros.h \
15 jemalloc_protos.h jemalloc_typedefs.h jemalloc_mangle.h
; do
16 cat "${objroot}include/jemalloc/${hdr}" \
17 |
grep -v 'Generated from .* by configure\.' \
18 |
sed -e 's/^#define /#define /g' \
27 #endif /* JEMALLOC_H_ */