K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-08T22:59:30.000000Z K 7 svn:log V 291 Catch up with common usage: o Define ELFMAG and SELFMAG as an alternative to test the ELF magic. ELFMAG is the magic; SELFMAG is the size of the magic. Use with strncmp() or memcmp(). o Define SHT_NUM as the number of predefined sections. Note: style(9) deviation for consistency. END