7df6e18265341f87a69fba808aa1f92f8ebca841
markd
  Wed Apr 15 13:39:42 2026 -0700
move copy of htslib

diff --git src/htslib/config.h.in src/htslib/config.h.in
deleted file mode 100644
index 09b23ffce71..00000000000
--- src/htslib/config.h.in
+++ /dev/null
@@ -1,27 +0,0 @@
-/* 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