BUILD 5 ======= . Fixed crash when no libs were defined in configfile (bug found by Joonas Pihlaja) . Fixed crash when empty string was sent to UDP interface (bug found by Joonas Pihlaja) . Fixed deadlock in UDP interface because hostent was never initialized properly (bug found by Joonas Pihlaja) . Fixed static compilation: optimized code, Makefile was missing linker flag '-export-dynamic' . Static binary does not need configfile anymore, can define GTK calls on-the-fly . Get LONG or STRING with 'gtk_server_callback_value' . Support for Kornshell93 library interface . Fixed crash when empty string was sent to LIB interface . Also show libraries and log file location with '-showconf' . Fixed issues with removing message queues and pipefiles in stopscript . Added support for readline with interactive STDIN interface . Fixed crash in OpenBSD 4.3 when libs could not be found . Removed check that WidgetID should be > 0, does not work with OpenBSD 4.3 . Improved Makefile.in and configure.in for OpenBSD . Some minor code improvements to clear compilewarnings on OpenBSD . Security improvements on finding configfile . Fixed bug in c_string_escaping after redefinition of chars to be escaped . More improvements in stopscript. Compatible with BSD-type systems now