/** @file File with common configuration for entire program \brief Configuration header */ #ifndef __CONFIG_H__ #define __CONFIG_H__ /** Directory where all data files of pdfedit would be stored * (icons, default config, etc ...)*/ #define DATA_PATH "@DATAPATH@" /** config directory name (will be used relative to $HOME) */ #define CONFIG_DIR ".pdfedit" #endif