1 #ifndef elf32_h 2 #define elf32_h 3 4 #ifndef UNW_ELF_CLASS 5 # define UNW_ELF_CLASS UNW_ELFCLASS32 6 #endif 7 #include "elfxx.h" 8 9 #endif /* elf32_h */ 10