config.log

changeset 0
033898178630
child 2
282e7d2bb28a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.log	Sat Aug 04 21:19:15 2018 +0200
@@ -0,0 +1,523 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  $ ./configure 
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = seaport
+uname -m = x86_64
+uname -r = 4.4.144
+uname -s = Linux
+uname -v = #1 SMP Thu Jul 26 12:26:39 CDT 2018
+
+/usr/bin/uname -p = Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz
+/bin/uname -X     = unknown
+
+/bin/arch              = x86_64
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /home/mbroek/bin
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/games
+PATH: /usr/lib64/java/bin
+PATH: /usr/lib64/java/jre/bin
+PATH: /usr/lib64/kde4/libexec
+PATH: /usr/lib64/qt/bin
+PATH: /usr/share/texmf/bin
+PATH: /home/mbroek/esp/xtensa-esp32-elf/bin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2101: checking for gcc
+configure:2117: found /usr/bin/gcc
+configure:2128: result: gcc
+configure:2357: checking for C compiler version
+configure:2366: gcc --version >&5
+gcc (GCC) 5.5.0
+Copyright (C) 2015 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:2377: $? = 0
+configure:2366: gcc -v >&5
+Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/specs
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/5.5.0/lto-wrapper
+Target: x86_64-slackware-linux
+Configured with: ../gcc-5.5.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/home/slackware/slackbuilds/gcc-5.5.0/antlr-runtime-3.4.jar --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
+Thread model: posix
+gcc version 5.5.0 (GCC) 
+configure:2377: $? = 0
+configure:2366: gcc -V >&5
+gcc: error: unrecognized command line option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:2377: $? = 1
+configure:2366: gcc -qversion >&5
+gcc: error: unrecognized command line option '-qversion'
+gcc: fatal error: no input files
+compilation terminated.
+configure:2377: $? = 1
+configure:2397: checking whether the C compiler works
+configure:2419: gcc    conftest.c  >&5
+configure:2423: $? = 0
+configure:2471: result: yes
+configure:2474: checking for C compiler default output file name
+configure:2476: result: a.out
+configure:2482: checking for suffix of executables
+configure:2489: gcc -o conftest    conftest.c  >&5
+configure:2493: $? = 0
+configure:2515: result: 
+configure:2537: checking whether we are cross compiling
+configure:2545: gcc -o conftest    conftest.c  >&5
+configure:2549: $? = 0
+configure:2556: ./conftest
+configure:2560: $? = 0
+configure:2575: result: no
+configure:2580: checking for suffix of object files
+configure:2602: gcc -c   conftest.c >&5
+configure:2606: $? = 0
+configure:2627: result: o
+configure:2631: checking whether we are using the GNU C compiler
+configure:2650: gcc -c   conftest.c >&5
+configure:2650: $? = 0
+configure:2659: result: yes
+configure:2668: checking whether gcc accepts -g
+configure:2688: gcc -c -g  conftest.c >&5
+configure:2688: $? = 0
+configure:2729: result: yes
+configure:2746: checking for gcc option to accept ISO C89
+configure:2809: gcc  -c -g -O2  conftest.c >&5
+configure:2809: $? = 0
+configure:2822: result: none needed
+configure:2885: checking for ranlib
+configure:2901: found /usr/bin/ranlib
+configure:2912: result: ranlib
+configure:2936: checking for ginstall
+configure:2952: found /usr/bin/ginstall
+configure:2963: result: ginstall
+configure:2973: checking for install
+configure:3000: result: ginstall
+configure:3010: checking for tar
+configure:3026: found /usr/bin/tar
+configure:3037: result: tar
+configure:3070: checking for mosquitto_lib_init in -lmosquitto
+configure:3095: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline   conftest.c -lmosquitto   -lm >&5
+conftest.c:18:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ char mosquitto_lib_init ();
+ ^
+conftest.c:20:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3095: $? = 0
+configure:3104: result: yes
+configure:3119: checking how to run the C preprocessor
+configure:3150: gcc -E  conftest.c
+configure:3150: $? = 0
+configure:3164: gcc -E  conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:3164: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define VERSION "0.0.2"
+| #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:3189: result: gcc -E
+configure:3209: gcc -E  conftest.c
+configure:3209: $? = 0
+configure:3223: gcc -E  conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:3223: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define VERSION "0.0.2"
+| #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:3252: checking for grep that handles long lines and -e
+configure:3310: result: /usr/bin/grep
+configure:3315: checking for egrep
+configure:3377: result: /usr/bin/grep -E
+configure:3382: checking for ANSI C header files
+configure:3402: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3402: $? = 0
+configure:3475: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline   conftest.c  -lm -lmosquitto >&5
+conftest.c:23:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3475: $? = 0
+configure:3475: ./conftest
+configure:3475: $? = 0
+configure:3486: result: yes
+configure:3499: checking for sys/types.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for sys/stat.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for stdlib.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for string.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for memory.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for strings.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for inttypes.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for stdint.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3499: checking for unistd.h
+configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3499: $? = 0
+configure:3499: result: yes
+configure:3513: checking mosquitto.h usability
+configure:3513: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3513: $? = 0
+configure:3513: result: yes
+configure:3513: checking mosquitto.h presence
+configure:3513: gcc -E  conftest.c
+configure:3513: $? = 0
+configure:3513: result: yes
+configure:3513: checking for mosquitto.h
+configure:3513: result: yes
+configure:3527: checking for json_object_iter_init_default in -ljson-c
+configure:3552: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline   conftest.c -ljson-c   -lm -lmosquitto >&5
+conftest.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ char json_object_iter_init_default ();
+ ^
+conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3552: $? = 0
+configure:3561: result: yes
+configure:3573: checking json-c/json.h usability
+configure:3573: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3573: $? = 0
+configure:3573: result: yes
+configure:3573: checking json-c/json.h presence
+configure:3573: gcc -E  conftest.c
+configure:3573: $? = 0
+configure:3573: result: yes
+configure:3573: checking for json-c/json.h
+configure:3573: result: yes
+configure:3587: checking for mysql_server_init in -lmysqlclient
+configure:3612: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline   conftest.c -lmysqlclient   -lm -lmosquitto -ljson-c >&5
+conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ char mysql_server_init ();
+ ^
+conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3612: $? = 0
+configure:3621: result: yes
+configure:3633: checking mysql/mysql.h usability
+configure:3633: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline  conftest.c >&5
+configure:3633: $? = 0
+configure:3633: result: yes
+configure:3633: checking mysql/mysql.h presence
+configure:3633: gcc -E  conftest.c
+configure:3633: $? = 0
+configure:3633: result: yes
+configure:3633: checking for mysql/mysql.h
+configure:3633: result: yes
+configure:3647: checking for xmlParseFile in -lxml2
+configure:3672: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline   conftest.c -lxml2   -lm -lmosquitto -ljson-c -lmysqlclient >&5
+conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ char xmlParseFile ();
+ ^
+conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3672: $? = 0
+configure:3681: result: yes
+configure:3694: checking libxml/xmlmemory.h usability
+configure:3694: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2  conftest.c >&5
+configure:3694: $? = 0
+configure:3694: result: yes
+configure:3694: checking libxml/xmlmemory.h presence
+configure:3694: gcc -E  conftest.c
+conftest.c:24:30: fatal error: libxml/xmlmemory.h: No such file or directory
+compilation terminated.
+configure:3694: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define VERSION "0.0.2"
+| #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_MOSQUITTO_H 1
+| #define HAVE_JSON_C_JSON_H 1
+| #define HAVE_MYSQL_MYSQL_H 1
+| /* end confdefs.h.  */
+| #include <libxml/xmlmemory.h>
+configure:3694: result: no
+configure:3694: WARNING: libxml/xmlmemory.h: accepted by the compiler, rejected by the preprocessor!
+configure:3694: WARNING: libxml/xmlmemory.h: proceeding with the compiler's result
+configure:3694: checking for libxml/xmlmemory.h
+configure:3694: result: yes
+configure:3708: checking for uuid_generate in -luuid
+configure:3733: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2   conftest.c -luuid   -lm -lmosquitto -ljson-c -lmysqlclient -lxml2 >&5
+conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ char uuid_generate ();
+ ^
+conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
+ main ()
+ ^
+configure:3733: $? = 0
+configure:3742: result: yes
+configure:3755: checking uuid/uuid.h usability
+configure:3755: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 -I/usr/include/uuid  conftest.c >&5
+configure:3755: $? = 0
+configure:3755: result: yes
+configure:3755: checking uuid/uuid.h presence
+configure:3755: gcc -E  conftest.c
+configure:3755: $? = 0
+configure:3755: result: yes
+configure:3755: checking for uuid/uuid.h
+configure:3755: result: yes
+configure:3770: checking for ANSI C header files
+configure:3874: result: yes
+configure:4003: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on seaport
+
+config.status:816: creating Makefile.global
+config.status:816: creating config.h
+configure:5172: result:
+-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
+
+  Configuration summary :
+
+    Version : ............ 0.0.2
+    Main directory : ..... /usr/local
+
+
+  Now type 'make' and 'sudo make install'
+
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_c_compiler_gnu=yes
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_header_inttypes_h=yes
+ac_cv_header_json_c_json_h=yes
+ac_cv_header_libxml_xmlmemory_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_mosquitto_h=yes
+ac_cv_header_mysql_mysql_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_header_uuid_uuid_h=yes
+ac_cv_lib_json_c_json_object_iter_init_default=yes
+ac_cv_lib_mosquitto_mosquitto_lib_init=yes
+ac_cv_lib_mysqlclient_mysql_server_init=yes
+ac_cv_lib_uuid_uuid_generate=yes
+ac_cv_lib_xml2_xmlParseFile=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/usr/bin/grep -E'
+ac_cv_path_GREP=/usr/bin/grep
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_INSTALL=ginstall
+ac_cv_prog_TAR=tar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+CC='gcc'
+CFLAGS='-g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 -I/usr/include/uuid'
+COPYRIGHT='Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved'
+CPP='gcc -E'
+CPPFLAGS=''
+CYEARS='2016-2018'
+DEFS='-DHAVE_CONFIG_H'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/usr/bin/grep -E'
+EXEEXT=''
+GREP='/usr/bin/grep'
+INSTALL='ginstall'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=' -lm -lmosquitto -ljson-c -lmysqlclient -lxml2 -luuid'
+LTLIBOBJS=''
+OBJEXT='o'
+PACKAGE='bms'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_URL=''
+PACKAGE_VERSION=''
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SDL_CFLAGS=''
+SDL_LIBS=''
+SHELL='/bin/sh'
+SUBDIRS='bmsd doc tools'
+TAR='tar'
+VERSION='0.0.2'
+ac_ct_CC='gcc'
+bindir='${exec_prefix}/bin'
+build_alias=''
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host_alias=''
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_URL ""
+#define VERSION "0.0.2"
+#define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_MOSQUITTO_H 1
+#define HAVE_JSON_C_JSON_H 1
+#define HAVE_MYSQL_MYSQL_H 1
+#define HAVE_LIBXML_XMLMEMORY_H 1
+#define HAVE_UUID_UUID_H 1
+#define STDC_HEADERS 1
+
+configure: exit 0

mercurial