Files
uLib/CMakeConfig.in.h
Andrea Rigoni 99e771a223 [uLib Geometry]
non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
2014-11-03 10:27:52 +00:00

129 lines
3.5 KiB
C

/* config.h.in. Generated from configure.ac by autoheader. */
#ifndef HAVE_CONFIG_H
#define HAVE_CONFIG_H
/* Compiler must have variadic macros */
//#cmakedefine BOOST_PP_VARIADICS
/* Define to 1 if you have the <assert.h> header file. */
#cmakedefine HAVE_ASSERT_H
/* Defined if the requested minimum BOOST version is satisfied */
#cmakedefine HAVE_BOOST
/* Define to 1 if you have <boost/archive/text_oarchive.hpp> */
#cmakedefine HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP
/* Define to 1 if you have <boost/array.hpp> */
#cmakedefine HAVE_BOOST_ARRAY_HPP
/* Define to 1 if you have <boost/program_options.hpp> */
#cmakedefine HAVE_BOOST_PROGRAM_OPTIONS_HPP
/* Define to 1 if you have <boost/signal.hpp> */
#cmakedefine HAVE_BOOST_SIGNAL_HPP
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H
/* Define to 1 if you have the `fesetround' function. */
#cmakedefine HAVE_FESETROUND
/* Define to 1 if you have the `floor' function. */
#cmakedefine HAVE_FLOOR
/* Having Geant4 installed */
#cmakedefine HAVE_GEANT4
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H
/* Define if you have libreadline */
#cmakedefine HAVE_LIBREADLINE
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#cmakedefine HAVE_MALLOC
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H
/* Define to 1 if you have the `pow' function. */
#cmakedefine HAVE_POW
/* Having root installed */
#cmakedefine HAVE_ROOT
/* Define to 1 if you have the `sqrt' function. */
#cmakedefine HAVE_SQRT
/* Define to 1 if stdbool.h conforms to C99. */
#cmakedefine HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H
/* Define to 1 if you have the `strdup' function. */
#cmakedefine HAVE_STRDUP
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H
/* Define to 1 if you have the `strstr' function. */
#cmakedefine HAVE_STRSTR
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H
/* Define to 1 if the system has the type `_Bool'. */
#cmakedefine HAVE__BOOL
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#cmakedefine LT_OBJDIR
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME
/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL "@PACKAGE_URL@"
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS
/* SVN revision number */
#cmakedefine SVN_REVISION "@SVN_REVISION@"
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
#endif // HAVE_CONFIG_H