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