21 #ifndef ROLAND_CONFIG_H    22 #define ROLAND_CONFIG_H    46 static const auto DATADIR = 
"/usr/share/roland/";
    47 static const auto ROMDIR  = 
"/usr/share/roland/roms/";
    48 static const auto DISKDIR = 
"/usr/share/roland/disks/";
    49 static const auto AMSROM  = 
"/usr/share/roland/roms/amsdos.rom";
    50 static const auto CPCROM  = 
"/usr/share/roland/roms/cpc6128.rom";
    58 #endif // ROLAND_CONFIG_H static const auto PACKAGE_NAME
Define to the full name of this package. 
Definition: config.h:34
static const auto CPCROM
Definition: config.h:50
static const auto PACKAGE_STRING
Define to the full name and version of this package. 
Definition: config.h:37
static const auto PACKAGE_BUGREPORT
config.h. Generated from config.h.in by CMake. 
Definition: config.h:31
static const auto AMSROM
Definition: config.h:49
static const auto DISKDIR
Definition: config.h:48
static const auto DATADIR
Data directories */. 
Definition: config.h:46
static const auto ROMDIR
Definition: config.h:47
static const auto PACKAGE_VERSION
Define to the version of this package. 
Definition: config.h:43
static const auto PACKAGE_TARNAME
Define to the one symbol short name of this package. 
Definition: config.h:40