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