yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
BuildConfig.h
Go to the documentation of this file.
1/* include/YODA/Config/BuildConfig.h. Generated from BuildConfig.h.in by configure. */
2#ifndef YODA_BUILDCONFIG_H
3#define YODA_BUILDCONFIG_H
4
5/* Define to 1 if you have the <dlfcn.h> header file. */
6#define HAVE_DLFCN_H 1
7
8/* Define to 1 if you have the <inttypes.h> header file. */
9#define HAVE_INTTYPES_H 1
10
11/* Define to 1 if you have the <memory.h> header file. */
12/* #undef HAVE_MEMORY_H */
13
14/* Define to 1 if you have the <stdint.h> header file. */
15#define HAVE_STDINT_H 1
16
17/* Define to 1 if you have the <stdlib.h> header file. */
18#define HAVE_STDLIB_H 1
19
20/* Define to 1 if you have the <strings.h> header file. */
21#define HAVE_STRINGS_H 1
22
23/* Define to 1 if you have the <string.h> header file. */
24#define HAVE_STRING_H 1
25
26/* Define to 1 if you have the <sys/stat.h> header file. */
27#define HAVE_SYS_STAT_H 1
28
29/* Define to 1 if you have the <sys/types.h> header file. */
30#define HAVE_SYS_TYPES_H 1
31
32/* Define to 1 if you have the <unistd.h> header file. */
33#define HAVE_UNISTD_H 1
34
35/* Define to the sub-directory in which libtool stores uninstalled libraries. */
36#define LT_OBJDIR ".libs/"
37
38/* Define to 1 if you have the ANSI C header files. */
39#define STDC_HEADERS 1
40
41/* Define to 1 if you have libz and its headers. */
42#define HAVE_LIBZ 1
43
44/* Define to 1 if running on OSX. */
45#define WITH_OSX 1
46
47#endif