#ifndef CONFIG_H #define CONFIG_H /* Program information */ #define PROGRAM "yait" #define LICENSE_LINE \ "License BSD-3-Clause: BSD-3-Clause " #define AUTHORS "GCK" #define VERSION "beta" #define YEAR 2025 #endif