Blame config.h.in

Packit f47435
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit f47435
Packit f47435
/* define if the Boost library is available */
Packit f47435
#undef HAVE_BOOST
Packit f47435
Packit f47435
/* define if the Boost::System library is available */
Packit f47435
#undef HAVE_BOOST_SYSTEM
Packit f47435
Packit f47435
/* define if the Boost::Timer library is available */
Packit f47435
#undef HAVE_BOOST_TIMER
Packit f47435
Packit f47435
/* define if the compiler supports basic C++11 syntax */
Packit f47435
#undef HAVE_CXX11
Packit f47435
Packit f47435
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit f47435
#undef HAVE_DLFCN_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <inttypes.h> header file. */
Packit f47435
#undef HAVE_INTTYPES_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <memory.h> header file. */
Packit f47435
#undef HAVE_MEMORY_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <stdint.h> header file. */
Packit f47435
#undef HAVE_STDINT_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <stdlib.h> header file. */
Packit f47435
#undef HAVE_STDLIB_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <strings.h> header file. */
Packit f47435
#undef HAVE_STRINGS_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <string.h> header file. */
Packit f47435
#undef HAVE_STRING_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit f47435
#undef HAVE_SYS_STAT_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <sys/types.h> header file. */
Packit f47435
#undef HAVE_SYS_TYPES_H
Packit f47435
Packit f47435
/* Define to 1 if you have the <unistd.h> header file. */
Packit f47435
#undef HAVE_UNISTD_H
Packit f47435
Packit f47435
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit f47435
#undef LT_OBJDIR
Packit f47435
Packit f47435
/* Define to the address where bug reports for this package should be sent. */
Packit f47435
#undef PACKAGE_BUGREPORT
Packit f47435
Packit f47435
/* Define to the full name of this package. */
Packit f47435
#undef PACKAGE_NAME
Packit f47435
Packit f47435
/* Define to the full name and version of this package. */
Packit f47435
#undef PACKAGE_STRING
Packit f47435
Packit f47435
/* Define to the one symbol short name of this package. */
Packit f47435
#undef PACKAGE_TARNAME
Packit f47435
Packit f47435
/* Define to the home page for this package. */
Packit f47435
#undef PACKAGE_URL
Packit f47435
Packit f47435
/* Define to the version of this package. */
Packit f47435
#undef PACKAGE_VERSION
Packit f47435
Packit f47435
/* Define to omit deprecated API from the library. */
Packit f47435
#undef SIGCXX_DISABLE_DEPRECATED
Packit f47435
Packit f47435
/* Major version number of sigc++. */
Packit f47435
#undef SIGCXX_MAJOR_VERSION
Packit f47435
Packit f47435
/* Micro version number of sigc++. */
Packit f47435
#undef SIGCXX_MICRO_VERSION
Packit f47435
Packit f47435
/* Minor version number of sigc++. */
Packit f47435
#undef SIGCXX_MINOR_VERSION
Packit f47435
Packit f47435
/* does the C++ compiler support the use of a particular specialization when
Packit f47435
   calling operator() template methods. */
Packit f47435
#undef SIGC_GCC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
Packit f47435
Packit f47435
/* Define if the non-standard Sun reverse_iterator must be used. */
Packit f47435
#undef SIGC_HAVE_SUN_REVERSE_ITERATOR
Packit f47435
Packit f47435
/* does the C++ compiler support the use of a particular specialization when
Packit f47435
   calling operator() template methods omitting the template keyword. */
Packit f47435
#undef SIGC_MSVC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
Packit f47435
Packit f47435
/* does the C++ preprocessor support pragma push_macro() and pop_macro(). */
Packit f47435
#undef SIGC_PRAGMA_PUSH_POP_MACRO
Packit f47435
Packit f47435
/* Define to 1 if you have the ANSI C header files. */
Packit f47435
#undef STDC_HEADERS