]> git.lyx.org Git - lyx.git/blob - boost/boost/regex/user.hpp
Boost version 1.30.0
[lyx.git] / boost / boost / regex / user.hpp
1 /*
2  *
3  * Copyright (c) 1998-2002
4  * Dr John Maddock
5  *
6  * Permission to use, copy, modify, distribute and sell this software
7  * and its documentation for any purpose is hereby granted without fee,
8  * provided that the above copyright notice appear in all copies and
9  * that both that copyright notice and this permission notice appear
10  * in supporting documentation.  Dr John Maddock makes no representations
11  * about the suitability of this software for any purpose.  
12  * It is provided "as is" without express or implied warranty.
13  *
14  */
15  
16  /*
17   *   LOCATION:    see http://www.boost.org for most recent version.
18   *   FILE         user.hpp
19   *   VERSION      see <boost/version.hpp>
20   *   DESCRIPTION: User settable options.
21   */
22
23 // define if you want the regex library to use the C locale
24 // even on Win32:
25 // #define BOOST_REGEX_USE_C_LOCALE
26
27 // define this is you want the regex library to use the C++
28 // locale:
29 // #define BOOST_REGEX_USE_CPP_LOCALE
30
31 // define this if you want to statically link to regex,
32 // even when the runtime is a dll (Probably Win32 specific):
33 // #define BOOST_REGEX_STATIC_LINK
34
35 // define this if you don't want the lib to automatically
36 // select its link libraries:
37 // #define BOOST_REGEX_NO_LIB
38
39 // define this if templates with switch statements cause problems:
40 // #define BOOST_REGEX_NO_TEMPLATE_SWITCH_MERGE
41  
42 // define this to disable Win32 support when available:
43 // #define BOOST_REGEX_NO_W32
44
45 // define this if bool is not a real type:
46 // #define BOOST_REGEX_NO_BOOL
47
48 // define this if no template instances are to be placed in
49 // the library rather than users object files:
50 // #define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
51
52 // define this if the forward declarations in regex_fwd.hpp
53 // cause more problems than they are worth:
54 // #define BOOST_REGEX_NO_FWD
55
56
57