1 /* src/config.h.  Generated from config.h.in by configure.  */
2 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Build platform */
5 #define BUILD_BUILD_PLATFORM "i686-pc-linux-gnu"
6 
7 /* Compiler */
8 #define BUILD_COMPILER "gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) "
9 
10 /* Configure arguments */
11 #define BUILD_CONFIGURE_ARGS ""
12 
13 /* Build date */
14 #define BUILD_DATE "Mon Dec 18 14:14:53 CST 2017"
15 
16 /* Build host */
17 #define BUILD_HOST "dc7600"
18 
19 /* Host platform */
20 #define BUILD_HOST_PLATFORM "i686-pc-linux-gnu"
21 
22 /* Target platform */
23 #define BUILD_TARGET_PLATFORM "i686-pc-linux-gnu"
24 
25 /* Build user */
26 #define BUILD_USER "dave"
27 
28 /* FLCLUSTER compiler flags */
29 #define FLCLUSTER_BUILD_CXXFLAGS "-I$(srcdir) -I$(srcdir)/include -I$(srcdir)/xmlrpcpp -I$(srcdir)/xmlrpcpp -I/usr/local/include -I/usr/local/include/FL/images -I/usr/include/freetype2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -I$(srcdir) -I$(srcdir)/include -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG"
30 
31 /* FLCLUSTER linker flags */
32 #define FLCLUSTER_BUILD_LDFLAGS "-L/usr/local/lib -lfltk_images -lpng -lz -lfltk_jpeg -lfltk -lXrender -lXft -lfontconfig -lpthread -ldl -lm -lX11 -lX11 -ldl -lpthread"
33 
34 /* FLTK API major version */
35 #define FLCLUSTER_FLTK_API_MAJOR 1
36 
37 /* FLTK API minor version */
38 #define FLCLUSTER_FLTK_API_MINOR 3
39 
40 /* FLTK API patch */
41 #define FLCLUSTER_FLTK_API_PATCH 4
42 
43 /* version string */
44 #define FLCLUSTER_VERSION "1.0.4"
45 
46 /* major version number */
47 #define FLCLUSTER_VERSION_MAJOR 1
48 
49 /* minor version number */
50 #define FLCLUSTER_VERSION_MINOR 0
51 
52 /* patch/alpha version string */
53 #define FLCLUSTER_VERSION_PATCH ".4"
54 
55 /* FLTK version */
56 #define FLTK_BUILD_VERSION "1.3.4"
57 
58 /* flxmlrpc version */
59 #define FLXMLRPC_BUILD_VERSION ""
60 
61 /* Define to 1 if we have clock_gettime */
62 #define HAVE_CLOCK_GETTIME 1
63 
64 /* Define to 0 if not using dbg::stack */
65 /* #undef HAVE_DBG_STACK */
66 
67 /* Define to 1 if we have dlopen */
68 #define HAVE_DLOPEN 1
69 
70 /* Define to 1 if you have the `getaddrinfo' function. */
71 #define HAVE_GETADDRINFO 1
72 
73 /* Define to 1 if you have the `gethostbyname' function. */
74 #define HAVE_GETHOSTBYNAME 1
75 
76 /* Define to 1 if you have the `hstrerror' function. */
77 #define HAVE_HSTRERROR 1
78 
79 /* Define to 1 if you have the <inttypes.h> header file. */
80 #define HAVE_INTTYPES_H 1
81 
82 /* Define to 1 if you have the `memmove' function. */
83 #define HAVE_MEMMOVE 1
84 
85 /* Define to 1 if you have the <memory.h> header file. */
86 #define HAVE_MEMORY_H 1
87 
88 /* Define to 1 if you have the `memset' function. */
89 #define HAVE_MEMSET 1
90 
91 /* Define to 1 if you have the `mkdir' function. */
92 #define HAVE_MKDIR 1
93 
94 /* Define to 1 if you have the <regex.h> header file. */
95 /* #undef HAVE_REGEX_H */
96 
97 /* Define to 1 if you have the `select' function. */
98 #define HAVE_SELECT 1
99 
100 /* Define to 1 if we have sem_timedwait */
101 #define HAVE_SEM_TIMEDWAIT 1
102 
103 /* Define to 1 if we have sem_unlink */
104 #define HAVE_SEM_UNLINK 1
105 
106 /* Define to 1 if you have the `setenv' function. */
107 #define HAVE_SETENV 1
108 
109 /* Define to 1 if you have the `snprintf' function. */
110 #define HAVE_SNPRINTF 1
111 
112 /* Define to 1 if you have the `socket' function. */
113 #define HAVE_SOCKET 1
114 
115 /* Define to 1 if you have the `socketpair' function. */
116 #define HAVE_SOCKETPAIR 1
117 
118 /* Define to 1 if stdbool.h conforms to C99. */
119 #define HAVE_STDBOOL_H 1
120 
121 /* Define to 1 if you have the <stdint.h> header file. */
122 #define HAVE_STDINT_H 1
123 
124 /* Define to 1 if you have the <stdlib.h> header file. */
125 #define HAVE_STDLIB_H 1
126 
127 /* Define to 1 if you have the `strcasecmp' function. */
128 #define HAVE_STRCASECMP 1
129 
130 /* Define to 1 if you have the `strcasestr' function. */
131 #define HAVE_STRCASESTR 1
132 
133 /* Define to 1 if you have the `strchr' function. */
134 #define HAVE_STRCHR 1
135 
136 /* Define to 1 if you have the `strdup' function. */
137 #define HAVE_STRDUP 1
138 
139 /* Define to 1 if you have the `strerror' function. */
140 #define HAVE_STRERROR 1
141 
142 /* Define to 1 if you have the <strings.h> header file. */
143 #define HAVE_STRINGS_H 1
144 
145 /* Define to 1 if you have the <string.h> header file. */
146 #define HAVE_STRING_H 1
147 
148 /* Define to 1 if you have the `strlcpy' function. */
149 /* #undef HAVE_STRLCPY */
150 
151 /* Define to 1 if you have the `strncasecmp' function. */
152 #define HAVE_STRNCASECMP 1
153 
154 /* Define to 1 if you have the `strnlen' function. */
155 #define HAVE_STRNLEN 1
156 
157 /* Define to 1 if you have the `strrchr' function. */
158 #define HAVE_STRRCHR 1
159 
160 /* Define to 1 if you have the `strstr' function. */
161 #define HAVE_STRSTR 1
162 
163 /* Define to 1 if you have the `strtol' function. */
164 #define HAVE_STRTOL 1
165 
166 /* Define to 1 if you have the <sys/stat.h> header file. */
167 #define HAVE_SYS_STAT_H 1
168 
169 /* Define to 1 if you have the <sys/types.h> header file. */
170 #define HAVE_SYS_TYPES_H 1
171 
172 /* Define to 1 if you have the `uname' function. */
173 #define HAVE_UNAME 1
174 
175 /* Define to 1 if you have the <unistd.h> header file. */
176 #define HAVE_UNISTD_H 1
177 
178 /* Define to 1 if you have the `unsetenv' function. */
179 #define HAVE_UNSETENV 1
180 
181 /* Define to 1 if you have the `vsnprintf' function. */
182 #define HAVE_VSNPRINTF 1
183 
184 /* Define to 1 if the system has the type `_Bool'. */
185 #define HAVE__BOOL 1
186 
187 /* Name of package */
188 #define PACKAGE "flcluster"
189 
190 /* Define to the address where bug reports for this package should be sent. */
191 #define PACKAGE_BUGREPORT "w1hkj AT w1hkj DOT com"
192 
193 /* Define to the full name of this package. */
194 #define PACKAGE_NAME "FLcluster"
195 
196 /* Define to the full name and version of this package. */
197 #define PACKAGE_STRING "FLcluster 1.0.4"
198 
199 /* Define to the one symbol short name of this package. */
200 #define PACKAGE_TARNAME "flcluster"
201 
202 /* Define to the home page for this package. */
203 #define PACKAGE_URL ""
204 
205 /* Define to the version of this package. */
206 #define PACKAGE_VERSION "1.0.4"
207 
208 /* Define to 1 if you have the ANSI C header files. */
209 #define STDC_HEADERS 1
210 
211 /* Define to 1 if we are using flxmlrpc */
212 #define USE_FLXMLRPC 0
213 
214 /* Enable extensions on AIX 3, Interix.  */
215 #ifndef _ALL_SOURCE
216 # define _ALL_SOURCE 1
217 #endif
218 /* Enable GNU extensions on systems that have them.  */
219 #ifndef _GNU_SOURCE
220 # define _GNU_SOURCE 1
221 #endif
222 /* Enable threading extensions on Solaris.  */
223 #ifndef _POSIX_PTHREAD_SEMANTICS
224 # define _POSIX_PTHREAD_SEMANTICS 1
225 #endif
226 /* Enable extensions on HP NonStop.  */
227 #ifndef _TANDEM_SOURCE
228 # define _TANDEM_SOURCE 1
229 #endif
230 /* Enable general extensions on Solaris.  */
231 #ifndef __EXTENSIONS__
232 # define __EXTENSIONS__ 1
233 #endif
234 
235 
236 /* Define to 1 if we are using x */
237 #define USE_X 1
238 
239 /* Version number of package */
240 #define VERSION "1.0.4"
241 
242 /* x version */
243 #define X_BUILD_VERSION "1.6.3"
244 
245 /* Define to 1 if on MINIX. */
246 /* #undef _MINIX */
247 
248 /* Define to 2 if the system does not provide POSIX.1 features except with
249    this defined. */
250 /* #undef _POSIX_1_SOURCE */
251 
252 /* Define to 1 if you need to in order for `stat' and other things to work. */
253 /* #undef _POSIX_SOURCE */
254 
255 /* Define to 1 if we are building on cygwin or mingw */
256 /* #undef _WINDOWS */
257 
258 /* Define to 1 if we are building on cygwin or mingw */
259 /* #undef __MINGW32__ */
260 
261 /* Define to 1 if we are building on mingw */
262 /* #undef __WOE32__ */
263 
264 /* Define to `unsigned int' if <sys/types.h> does not define. */
265 /* #undef size_t */
266