/* sigc++/config/sigc++config.h.  Generated automatically by configure.  */
/* sigc++/config/sigc++config.h.in.  Generated automatically from configure.in by autoheader.  */
#ifndef _SIGC_CONFIG_H_
#define _SIGC_CONFIG_H_

#if 0

/* Name of package */
#define PACKAGE "libsigc++"

/* Version number of package */
#define VERSION "0.8.4"

#define PACKAGE "libsigc++"

#endif

//define only for Microsoft VC++
//#define LIBSIGC_WIN32
#define SIGC_RISCOS

#define SIGC_MAJOR_VERSION 0
#define SIGC_MINOR_VERSION 8
#define SIGC_MICRO_VERSION 4

#define SIGC_CXX_NAMESPACES 1
#define SIGC_CXX_PARTIAL_SPEC 1
#define SIGC_CXX_MEMBER_FUNC_TEMPLATES 1
#define SIGC_CXX_MEMBER_CLASS_TEMPLATES 1
#define SIGC_CXX_MUTABLE 1
#define SIGC_CXX_FRIEND_TEMPLATES 1
/* #undef SIGC_CXX_TEMPLATE_CCTOR */
#define SIGC_CXX_INT_CTOR 1
#define SIGC_CXX_VOID_RETURN 1
#define SIGC_CXX_SPECIALIZE_REFERENCES 1

#undef SIGC_PTHREADS
/* #undef SIGC_PTHREAD_DCE */

#ifdef LIBSIGC_WIN32
#ifdef LIBSIGC_EXPORTS
#define LIBSIGC_API __declspec(dllexport)
#define LIBSIGC_TMPL 
#else
#define LIBSIGC_API __declspec(dllimport)
#define LIBSIGC_TMPL extern 
#endif
#else
#define LIBSIGC_API
#endif

#endif /* _SIGC_CONFIG_H_ */
