25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

138 lines
4.0 KiB

  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* If you use configure, this file provides #defines reflecting your
  4. configuration choices. If you have not run configure, suitable
  5. conservative defaults will be used.
  6. Autoheader adds a number of items to this template file that are not
  7. used by HTSlib: STDC_HEADERS and most HAVE_*_H header file defines
  8. are immaterial, as we assume standard ISO C headers and facilities;
  9. the PACKAGE_* defines are unused and are overridden by the more
  10. accurate PACKAGE_VERSION as computed by the Makefile. */
  11. /* Define if HTSlib should enable GCS support. */
  12. #define ENABLE_GCS 1
  13. /* Define if HTSlib should enable plugins. */
  14. /* #undef ENABLE_PLUGINS */
  15. /* Define if HTSlib should enable S3 support. */
  16. /* #undef ENABLE_S3 */
  17. /* Define if you have the Common Crypto library. */
  18. /* #undef HAVE_COMMONCRYPTO */
  19. /* Define to 1 if you have the `drand48' function. */
  20. #define HAVE_DRAND48 1
  21. /* Define if using an external libhtscodecs */
  22. /* #undef HAVE_EXTERNAL_LIBHTSCODECS */
  23. /* Define to 1 if you have the `fdatasync' function. */
  24. #define HAVE_FDATASYNC 1
  25. /* Define to 1 if you have the `fsync' function. */
  26. #define HAVE_FSYNC 1
  27. /* Define to 1 if you have the `getpagesize' function. */
  28. #define HAVE_GETPAGESIZE 1
  29. /* Define to 1 if you have the `gmtime_r' function. */
  30. #define HAVE_GMTIME_R 1
  31. /* Define if you have libcrypto-style HMAC(). */
  32. /* #undef HAVE_HMAC */
  33. /* Define to 1 if you have the <inttypes.h> header file. */
  34. #define HAVE_INTTYPES_H 1
  35. /* Define to 1 if you have the `bz2' library (-lbz2). */
  36. #define HAVE_LIBBZ2 1
  37. /* Define if libcurl file access is enabled. */
  38. #define HAVE_LIBCURL 1
  39. /* Define if libdeflate is available. */
  40. /* #undef HAVE_LIBDEFLATE */
  41. /* Define to 1 if you have the `lzma' library (-llzma). */
  42. #define HAVE_LIBLZMA 1
  43. /* Define to 1 if you have the `z' library (-lz). */
  44. #define HAVE_LIBZ 1
  45. /* Define to 1 if you have the <lzma.h> header file. */
  46. #define HAVE_LZMA_H 1
  47. /* Define to 1 if you have the <memory.h> header file. */
  48. #define HAVE_MEMORY_H 1
  49. /* Define to 1 if you have a working `mmap' system call. */
  50. #define HAVE_MMAP 1
  51. /* Define to 1 if you have the `srand48_deterministic' function. */
  52. /* #undef HAVE_SRAND48_DETERMINISTIC */
  53. /* Define to 1 if you have the <stdint.h> header file. */
  54. #define HAVE_STDINT_H 1
  55. /* Define to 1 if you have the <stdlib.h> header file. */
  56. #define HAVE_STDLIB_H 1
  57. /* Define to 1 if you have the <strings.h> header file. */
  58. #define HAVE_STRINGS_H 1
  59. /* Define to 1 if you have the <string.h> header file. */
  60. #define HAVE_STRING_H 1
  61. /* Define to 1 if you have the <sys/param.h> header file. */
  62. #define HAVE_SYS_PARAM_H 1
  63. /* Define to 1 if you have the <sys/stat.h> header file. */
  64. #define HAVE_SYS_STAT_H 1
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. #define HAVE_SYS_TYPES_H 1
  67. /* Define to 1 if you have the <unistd.h> header file. */
  68. #define HAVE_UNISTD_H 1
  69. /* Define to the address where bug reports for this package should be sent. */
  70. #define PACKAGE_BUGREPORT "samtools-help@lists.sourceforge.net"
  71. /* Define to the full name of this package. */
  72. #define PACKAGE_NAME "HTSlib"
  73. /* Define to the full name and version of this package. */
  74. #define PACKAGE_STRING "HTSlib 1.14"
  75. /* Define to the one symbol short name of this package. */
  76. #define PACKAGE_TARNAME "htslib"
  77. /* Define to the home page for this package. */
  78. #define PACKAGE_URL "http://www.htslib.org/"
  79. /* Define to the version of this package. */
  80. #define PACKAGE_VERSION "1.14"
  81. /* Platform-dependent plugin filename extension. */
  82. /* #undef PLUGIN_EXT */
  83. /* Define to 1 if you have the ANSI C header files. */
  84. #define STDC_HEADERS 1
  85. /* Enable large inode numbers on Mac OS X 10.5. */
  86. #ifndef _DARWIN_USE_64_BIT_INODE
  87. # define _DARWIN_USE_64_BIT_INODE 1
  88. #endif
  89. /* Number of bits in a file offset, on hosts where this is settable. */
  90. /* #undef _FILE_OFFSET_BITS */
  91. /* Define for large files, on AIX-style hosts. */
  92. /* #undef _LARGE_FILES */
  93. /* Needed for PTHREAD_MUTEX_RECURSIVE */
  94. /* #undef _XOPEN_SOURCE */