blob: e2e29456380615838f3f04687c4436abfd88eb80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef MSGS_H
#define MSGS_H
#define APPNAME "curses"
#define VERSION "0.9.2"
#define BRANCH "CURRENT"
#define BUILDNR 1661
#define UNAME "FreeBSD 5.3-RELEASE-p15 i386"
#define COMPOPT "Using built-in specs.; Configured with: FreeBSD/i386 system compiler; Thread model: posix; gcc version 3.4.2 [FreeBSD] 20040728; 3.4; g++"
#endif
|