acconfig.h 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  18. */
  19. /* @(#) $Id: acconfig.h,v 1.16 2008/05/23 08:17:56 michael Exp $ */
  20. /* Define if you want to include extra debugging code */
  21. #undef ENABLE_DEBUG
  22. /* Define if you want to support extended ELF formats */
  23. #undef ENABLE_EXTENDED_FORMAT
  24. /* Define if you want ELF format sanity checks by default */
  25. #undef ENABLE_SANITY_CHECKS
  26. /* Define if memmove() does not copy overlapping arrays correctly */
  27. #undef HAVE_BROKEN_MEMMOVE
  28. /* Define if you have the catgets function. */
  29. #undef HAVE_CATGETS
  30. /* Define if you have the dgettext function. */
  31. #undef HAVE_DGETTEXT
  32. /* Define if you have the memset function. */
  33. #undef HAVE_MEMSET
  34. /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
  35. #undef HAVE_STRUCT_NLIST_DECLARATION
  36. /* Define if Elf32_Dyn is declared in <link.h> */
  37. #undef __LIBELF_NEED_LINK_H
  38. /* Define if Elf32_Dyn is declared in <sys/link.h> */
  39. #undef __LIBELF_NEED_SYS_LINK_H
  40. /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */
  41. #undef __LIBELF_HEADER_ELF_H
  42. /* Define if you want 64-bit support (and your system supports it) */
  43. #undef __LIBELF64
  44. /* Define if you want 64-bit support, and are running IRIX */
  45. #undef __LIBELF64_IRIX
  46. /* Define if you want 64-bit support, and are running Linux */
  47. #undef __LIBELF64_LINUX
  48. /* Define if you want symbol versioning (and your system supports it) */
  49. #undef __LIBELF_SYMBOL_VERSIONS
  50. /* Define if symbol versioning uses Sun section type (SHT_SUNW_*) */
  51. #undef __LIBELF_SUN_SYMBOL_VERSIONS
  52. /* Define if symbol versioning uses GNU section types (SHT_GNU_*) */
  53. #undef __LIBELF_GNU_SYMBOL_VERSIONS
  54. /* Define to a 64-bit signed integer type if one exists */
  55. #undef __libelf_i64_t
  56. /* Define to a 64-bit unsigned integer type if one exists */
  57. #undef __libelf_u64_t
  58. /* Define to a 32-bit signed integer type if one exists */
  59. #undef __libelf_i32_t
  60. /* Define to a 32-bit unsigned integer type if one exists */
  61. #undef __libelf_u32_t
  62. /* Define to a 16-bit signed integer type if one exists */
  63. #undef __libelf_i16_t
  64. /* Define to a 16-bit unsigned integer type if one exists */
  65. #undef __libelf_u16_t