#include "application_configuration.h"
#include "ini_configurator.h"
#include <application/windoze_helper.h>
#include <basis/environment.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <basis/mutex.h>
#include <basis/utf_conversion.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <mathematics/chaos.h>
#include <structures/static_memory_gremlin.h>
#include <textual/parser_bits.h>
#include <system_helper.h>
#include <dirent.h>
#include <sys/utsname.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
Go to the source code of this file.
◆ LOG
◆ SET_BOGUS_NAME
| #define SET_BOGUS_NAME |
( |
|
error | ) |
|
Value: { \
LOG(error); \
if (output) { \
fclose(output); \
unlink(tmpfile.s()); \
} \
to_return = home_dir + "/failed_to_determine.exe"; \
}
Provides a dynamically resizable ASCII character string.
static astring get(const astring &variable_name)
looks up the "variable_name" in the current environment variables.
Definition at line 189 of file application_configuration.cpp.