70 lines
1.8 KiB
C
70 lines
1.8 KiB
C
// config.h
|
|
|
|
#define PACKAGE_VERSION "1.7.6"
|
|
#define ROOT_VERSION_USED "6.26/06"
|
|
#define BUILD_TYPE "Release"
|
|
|
|
// define to 1 if minor ROOT6 version is >= 24
|
|
#define ROOT_GRTEQ_24 1
|
|
|
|
// define to 1 if you have <alloca.h> and it should be used
|
|
#define HAVE_ALLOCA_H 1
|
|
|
|
// Define to 1 if you have the <dlfcn.h> header file.
|
|
#define HAVE_DLFCN_H 1
|
|
|
|
// Define to 1 if you have the `erf' function.
|
|
#define HAVE_ERF 1
|
|
|
|
// Define to 1 if you have the `getloadavg' function.
|
|
#define HAVE_GETLOADAVG 1
|
|
|
|
// Define to 1 if gomp is available */
|
|
/* #undef HAVE_GOMP */
|
|
|
|
// Define to 1 if you have the <inttypes.h> header file.
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
// Define to 1 if the type `long double' works and has more range or precision than `double'.
|
|
#define HAVE_LONG_DOUBLE 1
|
|
|
|
// Define to 1 if the type `long double' works and has more range or precision than `double'.
|
|
/* #undef HAVE_LONG_DOUBLE_WIDER */
|
|
|
|
// Define to 1 if fftw3f_threads are available
|
|
#define HAVE_LIBFFTW3F_THREADS 1
|
|
|
|
// Define to 1 if fftw3_threads are available
|
|
#define HAVE_LIBFFTW3_THREADS 1
|
|
|
|
// Define to 1 if you have the <memory.h> header file.
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
// Define to 1 if you have the `powl' function.
|
|
#define HAVE_POWL 1
|
|
|
|
// Define to 1 if you have the `shmget' function.
|
|
#define HAVE_SHMGET 1
|
|
|
|
// Define to 1 if you have the <stdint.h> header file.
|
|
#define HAVE_STDINT_H 1
|
|
|
|
// Define to 1 if you have the <stdlib.h> header file.
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
// Define to 1 if you have the <string.h> header file.
|
|
#define HAVE_STRING_H 1
|
|
|
|
// Define to 1 if you have the <strings.h> header file.
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
// Define to 1 if you have the <sys/stat.h> header file.
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
// Define to 1 if you have the <sys/types.h> header file.
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
// Define to 1 if you have the <unistd.h> header file.
|
|
#define HAVE_UNISTD_H 1
|
|
|