diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTelnet.c')
-rw-r--r-- | WWW/Library/Implementation/HTTelnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTTelnet.c b/WWW/Library/Implementation/HTTelnet.c index 2d7f162b..43f148d3 100644 --- a/WWW/Library/Implementation/HTTelnet.c +++ b/WWW/Library/Implementation/HTTelnet.c @@ -166,7 +166,7 @@ PRIVATE int remote_session ARGS2(char *, acc_method, char *, host) #endif /* Most unix machines suppport username only with rlogin */ -#if defined(unix) || defined(DOSPATH) +#if defined(UNIX) || defined(DOSPATH) #ifndef TELNET_DONE #define FMT_RLOGIN "%s %s%s%s" |