summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2013-06-30 22:42:52 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2013-06-30 22:42:52 +0200
commitb037a49dd3bd8874c91c437b8acc59b4423f0dcc (patch)
tree140106721b30c5a3603d17d024869bcc04c35556 /config.h
parentb747f3c4f091c370fae6e95319d632a6b01d6550 (diff)
downloadMAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.tar.gz
MAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.zip
Completed functional autologin support.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index c6c4148..80d81d3 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,9 @@
#define DEBUG 0
-#define PROGRAM_VERSION "0.4.0"
+#define PROGRAM_VERSION "0.4.1"
+
+#define AUTOLOGIN_PATH "~/.mactelnet"
#if defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_NAME "Mac OS X"