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


  1. /* #undef ENABLE_NLS */
  2. #define HAVE_ARPA_INET_H 1
  3. /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
  4. /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
  5. /* #undef HAVE_DCGETTEXT */
  6. #define HAVE_FMEMOPEN 1
  7. #define HAVE_FNMATCH_H 1
  8. #define HAVE_FSEEKO 1
  9. #define HAVE_FSEEKO64 1
  10. /* #undef HAVE_GAI_IDN */
  11. #define HAVE_GETPASS 1
  12. /* #undef HAVE_GETTEXT */
  13. /* #undef HAVE_ICONV */
  14. #define HAVE_INTTYPES_H 1
  15. /* #undef HAVE_LIBGNUTLS */
  16. /* #undef HAVE_LIBGSASL */
  17. /* #undef HAVE_LIBIDN */
  18. #define HAVE_LIBRESOLV 1
  19. /* #undef HAVE_LIBSECRET */
  20. /* #undef HAVE_LIBSSL */
  21. #define HAVE_LIBTLS 1
  22. #define HAVE_LINK 1
  23. /* #undef HAVE_MACOSXKEYRING */
  24. /* #undef HAVE_MINIX_CONFIG_H */
  25. #define HAVE_NETDB_H 1
  26. #define HAVE_NETINET_IN_H 1
  27. #define HAVE_SIGNAL 1
  28. #define HAVE_STDINT_H 1
  29. #define HAVE_STDIO_H 1
  30. #define HAVE_STDLIB_H 1
  31. #define HAVE_STRINGS_H 1
  32. #define HAVE_STRING_H 1
  33. #define HAVE_STRNDUP 1
  34. #define HAVE_SYSEXITS_H 1
  35. #define HAVE_SYSLOG 1
  36. #define HAVE_SYS_SELECT_H 1
  37. #define HAVE_SYS_SOCKET_H 1
  38. #define HAVE_SYS_STAT_H 1
  39. #define HAVE_SYS_TYPES_H 1
  40. #define HAVE_SYS_WAIT_H 1
  41. #define HAVE_TLS 1
  42. #define HAVE_UNISTD_H 1
  43. #define HAVE_VASPRINTF 1
  44. #define HAVE_WCHAR_H 1
  45. #define PACKAGE "msmtp"
  46. #define PACKAGE_BUGREPORT "marlam@marlam.de"
  47. #define PACKAGE_NAME "msmtp"
  48. #define PACKAGE_STRING "msmtp 1.8.22"
  49. #define PACKAGE_TARNAME "msmtp"
  50. #define PACKAGE_URL "https://marlam.de/msmtp"
  51. #define PACKAGE_VERSION "1.8.22"
  52. #define PLATFORM "x86_64-pc-linux-musl"
  53. #define STDC_HEADERS 1
  54. #ifndef _ALL_SOURCE
  55. # define _ALL_SOURCE 1
  56. #endif
  57. #ifndef _DARWIN_C_SOURCE
  58. # define _DARWIN_C_SOURCE 1
  59. #endif
  60. #ifndef __EXTENSIONS__
  61. # define __EXTENSIONS__ 1
  62. #endif
  63. #ifndef _GNU_SOURCE
  64. # define _GNU_SOURCE 1
  65. #endif
  66. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  67. # define _HPUX_ALT_XOPEN_SOCKET_API 1
  68. #endif
  69. #ifndef _MINIX
  70. /* # undef _MINIX */
  71. #endif
  72. #ifndef _NETBSD_SOURCE
  73. # define _NETBSD_SOURCE 1
  74. #endif
  75. #ifndef _OPENBSD_SOURCE
  76. # define _OPENBSD_SOURCE 1
  77. #endif
  78. #ifndef _POSIX_SOURCE
  79. /* # undef _POSIX_SOURCE */
  80. #endif
  81. #ifndef _POSIX_1_SOURCE
  82. /* # undef _POSIX_1_SOURCE */
  83. #endif
  84. #ifndef _POSIX_PTHREAD_SEMANTICS
  85. # define _POSIX_PTHREAD_SEMANTICS 1
  86. #endif
  87. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  88. # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  89. #endif
  90. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  91. # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  92. #endif
  93. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  94. # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  95. #endif
  96. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  97. # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  98. #endif
  99. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  100. # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  101. #endif
  102. #ifndef __STDC_WANT_LIB_EXT2__
  103. # define __STDC_WANT_LIB_EXT2__ 1
  104. #endif
  105. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  106. # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  107. #endif
  108. #ifndef _TANDEM_SOURCE
  109. # define _TANDEM_SOURCE 1
  110. #endif
  111. #ifndef _XOPEN_SOURCE
  112. /* # undef _XOPEN_SOURCE */
  113. #endif
  114. #define VERSION "1.8.22"
  115. #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
  116. #define W32_NATIVE 1
  117. #endif
  118. /* #undef _FILE_OFFSET_BITS */
  119. /* #undef _LARGE_FILES */