summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorBoian Bonev <bbonev@ipacct.com>2011-11-14 09:19:56 +0530
committerBoian Bonev <bbonev@ipacct.com>2011-11-14 09:19:56 +0530
commit060569c084f072cd6dd0509e8c30d78d2d2d2b84 (patch)
treeb649ed1012d8a9195c1349ab19252224764acf99 /config.h
parent8e00efedad165bfed2856a41cbf492c91e0ddce0 (diff)
parenta5b710a45671c1b9504130d83d3ebe7fe8a65c5a (diff)
downloadMAC-Telnet-060569c084f072cd6dd0509e8c30d78d2d2d2b84.tar.gz
MAC-Telnet-060569c084f072cd6dd0509e8c30d78d2d2d2b84.zip
merge
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2b472fb..c2c1fd4 100644
--- a/config.h
+++ b/config.h
@@ -21,6 +21,8 @@
#define DEBUG 0
+#define PROGRAM_VERSION "0.3.3"
+
#if defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_NAME "Mac OS X"
@@ -51,6 +53,8 @@
#elif defined(__riscos__)
#define PLATFORM_NAME "RISC OS"
+#elif defined(__FreeBSD_kernel__)
+#define PLATFORM_NAME "kFreeBSD"
#else
#define PLATFORM_NAME "Unknown"