Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.h.in - github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0413fea7adcf7b67417c040c201c55bf1b9b7434 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONFIG_H_
#define CONFIG_H_

#define VERSION "@PROJECT_VERSION@"
#define PACKAGE "@PROJECT_NAME@"
#define PACKAGE_STRING "@PROJECT_NAME@"


#endif  // CONFIG_H_