Added ABI prefix and suffix headers, plus automatic linking code from boost.regex to boost.config.

[SVN r19545]
This commit is contained in:
John Maddock
2003-08-12 11:21:26 +00:00
parent 71e9fe5101
commit f64e7067c9
8 changed files with 304 additions and 0 deletions

View File

@@ -97,6 +97,15 @@
//
#define BOOST_HAS_DIRENT_H
//
// ABI fixing headers:
//
#ifndef BOOST_ABI_PREFIX
# define BOOST_ABI_PREFIX "boost/config/abi/borland_prefix.hpp"
#endif
#ifndef BOOST_ABI_SUFFIX
# define BOOST_ABI_SUFFIX "boost/config/abi/borland_suffix.hpp"
#endif
//
// Disable Win32 support in ANSI mode:
//
#pragma defineonoption BOOST_DISABLE_WIN32 -A