mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Add broad scope feature checks.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||||
# This file was automatically generated on Sun Jul 26 20:34:45 2020
|
# This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
# by libs/config/tools/generate.cpp
|
# by libs/config/tools/generate.cpp
|
||||||
# Copyright John Maddock.
|
# Copyright John Maddock.
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
@ -64,6 +64,8 @@ obj cv_specializations : test_case.cpp : <define>TEST_BOOST_NO_CV_SPECIALIZATION
|
|||||||
obj cv_void_specializations : test_case.cpp : <define>TEST_BOOST_NO_CV_VOID_SPECIALIZATIONS ;
|
obj cv_void_specializations : test_case.cpp : <define>TEST_BOOST_NO_CV_VOID_SPECIALIZATIONS ;
|
||||||
obj cwchar : test_case.cpp : <define>TEST_BOOST_NO_CWCHAR ;
|
obj cwchar : test_case.cpp : <define>TEST_BOOST_NO_CWCHAR ;
|
||||||
obj cwctype : test_case.cpp : <define>TEST_BOOST_NO_CWCTYPE ;
|
obj cwctype : test_case.cpp : <define>TEST_BOOST_NO_CWCTYPE ;
|
||||||
|
obj cxx03 : test_case.cpp : <define>TEST_BOOST_NO_CXX03 ;
|
||||||
|
obj cxx11 : test_case.cpp : <define>TEST_BOOST_NO_CXX11 ;
|
||||||
obj cxx11_addressof : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ADDRESSOF ;
|
obj cxx11_addressof : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ADDRESSOF ;
|
||||||
obj cxx11_alignas : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ALIGNAS ;
|
obj cxx11_alignas : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ALIGNAS ;
|
||||||
obj cxx11_allocator : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ALLOCATOR ;
|
obj cxx11_allocator : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ALLOCATOR ;
|
||||||
@ -103,6 +105,7 @@ obj cxx11_thread_local : test_case.cpp : <define>TEST_BOOST_NO_CXX11_THREAD_LOCA
|
|||||||
obj cxx11_trailing_result_types : test_case.cpp : <define>TEST_BOOST_NO_CXX11_TRAILING_RESULT_TYPES ;
|
obj cxx11_trailing_result_types : test_case.cpp : <define>TEST_BOOST_NO_CXX11_TRAILING_RESULT_TYPES ;
|
||||||
obj cxx11_unrestricted_union : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNRESTRICTED_UNION ;
|
obj cxx11_unrestricted_union : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNRESTRICTED_UNION ;
|
||||||
obj cxx11_user_defined_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_USER_DEFINED_LITERALS ;
|
obj cxx11_user_defined_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_USER_DEFINED_LITERALS ;
|
||||||
|
obj cxx14 : test_case.cpp : <define>TEST_BOOST_NO_CXX14 ;
|
||||||
obj cxx14_binary_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX14_BINARY_LITERALS ;
|
obj cxx14_binary_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX14_BINARY_LITERALS ;
|
||||||
obj cxx14_constexpr : test_case.cpp : <define>TEST_BOOST_NO_CXX14_CONSTEXPR ;
|
obj cxx14_constexpr : test_case.cpp : <define>TEST_BOOST_NO_CXX14_CONSTEXPR ;
|
||||||
obj cxx14_decltype_auto : test_case.cpp : <define>TEST_BOOST_NO_CXX14_DECLTYPE_AUTO ;
|
obj cxx14_decltype_auto : test_case.cpp : <define>TEST_BOOST_NO_CXX14_DECLTYPE_AUTO ;
|
||||||
@ -114,6 +117,7 @@ obj cxx14_aggregate_nsdmi : test_case.cpp : <define>TEST_BOOST_NO_CXX14_AGGREGAT
|
|||||||
obj cxx14_return_type_deduction : test_case.cpp : <define>TEST_BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION ;
|
obj cxx14_return_type_deduction : test_case.cpp : <define>TEST_BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION ;
|
||||||
obj cxx14_std_exchange : test_case.cpp : <define>TEST_BOOST_NO_CXX14_STD_EXCHANGE ;
|
obj cxx14_std_exchange : test_case.cpp : <define>TEST_BOOST_NO_CXX14_STD_EXCHANGE ;
|
||||||
obj cxx14_variable_templates : test_case.cpp : <define>TEST_BOOST_NO_CXX14_VARIABLE_TEMPLATES ;
|
obj cxx14_variable_templates : test_case.cpp : <define>TEST_BOOST_NO_CXX14_VARIABLE_TEMPLATES ;
|
||||||
|
obj cxx17 : test_case.cpp : <define>TEST_BOOST_NO_CXX17 ;
|
||||||
obj cxx17_fold_expressions : test_case.cpp : <define>TEST_BOOST_NO_CXX17_FOLD_EXPRESSIONS ;
|
obj cxx17_fold_expressions : test_case.cpp : <define>TEST_BOOST_NO_CXX17_FOLD_EXPRESSIONS ;
|
||||||
obj cxx17_hdr_any : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_ANY ;
|
obj cxx17_hdr_any : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_ANY ;
|
||||||
obj cxx17_hdr_charconv : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_CHARCONV ;
|
obj cxx17_hdr_charconv : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_CHARCONV ;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:03 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Sun Jul 26 20:34:45 2020
|
// This file was automatically generated on Wed Mar 3 12:23:02 2021
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user