diff options
Diffstat (limited to 'odb/tracer/details/config.hxx')
-rw-r--r-- | odb/tracer/details/config.hxx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/odb/tracer/details/config.hxx b/odb/tracer/details/config.hxx new file mode 100644 index 0000000..d8e15b6 --- /dev/null +++ b/odb/tracer/details/config.hxx @@ -0,0 +1,23 @@ +// file : odb/tracer/details/config.hxx +// author : Boris Kolpackov <boris@codesynthesis.com> +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_TRACER_DETAILS_CONFIG_HXX +#define ODB_TRACER_DETAILS_CONFIG_HXX + +// no pre + +#ifdef HAVE_CONFIG_H +# include <odb/tracer/details/config.h> +#endif + +#ifndef LIBODB_TRACER_INCLUDE_SHORT + #ifdef _WIN32 + #define LIBODB_TRACER_INCLUDE_SHORT 1 + #endif +#endif + +// no post + +#endif // ODB_TRACER_DETAILS_CONFIG_HXX |