#ifndef CONFIG_H #define CONFIG_H /* Program information */ #define PROGRAM "yait" #define AUTHORS "GCK" #define VERSION "beta" #define YEAR 2025 #endif