diff options
Diffstat (limited to 'ycurses/src/msgs.h')
| -rw-r--r-- | ycurses/src/msgs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ycurses/src/msgs.h b/ycurses/src/msgs.h new file mode 100644 index 0000000..355aa45 --- /dev/null +++ b/ycurses/src/msgs.h @@ -0,0 +1,11 @@ +#ifndef MSGS_H +#define MSGS_H + +#define APPNAME "curses" +#define VERSION "0.1" +#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 |
