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


  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_EMIT_GNU_HASH 1
  6. #define DEFAULT_EMIT_SYSV_HASH 0
  7. /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
  8. #define DEFAULT_LD_EXECSTACK 1
  9. #define DEFAULT_LD_TEXTREL_CHECK textrel_check_warning
  10. #define DEFAULT_LD_TEXTREL_CHECK_WARNING 1
  11. #define DEFAULT_LD_WARN_EXECSTACK 2
  12. #define DEFAULT_LD_WARN_RWX_SEGMENTS 1
  13. #define DEFAULT_LD_Z_RELRO 1
  14. #define DEFAULT_LD_Z_SEPARATE_CODE 1
  15. #define DEFAULT_NEW_DTAGS 1
  16. /* #undef ENABLE_CHECKING */
  17. /* #undef ENABLE_LIBCTF */
  18. /* #undef ENABLE_NLS */
  19. /* #undef EXTRA_SHLIB_EXTENSION */
  20. #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
  21. #define HAVE_CLOSE 1
  22. #define HAVE_DECL_ASPRINTF 1
  23. #define HAVE_DECL_ENVIRON 1
  24. #define HAVE_DECL_GETOPT 1
  25. #define HAVE_DECL_SBRK 1
  26. #define HAVE_DLFCN_H 1
  27. /* #undef HAVE_ELF_HINTS_H */
  28. #define HAVE_FCNTL_H 1
  29. #define HAVE_GETPAGESIZE 1
  30. #define HAVE_GLOB 1
  31. #define HAVE_INITFINI_ARRAY 1
  32. #define HAVE_INTTYPES_H 1
  33. /* #undef HAVE_JANSSON */
  34. #define HAVE_LC_MESSAGES 1
  35. #define HAVE_LIMITS_H 1
  36. #define HAVE_LSEEK 1
  37. #define HAVE_MEMORY_H 1
  38. #define HAVE_MKSTEMP 1
  39. #define HAVE_MMAP 1
  40. #define HAVE_OPEN 1
  41. #define HAVE_REALPATH 1
  42. #define HAVE_SBRK 1
  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. #define HAVE_SYS_FILE_H 1
  48. #define HAVE_SYS_MMAN_H 1
  49. #define HAVE_SYS_PARAM_H 1
  50. #define HAVE_SYS_STAT_H 1
  51. #define HAVE_SYS_TIME_H 1
  52. #define HAVE_SYS_TYPES_H 1
  53. #define HAVE_UNISTD_H 1
  54. #define HAVE_WAITPID 1
  55. /* #undef HAVE_WINDOWS_H */
  56. #define LT_OBJDIR ".libs/"
  57. #define PACKAGE "ld"
  58. #define PACKAGE_BUGREPORT ""
  59. #define PACKAGE_NAME "ld"
  60. #define PACKAGE_STRING "ld 2.39"
  61. #define PACKAGE_TARNAME "ld"
  62. #define PACKAGE_URL ""
  63. #define PACKAGE_VERSION "2.39"
  64. #define SIZEOF_VOID_P 8
  65. #define STDC_HEADERS 1
  66. #define SUPPORT_ERROR_HANDLING_SCRIPT 1
  67. /* #undef USE_BINARY_FOPEN */
  68. #ifndef _ALL_SOURCE
  69. # define _ALL_SOURCE 1
  70. #endif
  71. #ifndef _GNU_SOURCE
  72. # define _GNU_SOURCE 1
  73. #endif
  74. #ifndef _POSIX_PTHREAD_SEMANTICS
  75. # define _POSIX_PTHREAD_SEMANTICS 1
  76. #endif
  77. #ifndef _TANDEM_SOURCE
  78. # define _TANDEM_SOURCE 1
  79. #endif
  80. #ifndef __EXTENSIONS__
  81. # define __EXTENSIONS__ 1
  82. #endif
  83. #define VERSION "2.39"
  84. /* #undef YYTEXT_POINTER */
  85. #ifndef _DARWIN_USE_64_BIT_INODE
  86. # define _DARWIN_USE_64_BIT_INODE 1
  87. #endif
  88. /* #undef _FILE_OFFSET_BITS */
  89. /* #undef _LARGE_FILES */
  90. /* #undef _MINIX */
  91. /* #undef _POSIX_1_SOURCE */
  92. /* #undef _POSIX_SOURCE */