File: config.h.in

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_H
#define CONFIG_H
#include "i18n.h"

#define CECCOMP_VERSION "@@VERSION@@"
#define CECCOMP_TAG_TIME "@@TAG_TIME@@"
#define CECCOMP_BUILDER "@@BUILDER@@"
#define VERSION_FORMAT _ ("ceccomp %s\nTag at %s\nBuild by %s\n")

#endif