2025-11-18 19:17:18 +09:00
|
|
|
#ifndef __CONFIG_H__
|
|
|
|
|
#define __CONFIG_H__
|
|
|
|
|
|
|
|
|
|
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
|
|
|
|
|
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
|
|
|
|
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
2025-11-23 02:57:10 +09:00
|
|
|
#define ICON128DIR DATADIR "/mde/icons/128x128"
|
|
|
|
|
#define ICON64DIR DATADIR "/mde/icons/64x64"
|
|
|
|
|
#define ICON32DIR DATADIR "/mde/icons/32x32"
|
|
|
|
|
#define ICON16DIR DATADIR "/mde/icons/16x16"
|
2025-11-18 19:17:18 +09:00
|
|
|
|
2025-11-18 20:34:31 +09:00
|
|
|
#cmakedefine HAS_PATHS_H
|
|
|
|
|
|
2025-11-18 19:17:18 +09:00
|
|
|
#endif
|