logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (3024B)


  1. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  2. # error config.h must be #included before system headers
  3. #endif
  4. #define __CONFIG_H__ 1
  5. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  6. #define DEFAULT_AR_DETERMINISTIC 1
  7. #define DEFAULT_FOR_COLORED_DISASSEMBLY 0
  8. #define DEFAULT_FOR_FOLLOW_LINKS 1
  9. #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0
  10. #define DEFAULT_STRINGS_ALL 1
  11. /* #undef ENABLE_CHECKING */
  12. /* #undef ENABLE_LIBCTF */
  13. /* #undef ENABLE_NLS */
  14. #define EXECUTABLE_SUFFIX ""
  15. /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
  16. /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
  17. /* #undef HAVE_DCGETTEXT */
  18. #define HAVE_DECL_ENVIRON 1
  19. #define HAVE_DECL_GETC_UNLOCKED 1
  20. #define HAVE_DECL_GETOPT 1
  21. #define HAVE_DECL_STPCPY 1
  22. #define HAVE_DECL_STRNLEN 1
  23. #define HAVE_DLFCN_H 1
  24. /* #undef HAVE_EXECUTABLE_SUFFIX */
  25. #define HAVE_FCNTL_H 1
  26. #define HAVE_FSEEKO 1
  27. /* #undef HAVE_FSEEKO64 */
  28. #define HAVE_GETC_UNLOCKED 1
  29. #define HAVE_GETPAGESIZE 1
  30. /* #undef HAVE_GETTEXT */
  31. #define HAVE_GOOD_UTIME_H 1
  32. #define HAVE_ICONV 1
  33. #define HAVE_INTTYPES_H 1
  34. #define HAVE_LC_MESSAGES 1
  35. /* #undef HAVE_LIBDEBUGINFOD */
  36. /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
  37. #define HAVE_MBSTATE_T 1
  38. #define HAVE_MEMORY_H 1
  39. #define HAVE_MKDTEMP 1
  40. #define HAVE_MKSTEMP 1
  41. #define HAVE_MMAP 1
  42. /* #undef HAVE_MSGPACK */
  43. #define HAVE_STDINT_H 1
  44. #define HAVE_STDLIB_H 1
  45. #define HAVE_STRINGS_H 1
  46. #define HAVE_STRING_H 1
  47. /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
  48. /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
  49. /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
  50. #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
  51. #define HAVE_SYS_FILE_H 1
  52. #define HAVE_SYS_PARAM_H 1
  53. #define HAVE_SYS_STAT_H 1
  54. #define HAVE_SYS_TIME_H 1
  55. #define HAVE_SYS_TYPES_H 1
  56. #define HAVE_SYS_WAIT_H 1
  57. #define HAVE_UNISTD_H 1
  58. #define HAVE_UTIMENSAT 1
  59. #define HAVE_UTIMES 1
  60. /* #undef HAVE_WINDOWS_H */
  61. /* #undef HAVE_ZSTD */
  62. #define ICONV_CONST
  63. #define LT_OBJDIR ".libs/"
  64. #define PACKAGE "binutils"
  65. #define PACKAGE_BUGREPORT ""
  66. #define PACKAGE_NAME "binutils"
  67. #define PACKAGE_STRING "binutils 2.46.0"
  68. #define PACKAGE_TARNAME "binutils"
  69. #define PACKAGE_URL ""
  70. #define PACKAGE_VERSION "2.46.0"
  71. #define STDC_HEADERS 1
  72. /* #undef TARGET */
  73. #define TARGET_PREPENDS_UNDERSCORE 0
  74. #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
  75. /* #undef USE_BINARY_FOPEN */
  76. #ifndef _ALL_SOURCE
  77. # define _ALL_SOURCE 1
  78. #endif
  79. #ifndef _GNU_SOURCE
  80. # define _GNU_SOURCE 1
  81. #endif
  82. #ifndef _POSIX_PTHREAD_SEMANTICS
  83. # define _POSIX_PTHREAD_SEMANTICS 1
  84. #endif
  85. #ifndef _TANDEM_SOURCE
  86. # define _TANDEM_SOURCE 1
  87. #endif
  88. #ifndef __EXTENSIONS__
  89. # define __EXTENSIONS__ 1
  90. #endif
  91. #define VERSION "2.46.0"
  92. #if defined AC_APPLE_UNIVERSAL_BUILD
  93. # if defined __BIG_ENDIAN__
  94. # define WORDS_BIGENDIAN 1
  95. # endif
  96. #else
  97. # ifndef WORDS_BIGENDIAN
  98. /* # undef WORDS_BIGENDIAN */
  99. # endif
  100. #endif
  101. /* #undef YYTEXT_POINTER */
  102. #ifndef _DARWIN_USE_64_BIT_INODE
  103. # define _DARWIN_USE_64_BIT_INODE 1
  104. #endif
  105. /* #undef _FILE_OFFSET_BITS */
  106. /* #undef _LARGE_FILES */
  107. /* #undef _MINIX */
  108. /* #undef _POSIX_1_SOURCE */
  109. /* #undef _POSIX_SOURCE */