/* SPDX-License-Identifier: GPL-2.0 */ /* Autogenerated from config.h.in */ #pragma once #define DEFAULT_CFG_DIR @DEFAULT_CFG_DIR@ #define DEFAULT_DATA_DIR @DEFAULT_DATA_DIR@ #define DEFAULT_MAIN_CFG_FILE @DEFAULT_MAIN_CFG_FILE@ #define VERSION @VERSION@ #define DEFAULT_ANNOUNCE_INTERVAL 3 #define DEFAULT_PROXY_CONN_INTERVAL 3 #define DEFAULT_PROXY_CONN_ATTEMPTS 20 #define DEFAULT_SOCKET_DEFER true #define DEFAULT_SOCKET_FREEBIND true #define DEFAULT_SOCKET_KEEPALIVE true #define DEFAULT_SOCKET_IPTOS true #define DEFAULT_SOCKET_NODELAY true #define SERVER_CONFIG_FILE_SUFFIX "mcserver" #define SYSTEMD_DBUS_SERVICE "org.freedesktop.systemd1" #define SYSTEMD_DBUS_INTERFACE "org.freedesktop.systemd1.Unit" #define SYSTEMD_DBUS_PATH_PREFIX "/org/freedesktop/systemd1/unit/"