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