#ifndef CONFIG_H #define CONFIG_H #ifndef PACKAGE #define PACKAGE "margen" #endif #ifndef VERSION #define VERSION "(dev)" #endif #endif