config.h.meson 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /* ... */
  2. #mesondefine ASN1_ARRAY_TYPE
  3. /* Define to 1 if you have the <alloca.h> header file. */
  4. #mesondefine HAVE_ALLOCA_H
  5. /* Define to 1 if you have the <arpa/inet.h> header file. */
  6. #mesondefine HAVE_ARPA_INET_H
  7. /* Define to 1 if you have the <bsd/string.h> header file. */
  8. #mesondefine HAVE_BSD_STRING_H
  9. /* Define to 1 if the system has the type `clockid_t'. */
  10. #mesondefine HAVE_CLOCKID_T
  11. /* Define to 1 if you have the `clock_gettime' function. */
  12. #mesondefine HAVE_CLOCK_GETTIME
  13. /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
  14. you don't. */
  15. #mesondefine HAVE_DECL_CLOCK_MONOTONIC
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #mesondefine HAVE_DLFCN_H
  18. /* Define to 1 if you have the `getifaddrs' function. */
  19. #mesondefine HAVE_GETIFADDRS
  20. /* Define if you have the iconv() function and it works. */
  21. #mesondefine HAVE_ICONV
  22. /* Define to 1 if you have the <ifaddrs.h> header file. */
  23. #mesondefine HAVE_IFADDRS_H
  24. /* Define to 1 if you have the <inttypes.h> header file. */
  25. #mesondefine HAVE_INTTYPES_H
  26. /* Does this system have libbsd strl*** functions implementation */
  27. #mesondefine HAVE_LIBBSD
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #mesondefine HAVE_MEMORY_H
  30. /* Define to 1 if you have the `nl_langinfo' function. */
  31. #mesondefine HAVE_NL_LANGINFO
  32. /* Define to 1 if you have the `pipe' function. */
  33. #mesondefine HAVE_PIPE
  34. /* Define if you have POSIX threads libraries and header files. */
  35. #mesondefine HAVE_PTHREAD
  36. /* Have PTHREAD_PRIO_INHERIT. */
  37. #mesondefine HAVE_PTHREAD_PRIO_INHERIT
  38. /* Define to 1 if you have the <stdint.h> header file. */
  39. #mesondefine HAVE_STDINT_H
  40. /* Define to 1 if you have the <stdlib.h> header file. */
  41. #mesondefine HAVE_STDLIB_H
  42. /* Define to 1 if you have the <strings.h> header file. */
  43. #mesondefine HAVE_STRINGS_H
  44. /* Define to 1 if you have the <string.h> header file. */
  45. #mesondefine HAVE_STRING_H
  46. /* Define to 1 if you have the `strlcpy' function. */
  47. #mesondefine HAVE_STRLCPY
  48. /* Define to 1 if you have the `strndup' function. */
  49. #mesondefine HAVE_STRNDUP
  50. /* Define to 1 if the system has the type `struct timespec'. */
  51. #mesondefine HAVE_STRUCT_TIMESPEC
  52. /* Define to 1 if you have the <sys/queue.h> header file. */
  53. #mesondefine HAVE_SYS_QUEUE_H
  54. /* Define to 1 if you have the <sys/socket.h> header file. */
  55. #mesondefine HAVE_SYS_SOCKET_H
  56. /* Define to 1 if you have the <sys/stat.h> header file. */
  57. #mesondefine HAVE_SYS_STAT_H
  58. /* Define to 1 if you have the <sys/time.h> header file. */
  59. #mesondefine HAVE_SYS_TIME_H
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #mesondefine HAVE_SYS_TYPES_H
  62. /* libtasn1 has v 3.0 downcase types */
  63. #mesondefine HAVE_TASN1_3PLUS
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #mesondefine HAVE_UNISTD_H
  66. /* Define to 1 if you have the `_pipe' function. */
  67. #mesondefine HAVE__PIPE
  68. /* Define as const if the declaration of iconv() needs const. */
  69. #mesondefine ICONV_CONST
  70. /* Name of package */
  71. #mesondefine PACKAGE
  72. /* Define to the address where bug reports for this package should be sent. */
  73. #mesondefine PACKAGE_BUGREPORT
  74. /* Define to the full name of this package. */
  75. #mesondefine PACKAGE_NAME
  76. /* Define to the full name and version of this package. */
  77. #mesondefine PACKAGE_STRING
  78. /* Define to the one symbol short name of this package. */
  79. #mesondefine PACKAGE_TARNAME
  80. /* Define to the home page for this package. */
  81. #mesondefine PACKAGE_URL
  82. /* Define to the version of this package. */
  83. #mesondefine PACKAGE_VERSION
  84. /* Define to necessary symbol if this constant uses a non-standard name on
  85. your system. */
  86. #mesondefine PTHREAD_CREATE_JOINABLE
  87. /* Define to 1 if you have the ANSI C header files. */
  88. #mesondefine STDC_HEADERS
  89. /* Define to 1 for Unicode (Wide Chars) APIs. */
  90. #mesondefine UNICODE
  91. /* Path of the random number generation device */
  92. #mesondefine URANDOM
  93. /* Version number of package */
  94. #mesondefine VERSION
  95. /* Define to 64 for large files support. */
  96. #mesondefine _FILE_OFFSET_BITS
  97. /* Define to 2 to get glibc warnings. */
  98. #mesondefine _FORTIFY_SOURCE
  99. /* Extensions to ISO C89 from ISO C99. */
  100. #mesondefine _ISOC99_SOURCE
  101. /* IEEE Std 1003.1. */
  102. #mesondefine _POSIX_C_SOURCE
  103. /* IEEE Std 1003.1. */
  104. #mesondefine _POSIX_SOURCE
  105. /* TODO */
  106. #mesondefine _DEFAULT_SOURCE
  107. /* Define to 1 for Unicode (Wide Chars) APIs. */
  108. #mesondefine _UNICODE
  109. /* ... */
  110. #mesondefine asn1_static_node
  111. #include "compat.h"