-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing configure scripts to MANIFEST.in
- Loading branch information
1 parent
843f2ce
commit 71f5b4b
Showing
4 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* config.h. Generated from config.h.in by configure. */ | ||
/* 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. */ | ||
#define ENABLE_PLUGINS 1 | ||
|
||
/* Define if you have the Common Crypto library. */ | ||
/* #undef HAVE_COMMONCRYPTO */ | ||
|
||
/* Define to 1 if you have the `gmtime_r' function. */ | ||
#define HAVE_GMTIME_R 1 | ||
|
||
/* Define if you have libcrypto-style HMAC(). */ | ||
#define HAVE_HMAC 1 | ||
|
||
/* Define to 1 if iRODS file access is enabled. */ | ||
/* #undef HAVE_IRODS */ | ||
|
||
/* Define if libcurl file access is enabled. */ | ||
#define HAVE_LIBCURL 1 | ||
|
||
/* Define to 1 if you have a working `mmap' system call. */ | ||
#define HAVE_MMAP 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters