/** ** Copyright (c) 2007-2010 Illumina, Inc. ** ** This software is covered by the "Illumina Genome Analyzer Software ** License Agreement" and the "Illumina Source Code License Agreement", ** and certain third party copyright/licenses, and any user of this ** source file is bound by the terms therein (see accompanying files ** Illumina_Genome_Analyzer_Software_License_Agreement.pdf and ** Illumina_Source_Code_License_Agreement.pdf and third party ** copyright/license notices). ** ** This file is part of the Consensus Assessment of Sequence And VAriation ** (CASAVA) software package. ** **/ /* c++/include/config.h.cmake. Manually edited */ /* c++/include/config.h.in. Generated from configure.ac by autoheader. */ /* Helper macros to get the version string */ /* const std::string version(EXPAND(VERSION)); */ #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) /* Pipeline install path prefix */ #cmakedefine CASAVA_PIPELINE_DIR @CASAVA_PIPELINE_DIR@ /* Endianness of the architecture */ #cmakedefine CASAVA_IS_BIG_ENDIAN 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the `floorf' function. */ #cmakedefine HAVE_FLOORF 1 /* Define to 1 if you have the `round' function. */ #cmakedefine HAVE_ROUND 1 /* Define to 1 if you have the `roundf' function. */ #cmakedefine HAVE_ROUNDF 1 /* Define to 1 if you have the `powf' function. */ #cmakedefine HAVE_POWF 1 /* Define to 1 if you have the `erf' function. */ #cmakedefine HAVE_ERF 1 /* Define to 1 if you have the `erff' function. */ #cmakedefine HAVE_ERFF 1 /* Define to 1 if you have the `erfc' function. */ #cmakedefine HAVE_ERFC 1 /* Define to 1 if you have the `erfcf' function. */ #cmakedefine HAVE_ERFCF 1 /* Define to 1 if you have the `zlib' library */ #cmakedefine HAVE_ZLIB 1 /* Define to 1 if you have the `bzip2' library */ #cmakedefine HAVE_BZIP2 1 #cmakedefine HAVE_BZLIB 1 /* Define to 1 if you have the `fftw3f' library */ #cmakedefine HAVE_FFTW3F 1 /* Define to 1 if you have the `cpgplot' library */ #cmakedefine HAVE_CPGPLOT 1 /* Define to 1 if you have the `pgplot' library */ #cmakedefine HAVE_PGPLOT 1 /* Define to 1 if you have the `X11' library */ #cmakedefine HAVE_X11 1 /* Define to 1 if you have the `g2c' library */ #cmakedefine HAVE_G2C 1 /* Define to 1 if you have the `boost_xxx_yyy' library (-lboost_xxx_yyy). */ #cmakedefine HAVE_LIBBOOST_DATE_TIME 1 #cmakedefine HAVE_LIBBOOST_FILESYSTEM 1 #cmakedefine HAVE_LIBBOOST_IOSTREAMS 1 #cmakedefine HAVE_LIBBOOST_PROGRAM_OPTIONS 1 #cmakedefine HAVE_LIBBOOST_PYTHON 1 #cmakedefine HAVE_LIBBOOST_REGEX 1 #cmakedefine HAVE_LIBBOOST_SERIALIZATION 1 #cmakedefine HAVE_LIBBOOST_SYSTEM 1 /* Define to 1 if you have the `cppunit' library (-lcppunit). */ #cmakedefine HAVE_CPPUNIT 1 /* Name of package */ #cmakedefine PACKAGE @PACKAGE@ /* Top level namespace */ #cmakedefine NAMESPACE @NAMESPACE@ /* Define to the address where bug reports for this package should be sent. */ /* #undef PACKAGE_BUGREPORT casava_bugs@illumina.com */ /* Define to the full name of this package. */ #cmakedefine PACKAGE_NAME @PACKAGE_NAME@ /* Define to the full name and version of this package. */ #cmakedefine PACKAGE_STRING @PACKAGE_STRING@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@ /* Version number of package */ #cmakedefine VERSION @VERSION@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const