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