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 (3070B)


  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. #define DEFAULT_COMPRESSED_DEBUG_ALGORITHM COMPRESS_DEBUG_GABI_ZLIB
  6. #define DEFAULT_EMIT_GNU_HASH 1
  7. #define DEFAULT_EMIT_SYSV_HASH 0
  8. /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
  9. #define DEFAULT_LD_ERROR_EXECSTACK 0
  10. #define DEFAULT_LD_ERROR_RWX_SEGMENTS 0
  11. #define DEFAULT_LD_EXECSTACK 1
  12. #define DEFAULT_LD_GNU2_TLS_TAG 2
  13. #define DEFAULT_LD_GNU_TLS_TAG 2
  14. #define DEFAULT_LD_ROSEGMENT 0
  15. #define DEFAULT_LD_TEXTREL_CHECK textrel_check_warning
  16. #define DEFAULT_LD_TEXTREL_CHECK_WARNING 1
  17. #define DEFAULT_LD_WARN_EXECSTACK 2
  18. #define DEFAULT_LD_WARN_RWX_SEGMENTS 1
  19. #define DEFAULT_LD_Z_MARK_PLT 0
  20. #define DEFAULT_LD_Z_MEMORY_SEAL 0
  21. #define DEFAULT_LD_Z_RELRO 1
  22. #define DEFAULT_LD_Z_SEPARATE_CODE 1
  23. #define DEFAULT_NEW_DTAGS 1
  24. /* #undef ENABLE_CHECKING */
  25. /* #undef ENABLE_LIBCTF */
  26. /* #undef ENABLE_NLS */
  27. /* #undef EXTRA_SHLIB_EXTENSION */
  28. #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
  29. /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
  30. /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
  31. #define HAVE_CLOSE 1
  32. /* #undef HAVE_DCGETTEXT */
  33. #define HAVE_DECL_ENVIRON 1
  34. #define HAVE_DECL_GETOPT 1
  35. #define HAVE_DECL_STPCPY 1
  36. #define HAVE_DECL_STRTOULL 1
  37. #define HAVE_DLFCN_H 1
  38. /* #undef HAVE_ELF_HINTS_H */
  39. #define HAVE_FCNTL_H 1
  40. #define HAVE_GETPAGESIZE 1
  41. #define HAVE_GETRUSAGE 1
  42. /* #undef HAVE_GETTEXT */
  43. #define HAVE_GLOB 1
  44. /* #undef HAVE_ICONV */
  45. #define HAVE_INITFINI_ARRAY 1
  46. #define HAVE_INTTYPES_H 1
  47. /* #undef HAVE_JANSSON */
  48. #define HAVE_LC_MESSAGES 1
  49. #define HAVE_LIMITS_H 1
  50. #define HAVE_LSEEK 1
  51. /* #undef HAVE_MALLINFO */
  52. /* #undef HAVE_MALLINFO2 */
  53. #define HAVE_MEMORY_H 1
  54. #define HAVE_MKSTEMP 1
  55. #define HAVE_MMAP 1
  56. #define HAVE_OPEN 1
  57. #define HAVE_REALPATH 1
  58. #define HAVE_STDINT_H 1
  59. #define HAVE_STDLIB_H 1
  60. #define HAVE_STRINGS_H 1
  61. #define HAVE_STRING_H 1
  62. #define HAVE_SYS_FILE_H 1
  63. #define HAVE_SYS_MMAN_H 1
  64. #define HAVE_SYS_PARAM_H 1
  65. #define HAVE_SYS_STAT_H 1
  66. #define HAVE_SYS_TIME_H 1
  67. #define HAVE_SYS_TYPES_H 1
  68. #define HAVE_UNISTD_H 1
  69. #define HAVE_WAITPID 1
  70. /* #undef HAVE_WINDOWS_H */
  71. /* #undef HAVE_ZSTD */
  72. #define LT_OBJDIR ".libs/"
  73. #define PACKAGE "ld"
  74. #define PACKAGE_BUGREPORT ""
  75. #define PACKAGE_NAME "ld"
  76. #define PACKAGE_STRING "ld 2.46.0"
  77. #define PACKAGE_TARNAME "ld"
  78. #define PACKAGE_URL ""
  79. #define PACKAGE_VERSION "2.46.0"
  80. #define STDC_HEADERS 1
  81. #define SUPPORT_ERROR_HANDLING_SCRIPT 1
  82. /* #undef USE_BINARY_FOPEN */
  83. #ifndef _ALL_SOURCE
  84. # define _ALL_SOURCE 1
  85. #endif
  86. #ifndef _GNU_SOURCE
  87. # define _GNU_SOURCE 1
  88. #endif
  89. #ifndef _POSIX_PTHREAD_SEMANTICS
  90. # define _POSIX_PTHREAD_SEMANTICS 1
  91. #endif
  92. #ifndef _TANDEM_SOURCE
  93. # define _TANDEM_SOURCE 1
  94. #endif
  95. #ifndef __EXTENSIONS__
  96. # define __EXTENSIONS__ 1
  97. #endif
  98. #define VERSION "2.46.0"
  99. /* #undef WITH_XXHASH */
  100. /* #undef YYTEXT_POINTER */
  101. #ifndef _DARWIN_USE_64_BIT_INODE
  102. # define _DARWIN_USE_64_BIT_INODE 1
  103. #endif
  104. /* #undef _FILE_OFFSET_BITS */
  105. /* #undef _LARGE_FILES */
  106. /* #undef _MINIX */
  107. /* #undef _POSIX_1_SOURCE */
  108. /* #undef _POSIX_SOURCE */