00001 #ifndef s11n_plugin_CONFIG_HPP_INCLUDED
00002 #define s11n_plugin_CONFIG_HPP_INCLUDED 1
00003
00004
00005
00006
00007
00008
00009 #if defined(WIN32)
00010 # define s11n_CONFIG_PLUGINS_PATH std::string("C:\\s11n.net\\lib\\plugins")
00011 # define s11n_CONFIG_HAVE_LIBLTDL 0
00012 # define s11n_CONFIG_HAVE_LIBDL 0
00013 # define s11n_CONFIG_DLL_EXTENSION std::string(".dll")
00014 # define s11n_CONFIG_DEFAULT_BINS_PATH std::string("")
00015 #else
00016 # define s11n_CONFIG_PLUGINS_PATH std::string(".:/usr/share/s11n/plugins:/usr/lib/s11n")
00017 # define s11n_CONFIG_HAVE_LIBLTDL 0
00018 # define s11n_CONFIG_HAVE_LIBDL 1
00019 # define s11n_CONFIG_DLL_EXTENSION std::string(".so:.dynlib")
00020 # define s11n_CONFIG_DEFAULT_BINS_PATH std::string("/bin:/usr/bin:/usr/local/bin")
00021 #endif
00022
00023 #endif // s11n_plugin_CONFIG_HPP_INCLUDED