Trisurf Monte Carlo simulator
Samo Penic
2014-06-13 ad4e7069f10b80446be8d13eba28a03c2c642a3b
commit | author | age
824cfd 1 /* config.h.  Generated from config.h.in by configure.  */
SP 2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
a61c00 4 /* Define to 1 if you have the <cairo/cairo.h> header file. */
SP 5 #define HAVE_CAIRO_CAIRO_H 1
6
7 /* Define to 1 if you have the <cairo/cairo-png.h> header file. */
8 /* #undef HAVE_CAIRO_CAIRO_PNG_H */
9
10 /* Define to 1 if you have the <cairo.h> header file. */
11 /* #undef HAVE_CAIRO_H */
12
13 /* Define to 1 if you have the <cairo-png.h> header file. */
14 /* #undef HAVE_CAIRO_PNG_H */
15
824cfd 16 /* Define to 1 if you have the <inttypes.h> header file. */
SP 17 #define HAVE_INTTYPES_H 1
18
a61c00 19 /* Define to 1 if you have the `cairo' library (-lcairo). */
SP 20 #define HAVE_LIBCAIRO 1
21
824cfd 22 /* Define to 1 if you have the `confuse' library (-lconfuse). */
SP 23 #define HAVE_LIBCONFUSE 1
24
01d871 25 /* Define to 1 if you have the `gsl' library (-lgsl). */
SP 26 #define HAVE_LIBGSL 1
27
28 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
29 #define HAVE_LIBGSLCBLAS 1
30
824cfd 31 /* Define to 1 if you have the `m' library (-lm). */
SP 32 #define HAVE_LIBM 1
33
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35    to 0 otherwise. */
36 #define HAVE_MALLOC 1
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40
41 /* Define to 1 if you have the `pow' function. */
42 #define HAVE_POW 1
43
44 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
45    and to 0 otherwise. */
46 #define HAVE_REALLOC 1
47
48 /* Define to 1 if you have the `sqrt' function. */
49 #define HAVE_SQRT 1
50
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #define HAVE_STDINT_H 1
53
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #define HAVE_STDLIB_H 1
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #define HAVE_STRINGS_H 1
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #define HAVE_STRING_H 1
62
63 /* Define to 1 if you have the `strndup' function. */
64 #define HAVE_STRNDUP 1
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #define HAVE_SYS_STAT_H 1
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #define HAVE_SYS_TYPES_H 1
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #define HAVE_UNISTD_H 1
74
75 /* Name of package */
76 #define PACKAGE "full-package-name"
77
78 /* Define to the address where bug reports for this package should be sent. */
79 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
80
81 /* Define to the full name of this package. */
82 #define PACKAGE_NAME "FULL-PACKAGE-NAME"
83
84 /* Define to the full name and version of this package. */
85 #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
86
87 /* Define to the one symbol short name of this package. */
88 #define PACKAGE_TARNAME "full-package-name"
89
90 /* Define to the home page for this package. */
91 #define PACKAGE_URL ""
92
93 /* Define to the version of this package. */
94 #define PACKAGE_VERSION "VERSION"
95
96 /* Define to 1 if you have the ANSI C header files. */
97 #define STDC_HEADERS 1
98
99 /* Version number of package */
100 #define VERSION "VERSION"
101
102 /* Define to `__inline__' or `__inline' if that's what the C compiler
103    calls it, or to nothing if 'inline' is not supported under any name.  */
104 #ifndef __cplusplus
105 /* #undef inline */
106 #endif
107
108 /* Define to rpl_malloc if the replacement function should be used. */
109 /* #undef malloc */
110
111 /* Define to rpl_realloc if the replacement function should be used. */
112 /* #undef realloc */