tools/elf4rom/libs/libelf-0.8.10/acconfig.h
changeset 34 92d87f2e53c2
equal deleted inserted replaced
33:1af5c1be89f8 34:92d87f2e53c2
       
     1 /*
       
     2  * acconfig.h - Special definitions for libelf, processed by autoheader.
       
     3  * Copyright (C) 1995 - 2001, 2004, 2006 Michael Riepe
       
     4  *
       
     5  * This library is free software; you can redistribute it and/or
       
     6  * modify it under the terms of the GNU Library General Public
       
     7  * License as published by the Free Software Foundation; either
       
     8  * version 2 of the License, or (at your option) any later version.
       
     9  *
       
    10  * This library is distributed in the hope that it will be useful,
       
    11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13  * Library General Public License for more details.
       
    14  *
       
    15  * You should have received a copy of the GNU Library General Public
       
    16  * License along with this library; if not, write to the Free Software
       
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
       
    18  */
       
    19 
       
    20 /* @(#) $Id: acconfig.h,v 1.15 2007/09/07 12:07:59 michael Exp $ */
       
    21 
       
    22 /* Define if you want to include extra debugging code */
       
    23 #undef ENABLE_DEBUG
       
    24 
       
    25 /* Define if you want to support extended ELF formats */
       
    26 #undef ENABLE_EXTENDED_FORMAT
       
    27 
       
    28 /* Define if you want ELF format sanity checks by default */
       
    29 #undef ENABLE_SANITY_CHECKS
       
    30 
       
    31 /* Define if memmove() does not copy overlapping arrays correctly */
       
    32 #undef HAVE_BROKEN_MEMMOVE
       
    33 
       
    34 /* Define if you have the catgets function. */
       
    35 #undef HAVE_CATGETS
       
    36 
       
    37 /* Define if you have the dgettext function. */
       
    38 #undef HAVE_DGETTEXT
       
    39 
       
    40 /* Define if you have the memset function.  */
       
    41 #undef HAVE_MEMSET
       
    42 
       
    43 /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
       
    44 #undef HAVE_STRUCT_NLIST_DECLARATION
       
    45 
       
    46 /* Define if Elf32_Dyn is declared in <link.h> */
       
    47 #undef __LIBELF_NEED_LINK_H
       
    48 
       
    49 /* Define if Elf32_Dyn is declared in <sys/link.h> */
       
    50 #undef __LIBELF_NEED_SYS_LINK_H
       
    51 
       
    52 /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */
       
    53 #undef __LIBELF_HEADER_ELF_H
       
    54 
       
    55 /* Define if you want 64-bit support (and your system supports it) */
       
    56 #undef __LIBELF64
       
    57 
       
    58 /* Define if you want 64-bit support, and are running IRIX */
       
    59 #undef __LIBELF64_IRIX
       
    60 
       
    61 /* Define if you want 64-bit support, and are running Linux */
       
    62 #undef __LIBELF64_LINUX
       
    63 
       
    64 /* Define if you want symbol versioning (and your system supports it) */
       
    65 #undef __LIBELF_SYMBOL_VERSIONS
       
    66 
       
    67 /* Define if symbol versioning uses Sun section type (SHT_SUNW_*) */
       
    68 #undef __LIBELF_SUN_SYMBOL_VERSIONS
       
    69 
       
    70 /* Define if symbol versioning uses GNU section types (SHT_GNU_*) */
       
    71 #undef __LIBELF_GNU_SYMBOL_VERSIONS
       
    72 
       
    73 /* Define to a 64-bit signed integer type if one exists */
       
    74 #undef __libelf_i64_t
       
    75 
       
    76 /* Define to a 64-bit unsigned integer type if one exists */
       
    77 #undef __libelf_u64_t
       
    78 
       
    79 /* Define to a 32-bit signed integer type if one exists */
       
    80 #undef __libelf_i32_t
       
    81 
       
    82 /* Define to a 32-bit unsigned integer type if one exists */
       
    83 #undef __libelf_u32_t
       
    84 
       
    85 /* Define to a 16-bit signed integer type if one exists */
       
    86 #undef __libelf_i16_t
       
    87 
       
    88 /* Define to a 16-bit unsigned integer type if one exists */
       
    89 #undef __libelf_u16_t