]> git.donarmstrong.com Git - samtools.git/blobdiff - razf.c
* Merge from branches/dev/
[samtools.git] / razf.c
diff --git a/razf.c b/razf.c
index 6611f0b9e5e95721d8b29510ec423213d86ae8f4..13d6589b0c2907858d5617786e52fbc177df432c 100644 (file)
--- a/razf.c
+++ b/razf.c
@@ -31,6 +31,8 @@
  * To compile razf.c, zlib-1.2.3(or greater) is required.
  */
 
+#ifndef _NO_RAZF
+
 #include <fcntl.h>
 #include <stdio.h>
 #include "razf.h"
@@ -645,3 +647,5 @@ void razf_close(RAZF *rz){
        close(rz->filedes);
        free(rz);
 }
+
+#endif