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