forked from samtools/htslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
27 lines (19 loc) · 867 Bytes
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* config.h.in -- template for config.h. If you use configure, this file
provides #defines reflecting your configuration choices. If you don't
run configure, suitable conservative defaults will be used.
This template file can be updated with autoheader, but do so carefully
as autoheader adds #defines such as PACKAGE_* that we don't want. */
/* Define if HTSlib should enable plugins. */
#undef ENABLE_PLUGINS
/* Define if you have the Common Crypto library. */
#undef HAVE_COMMONCRYPTO
/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R
/* Define if you have libcrypto-style HMAC(). */
#undef HAVE_HMAC
/* Define to 1 if iRODS file access is enabled. */
#undef HAVE_IRODS
/* Define if libcurl file access is enabled. */
#undef HAVE_LIBCURL
/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP