47 #if !(defined(_WIN32) || defined(_WIN32_WCE))
57 #if !(defined(_WIN32) || defined(_WIN32_WCE))
60 char host[4096], path[16384];
62 gethostname(host, 1024);
65 E_INFO(
"Host: '%s'\n", host);
66 if (getcwd(path,
sizeof(path)) == NULL)
69 E_INFO(
"Directory: '%s'\n", path);
73 E_INFO(
"%s Compiled on: %s, AT: %s\n\n", appl_name, __DATE__,