yat  0.21pre
config_public.h
Go to the documentation of this file.
1 /* yat/utility/config_public.h. Generated from config_public.h.in by configure. */
2 #ifndef _theplu_yat_utility_config_public_
3 #define _theplu_yat_utility_config_public_
4 
5 // $Id: config_public.h.in 4104 2021-09-22 21:01:26Z peter $
6 
7 /*
8  Copyright (C) 2008 Jari Häkkinen, Peter Johansson
9  Copyright (C) 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021 Peter Johansson
10 
11  This file is part of the yat library, http://dev.thep.lu.se/yat
12 
13  The yat library is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License as
15  published by the Free Software Foundation; either version 3 of the
16  License, or (at your option) any later version.
17 
18  The yat library is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21  General Public License for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with yat. If not, see <http://www.gnu.org/licenses/>.
25 */
26 
30 
31 
33 #define YAT_HAVE_HTSLIB 1
34 
36 #define YAT_HAVE_HTSLIB_HTS_H 1
37 
39 #ifdef YAT_HAVE_HTSLIB
40 #define YAT_HAVE_LIBBAM YAT_HAVE_HTSLIB
41 #endif
42 
44 #define YAT_HAVE_GCC_DEPRECATED 1
45 
47 #define YAT_HAVE_BOOST_CONCEPT_WITH_CONSTRUCTOR 1
48 
50 /* #undef YAT_HAVE_FUNC_STRING_CONTAINS */
51 
53 /* #undef YAT_HAVE_FUNC_STRING_ENDS_WITH */
54 
56 /* #undef YAT_HAVE_FUNC_STRING_STARTS_WITH */
57 
58 // macros below are always #defined, and only kept for backward
59 // compatibility with yat 0.17
60 
62 #define YAT_HAVE_RVALUE 1
63 #define YAT_HAVE_ATOMIC 1
65 #define YAT_HAVE_LOG2 1
67 #define YAT_HAVE_THROW_IF_NESTED 1
69 
71 /* #undef YAT_HAVE_WORKING_BOOST_EXCEPTION_PTR */
72 
74 #define YAT_HAVE_BOOST_ITERATOR_FACADE_PROXY_PTR 1
75 
77 #define YAT_VERSION "0.21pre"
78 #define YAT_MAJOR_VERSION 0
80 #define YAT_MINOR_VERSION 21
82 #define YAT_PATCH_VERSION 0
84 #define YAT_DEV_BUILD true
86 
87 #endif

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14