Go to the documentation of this file.
17 #ifndef VCSN_CONFIG_SYSTEM_HH
18 # define VCSN_CONFIG_SYSTEM_HH
34 # ifdef HAVE_PRETTY_FUNCTION
35 # define PRETTY_FUNCTION() __PRETTY_FUNCTION__
37 # define PRETTY_FUNCTION() static_cast<const char*>(0)
40 # ifndef VCSN_INTERNAL_IGNORE_PCONF_HH
41 # include <vaucanson/config/pconf.hh>
46 # if (defined __GNUC__) && (__GNUC__ < 3)
47 # include <stl_config.h>
48 # undef __STL_BEGIN_RELOPS_NAMESPACE
49 # define __STL_BEGIN_RELOPS_NAMESPACE namespace rel_ops {
50 # undef __STL_END_RELOPS_NAMESPACE
51 # define __STL_END_RELOPS_NAMESPACE }
52 # define __STL_USE_NAMESPACES
57 # define VCSN_NDEBUG 1
62 # if (defined __GNUC__)
63 # define XUNUSED(X) X __attribute__ ((__unused__))
71 #endif // ! VCSN_CONFIG_SYSTEM_HH