mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-10 00:00:05 +00:00
18 lines
435 B
C
18 lines
435 B
C
#ifndef LAIKA_CONFIG_H
|
|
#define LAIKA_CONFIG_H
|
|
|
|
/* version info */
|
|
#define LAIKA_VERSION_MAJOR @LAIKA_VERSION_MAJOR@
|
|
#define LAIKA_VERSION_MINOR @LAIKA_VERSION_MINOR@
|
|
#define LAIKA_VERSION_COMMIT "@GIT_VERSION@"
|
|
|
|
/* keys */
|
|
#define LAIKA_PUBKEY "@LAIKA_PUBKEY@"
|
|
#define LAIKA_PRIVKEY "@LAIKA_PRIVKEY@"
|
|
#define LAIKA_CNC_IP "@LAIKA_CNC_IP@"
|
|
#define LAIKA_CNC_PORT "@LAIKA_CNC_PORT@"
|
|
|
|
/* settings */
|
|
#cmakedefine LAIKA_PERSISTENCE
|
|
|
|
#endif |