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.11) "
9 
10 /* Configure arguments */
11 #define BUILD_CONFIGURE_ARGS ""
12 
13 /* Build date */
14 #define BUILD_DATE "Fri Apr 12 16:28:33 CDT 2019"
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 /* FLLOG compiler flags */
29 #define FLLOG_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 /* FLLOG linker flags */
32 #define FLLOG_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 FLLOG_FLTK_API_MAJOR 1
36 
37 /* FLTK API minor version */
38 #define FLLOG_FLTK_API_MINOR 3
39 
40 /* version string */
41 #define FLLOG_VERSION "1.2.6"
42 
43 /* major version number */
44 #define FLLOG_VERSION_MAJOR 1
45 
46 /* minor version number */
47 #define FLLOG_VERSION_MINOR 2
48 
49 /* patch/alpha version string */
50 #define FLLOG_VERSION_PATCH ".6"
51 
52 /* FLTK version */
53 #define FLTK_BUILD_VERSION "1.3.4"
54 
55 /* flxmlrpc version */
56 #define FLXMLRPC_BUILD_VERSION ""
57 
58 /* Define to 1 if we have clock_gettime */
59 #define HAVE_CLOCK_GETTIME 1
60 
61 /* Define to 0 if not using dbg::stack */
62 /* #undef HAVE_DBG_STACK */
63 
64 /* Define to 1 if we have dlopen */
65 #define HAVE_DLOPEN 1
66 
67 /* Define to 1 if you have the `getaddrinfo' function. */
68 #define HAVE_GETADDRINFO 1
69 
70 /* Define to 1 if you have the `gethostbyname' function. */
71 #define HAVE_GETHOSTBYNAME 1
72 
73 /* Define to 1 if you have the `gmtime_r' function. */
74 #define HAVE_GMTIME_R 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 `localtime_r' function. */
83 #define HAVE_LOCALTIME_R 1
84 
85 /* Define to 1 if you have the `memmove' function. */
86 #define HAVE_MEMMOVE 1
87 
88 /* Define to 1 if you have the <memory.h> header file. */
89 #define HAVE_MEMORY_H 1
90 
91 /* Define to 1 if you have the `memset' function. */
92 #define HAVE_MEMSET 1
93 
94 /* Define to 1 if you have the `mkdir' function. */
95 #define HAVE_MKDIR 1
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 `strrchr' function. */
155 #define HAVE_STRRCHR 1
156 
157 /* Define to 1 if you have the `strstr' function. */
158 #define HAVE_STRSTR 1
159 
160 /* Define to 1 if you have the `strtol' function. */
161 #define HAVE_STRTOL 1
162 
163 /* Define to 1 if you have the <sys/stat.h> header file. */
164 #define HAVE_SYS_STAT_H 1
165 
166 /* Define to 1 if you have the <sys/types.h> header file. */
167 #define HAVE_SYS_TYPES_H 1
168 
169 /* Define to 1 if you have the `uname' function. */
170 #define HAVE_UNAME 1
171 
172 /* Define to 1 if you have the <unistd.h> header file. */
173 #define HAVE_UNISTD_H 1
174 
175 /* Define to 1 if you have the `unsetenv' function. */
176 #define HAVE_UNSETENV 1
177 
178 /* Define to 1 if you have the `vsnprintf' function. */
179 #define HAVE_VSNPRINTF 1
180 
181 /* Define to 1 if the system has the type `_Bool'. */
182 #define HAVE__BOOL 1
183 
184 /* Name of package */
185 #define PACKAGE "fllog"
186 
187 /* Define to the address where bug reports for this package should be sent. */
188 #define PACKAGE_BUGREPORT "w1hkj AT w1hkj DOT com"
189 
190 /* Define to the full name of this package. */
191 #define PACKAGE_NAME "FLLOG"
192 
193 /* Define to the full name and version of this package. */
194 #define PACKAGE_STRING "FLLOG 1.2.6"
195 
196 /* Define to the one symbol short name of this package. */
197 #define PACKAGE_TARNAME "fllog"
198 
199 /* Define to the home page for this package. */
200 #define PACKAGE_URL ""
201 
202 /* Define to the version of this package. */
203 #define PACKAGE_VERSION "1.2.6"
204 
205 /* Define to 1 if you have the ANSI C header files. */
206 #define STDC_HEADERS 1
207 
208 /* Define to 1 if we are using flxmlrpc */
209 #define USE_FLXMLRPC 0
210 
211 /* Enable extensions on AIX 3, Interix.  */
212 #ifndef _ALL_SOURCE
213 # define _ALL_SOURCE 1
214 #endif
215 /* Enable GNU extensions on systems that have them.  */
216 #ifndef _GNU_SOURCE
217 # define _GNU_SOURCE 1
218 #endif
219 /* Enable threading extensions on Solaris.  */
220 #ifndef _POSIX_PTHREAD_SEMANTICS
221 # define _POSIX_PTHREAD_SEMANTICS 1
222 #endif
223 /* Enable extensions on HP NonStop.  */
224 #ifndef _TANDEM_SOURCE
225 # define _TANDEM_SOURCE 1
226 #endif
227 /* Enable general extensions on Solaris.  */
228 #ifndef __EXTENSIONS__
229 # define __EXTENSIONS__ 1
230 #endif
231 
232 
233 /* Define to 1 if we are using x */
234 #define USE_X 1
235 
236 /* Version number of package */
237 #define VERSION "1.2.6"
238 
239 /* x version */
240 #define X_BUILD_VERSION "1.6.3"
241 
242 /* Define to 1 if on MINIX. */
243 /* #undef _MINIX */
244 
245 /* Define to 2 if the system does not provide POSIX.1 features except with
246    this defined. */
247 /* #undef _POSIX_1_SOURCE */
248 
249 /* Define to 1 if you need to in order for `stat' and other things to work. */
250 /* #undef _POSIX_SOURCE */
251 
252 /* Define to 1 if we are building on cygwin or mingw */
253 /* #undef _WINDOWS */
254 
255 /* Define to 1 if we are building on cygwin or mingw */
256 /* #undef __MINGW32__ */
257 
258 /* Define to 1 if we are building on mingw */
259 /* #undef __WOE32__ */
260 
261 /* Define to `unsigned int' if <sys/types.h> does not define. */
262 /* #undef size_t */
263