pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
/home/rhiggins/phd/pmm_github/config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Enable debug flags and messages */
5 #define ENABLE_DEBUG 1
6 
7 /* Have Octave */
8 #define ENABLE_OCTAVE 1
9 
10 /* Define to 1 if you have the `alarm' function. */
11 #define HAVE_ALARM 1
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* Define to 1 if you have the `dup2' function. */
17 #define HAVE_DUP2 1
18 
19 /* Define to 1 if you have the <fcntl.h> header file. */
20 #define HAVE_FCNTL_H 1
21 
22 /* Define to 1 if you have the `fork' function. */
23 #define HAVE_FORK 1
24 
25 /* Define to 1 if you have the `getpid' function. */
26 #define HAVE_GETPID 1
27 
28 /* Define to 1 if you have the `getrusage' function. */
29 #define HAVE_GETRUSAGE 1
30 
31 /* Define to 1 if you have the `gettimeofday' function. */
32 #define HAVE_GETTIMEOFDAY 1
33 
34 /* Have GNU-style varargs macros */
35 #define HAVE_GNUC_VARARGS 1
36 
37 /* Define to 1 if you have the <gsl/gsl_blas.h> header file. */
38 #define HAVE_GSL_GSL_BLAS_H 1
39 
40 /* Define to 1 if you have the <gsl/gsl_statistics_double.h> header file. */
41 #define HAVE_GSL_GSL_STATISTICS_DOUBLE_H 1
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Have ISO C99 varargs macros */
47 #define HAVE_ISO_VARARGS 1
48 
49 /* Define to 1 if you have the `m' library (-lm). */
50 #define HAVE_LIBM 1
51 
52 /* Define to 1 if you have the `papi' library (-lpapi). */
53 /* #undef HAVE_LIBPAPI */
54 
55 /* Define to 1 if you have the `xml2' library (-lxml2). */
56 #define HAVE_LIBXML2 1
57 
58 /* Define to 1 if you have the <limits.h> header file. */
59 #define HAVE_LIMITS_H 1
60 
61 /* Define to 1 if you have the `localtime_r' function. */
62 #define HAVE_LOCALTIME_R 1
63 
64 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
65  to 0 otherwise. */
66 #define HAVE_MALLOC 1
67 
68 /* Define to 1 if you have the <memory.h> header file. */
69 #define HAVE_MEMORY_H 1
70 
71 /* Define to 1 if you have the `memset' function. */
72 #define HAVE_MEMSET 1
73 
74 /* Have muParser */
75 #define HAVE_MUPARSER 1
76 
77 /* Define to 1 if you have the <muParserDLL.h> header file. */
78 #define HAVE_MUPARSERDLL_H 1
79 
80 /* Have PAPI */
81 /* #undef HAVE_PAPI */
82 
83 /* Define to 1 if you have the <papi.h> header file. */
84 /* #undef HAVE_PAPI_H */
85 
86 /* Define to 1 if you have the <paths.h> header file. */
87 #define HAVE_PATHS_H 1
88 
89 /* Define if you have POSIX threads libraries and header files. */
90 #define HAVE_PTHREAD 1
91 
92 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
93  and to 0 otherwise. */
94 #define HAVE_REALLOC 1
95 
96 /* Have sched_setaffinity */
97 #define HAVE_SETAFFINITY 1
98 
99 /* Define to 1 if `stat' has the bug that it succeeds when given the
100  zero-length file name argument. */
101 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
102 
103 /* Define to 1 if you have the <stdint.h> header file. */
104 #define HAVE_STDINT_H 1
105 
106 /* Define to 1 if you have the <stdlib.h> header file. */
107 #define HAVE_STDLIB_H 1
108 
109 /* Define to 1 if you have the `strchr' function. */
110 #define HAVE_STRCHR 1
111 
112 /* Define to 1 if you have the `strdup' function. */
113 #define HAVE_STRDUP 1
114 
115 /* Define to 1 if you have the <strings.h> header file. */
116 #define HAVE_STRINGS_H 1
117 
118 /* Define to 1 if you have the <string.h> header file. */
119 #define HAVE_STRING_H 1
120 
121 /* Define to 1 if you have the `strrchr' function. */
122 #define HAVE_STRRCHR 1
123 
124 /* Define to 1 if you have the `strstr' function. */
125 #define HAVE_STRSTR 1
126 
127 /* Define to 1 if you have the <sys/param.h> header file. */
128 #define HAVE_SYS_PARAM_H 1
129 
130 /* Define to 1 if you have the <sys/stat.h> header file. */
131 #define HAVE_SYS_STAT_H 1
132 
133 /* Define to 1 if you have the <sys/time.h> header file. */
134 #define HAVE_SYS_TIME_H 1
135 
136 /* Define to 1 if you have the <sys/types.h> header file. */
137 #define HAVE_SYS_TYPES_H 1
138 
139 /* Define to 1 if you have the <unistd.h> header file. */
140 #define HAVE_UNISTD_H 1
141 
142 /* Define to 1 if you have the <utmp.h> header file. */
143 #define HAVE_UTMP_H 1
144 
145 /* Define to 1 if you have the `vfork' function. */
146 #define HAVE_VFORK 1
147 
148 /* Define to 1 if you have the <vfork.h> header file. */
149 /* #undef HAVE_VFORK_H */
150 
151 /* Define to 1 if `fork' works. */
152 #define HAVE_WORKING_FORK 1
153 
154 /* Define to 1 if `vfork' works. */
155 #define HAVE_WORKING_VFORK 1
156 
157 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
158  slash. */
159 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
160 
161 /* Define to the sub-directory in which libtool stores uninstalled libraries.
162  */
163 #define LT_OBJDIR ".libs/"
164 
165 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
166 /* #undef NO_MINUS_C_MINUS_O */
167 
168 /* Name of package */
169 #define PACKAGE "pmm"
170 
171 /* Define to the address where bug reports for this package should be sent. */
172 #define PACKAGE_BUGREPORT "robert_higgins@iol.ie"
173 
174 /* Define to the full name of this package. */
175 #define PACKAGE_NAME "pmm"
176 
177 /* Define to the full name and version of this package. */
178 #define PACKAGE_STRING "pmm 1.0.0"
179 
180 /* Define to the one symbol short name of this package. */
181 #define PACKAGE_TARNAME "pmm"
182 
183 /* Define to the home page for this package. */
184 #define PACKAGE_URL ""
185 
186 /* Define to the version of this package. */
187 #define PACKAGE_VERSION "1.0.0"
188 
189 /* Define to necessary symbol if this constant uses a non-standard name on
190  your system. */
191 /* #undef PTHREAD_CREATE_JOINABLE */
192 
193 /* Define to 1 if you have the ANSI C header files. */
194 #define STDC_HEADERS 1
195 
196 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
197 #define TIME_WITH_SYS_TIME 1
198 
199 /* Version number of package */
200 #define VERSION "1.0.0"
201 
202 /* Define 1 _GNU_SOURCE so we get necessary prototypes */
203 #define _GNU_SOURCE 1
204 
205 /* Define to working version of __FUNCTION__, __func__ or blank */
206 #define __FUNCNAME__ __FUNCTION__
207 
208 /* Define to empty if `const' does not conform to ANSI C. */
209 /* #undef const */
210 
211 /* Define to rpl_malloc if the replacement function should be used. */
212 /* #undef malloc */
213 
214 /* Define to `int' if <sys/types.h> does not define. */
215 /* #undef pid_t */
216 
217 /* Define to rpl_realloc if the replacement function should be used. */
218 /* #undef realloc */
219 
220 /* Define to `unsigned int' if <sys/types.h> does not define. */
221 /* #undef size_t */
222 
223 /* Define as `fork' if `vfork' does not work. */
224 /* #undef vfork */