- Timestamp:
- Aug 1, 2013, 5:16:44 AM (9 years ago)
- Location:
- trunk/yat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/config_bam.h
r2990 r3068 34 34 #include "yat/utility/config_public.h" 35 35 36 #ifdef HAVE_BAM_H36 #ifdef YAT_HAVE_BAM_H 37 37 # define YAT_BAM_HEADER "bam.h" 38 38 # define YAT_SAM_HEADER "sam.h" 39 39 #else 40 # ifdef HAVE_BAM_BAM_H40 # ifdef YAT_HAVE_BAM_BAM_H 41 41 # define YAT_BAM_HEADER "bam/bam.h" 42 42 # define YAT_SAM_HEADER "bam/sam.h" 43 43 # else 44 # ifdef HAVE_SAMTOOLS_BAM_H44 # ifdef YAT_HAVE_SAMTOOLS_BAM_H 45 45 # define YAT_BAM_HEADER "samtools/bam.h" 46 46 # define YAT_SAM_HEADER "samtools/sam.h" -
trunk/yat/utility/config_public.h.in
r3045 r3068 29 29 30 30 /// Define to 1 if you have the <bam/bam.h> header file. 31 #undef HAVE_BAM_BAM_H31 #undef YAT_HAVE_BAM_BAM_H 32 32 33 33 /// Define to 1 if you have the <bam.h> header file. 34 #undef HAVE_BAM_H34 #undef YAT_HAVE_BAM_H 35 35 36 36 /// Define to 1 if you have the <samtools/bam.h> header file. 37 #undef HAVE_SAMTOOLS_BAM_H37 #undef YAT_HAVE_SAMTOOLS_BAM_H 38 38 39 39 /// Define if compiler supports deprecated attribute, as in g++ 4.0
Note: See TracChangeset
for help on using the changeset viewer.