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


  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 ENABLE_CHECKING */
  6. /* #undef ENABLE_NLS */
  7. #define HAVE_DECL_BASENAME 1
  8. #define HAVE_DECL_STPCPY 1
  9. #define HAVE_DLFCN_H 1
  10. #define HAVE_INTTYPES_H 1
  11. #define HAVE_MEMORY_H 1
  12. #define HAVE_SIGSETJMP 1
  13. #define HAVE_STDINT_H 1
  14. #define HAVE_STDLIB_H 1
  15. #define HAVE_STRINGS_H 1
  16. #define HAVE_STRING_H 1
  17. #define HAVE_SYS_STAT_H 1
  18. #define HAVE_SYS_TYPES_H 1
  19. #define HAVE_UNISTD_H 1
  20. #define LT_OBJDIR ".libs/"
  21. #define PACKAGE "opcodes"
  22. #define PACKAGE_BUGREPORT ""
  23. #define PACKAGE_NAME "opcodes"
  24. #define PACKAGE_STRING "opcodes 2.39"
  25. #define PACKAGE_TARNAME "opcodes"
  26. #define PACKAGE_URL ""
  27. #define PACKAGE_VERSION "2.39"
  28. #define SIZEOF_VOID_P 8
  29. #define STDC_HEADERS 1
  30. #ifndef _ALL_SOURCE
  31. # define _ALL_SOURCE 1
  32. #endif
  33. #ifndef _GNU_SOURCE
  34. # define _GNU_SOURCE 1
  35. #endif
  36. #ifndef _POSIX_PTHREAD_SEMANTICS
  37. # define _POSIX_PTHREAD_SEMANTICS 1
  38. #endif
  39. #ifndef _TANDEM_SOURCE
  40. # define _TANDEM_SOURCE 1
  41. #endif
  42. #ifndef __EXTENSIONS__
  43. # define __EXTENSIONS__ 1
  44. #endif
  45. #define VERSION "2.39"
  46. /* #undef _MINIX */
  47. /* #undef _POSIX_1_SOURCE */
  48. /* #undef _POSIX_SOURCE */