diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2013-06-30 22:42:52 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2013-06-30 22:42:52 +0200 |
commit | b037a49dd3bd8874c91c437b8acc59b4423f0dcc (patch) | |
tree | 140106721b30c5a3603d17d024869bcc04c35556 /config.h | |
parent | b747f3c4f091c370fae6e95319d632a6b01d6550 (diff) | |
download | MAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.tar.gz MAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.zip |
Completed functional autologin support.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |