Home | History | Annotate | Download | only in configuration
      1 /*
      2  * Copyright 2014 Google Inc. All rights reserved.
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *     http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  * See the License for the specific language governing permissions and
     14  * limitations under the License.
     15  */
     16 
     17 #ifndef FRUIT_CONFIG_BASE_H
     18 #define FRUIT_CONFIG_BASE_H
     19 
     20 #cmakedefine FRUIT_HAS_CLANG_ARBITRARY_OVERLOAD_RESOLUTION_BUG 1
     21 #cmakedefine FRUIT_HAS_HAS_TRIVIAL_COPY 1
     22 #cmakedefine FRUIT_HAS_IS_TRIVIALLY_COPYABLE 1
     23 #cmakedefine FRUIT_HAS_MAX_ALIGN_T 1
     24 #cmakedefine FRUIT_HAS_STD_IS_TRIVIALLY_COPYABLE 1
     25 #cmakedefine FRUIT_HAS_STD_IS_TRIVIALLY_COPY_CONSTRUCTIBLE 1
     26 #cmakedefine FRUIT_HAS_STD_MAX_ALIGN_T 1
     27 #cmakedefine FRUIT_HAS_TYPEID 1
     28 #cmakedefine FRUIT_HAS_CONSTEXPR_TYPEID 1
     29 #cmakedefine FRUIT_HAS_CXA_DEMANGLE 1
     30 #cmakedefine FRUIT_USES_BOOST 1
     31 #cmakedefine FRUIT_HAS_ALWAYS_INLINE_ATTRIBUTE 1
     32 #cmakedefine FRUIT_HAS_FORCEINLINE 1
     33 #cmakedefine FRUIT_HAS_ATTRIBUTE_DEPRECATED 1
     34 #cmakedefine FRUIT_HAS_GCC_ATTRIBUTE_DEPRECATED 1
     35 #cmakedefine FRUIT_HAS_DECLSPEC_DEPRECATED 1
     36 #cmakedefine FRUIT_HAS_MSVC_ASSUME 1
     37 #cmakedefine FRUIT_HAS_BUILTIN_UNREACHABLE 1
     38 
     39 #endif // FRUIT_CONFIG_BASE_H
     40