8 lines
101 B
C
8 lines
101 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
#cmakedefine WITH_BINLOG
|
|
|
|
#endif
|