1[/ 2 Boost.Config 3 4 Copyright (c) 2001 Beman Dawes 5 Copyright (c) 2001 Vesa Karvonen 6 Copyright (c) 2001 John Maddock 7 8 Distributed under the Boost Software License, Version 1.0. 9 (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11] 12 13[section Acknowledgements] 14 15Beman Dawes provided the original `config.hpp` and part of this document. 16 17Vesa Karvonen provided a description of the principles (see 18[link boost_config.rationale rationale]) and put together an early version of 19the current configuration setup. 20 21John Maddock put together the configuration current code, the test 22programs, the configuration script and the reference section of this 23document. 24 25Matias Capeletto converted the docs to quickbook format. 26 27Numerous boost members, past and present, have contributed fixes to boost's 28configuration. 29 30[endsect] 31 32 33