sys_elf.h | sys_elf.h | |||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Library General Public License for more details. | Library General Public License for more details. | |||
You should have received a copy of the GNU Library General Public | You should have received a copy of the GNU Library General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
*/ | */ | |||
/* @(#) $Id: sys_elf.h.in,v 1.11 2005/05/21 15:39:26 michael Exp $ */ | /* @(#) $Id: sys_elf.h.in,v 1.12 2006/09/07 15:55:42 michael Exp $ */ | |||
/* | /* | |||
* DO NOT USE THIS IN APPLICATIONS - #include <libelf.h> INSTEAD! | * DO NOT USE THIS IN APPLICATIONS - #include <libelf.h> INSTEAD! | |||
*/ | */ | |||
/* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */ | /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */ | |||
#define __LIBELF_HEADER_ELF_H <elf.h> | #define __LIBELF_HEADER_ELF_H <elf.h> | |||
/* Define if Elf32_Dyn is declared in <link.h> */ | /* Define if Elf32_Dyn is declared in <link.h> */ | |||
/* #undef __LIBELF_NEED_LINK_H */ | /* #undef __LIBELF_NEED_LINK_H */ | |||
/* Define if Elf32_Dyn is declared in <sys/link.h> */ | ||||
/* #undef __LIBELF_NEED_SYS_LINK_H */ | ||||
/* Define if you want 64-bit support (and your system supports it) */ | /* Define if you want 64-bit support (and your system supports it) */ | |||
#define __LIBELF64 1 | #define __LIBELF64 1 | |||
/* Define if you want 64-bit support, and are running IRIX */ | /* Define if you want 64-bit support, and are running IRIX */ | |||
/* #undef __LIBELF64_IRIX */ | /* #undef __LIBELF64_IRIX */ | |||
/* Define if you want 64-bit support, and are running Linux */ | /* Define if you want 64-bit support, and are running Linux */ | |||
/* #undef __LIBELF64_LINUX */ | /* #undef __LIBELF64_LINUX */ | |||
/* Define if you want symbol versioning (and your system supports it) */ | /* Define if you want symbol versioning (and your system supports it) */ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added | |||