1 //  Copyright (c) 2007-2012 Hartmut Kaiser
2 //
3 //  Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 #if !defined(HPX_IOSTREAMS_EXPORT_DEFINITIONS_DEC_01_2011_0826AM)
7 #define HPX_IOSTREAMS_EXPORT_DEFINITIONS_DEC_01_2011_0826AM
8 
9 #include <hpx/config/export_definitions.hpp>
10 
11 #if defined(HPX_IOSTREAMS_MODULE_EXPORTS)
12 # define HPX_IOSTREAMS_EXPORT HPX_SYMBOL_EXPORT
13 #else
14 # define HPX_IOSTREAMS_EXPORT HPX_SYMBOL_IMPORT
15 #endif
16 
17 #endif
18 
19 
20