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