lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev what was the trick to using ftp?


From: Chuck Martin
Subject: Re: lynx-dev what was the trick to using ftp?
Date: Sun, 13 Apr 2003 13:09:25 -0400
User-agent: Mutt/1.4i

On Sun, Apr 13, 2003 at 10:19:30AM -0400, Philip Webb wrote:
> my  userdefs.h 521  :
> 
>   #define FTP_PASSIVE       FALSE
> 
> so are you sure the default is 'false'?  in my case, it seems to be 'true'.
> this is not something i would ever have looked at, except for this query.

In the lynx.cfg file, and in most scripted languages, a '#' means the
start of a comment, but in C, the '#' means the start of a preprocessor
directive, in this case defining FTP_PASSIVE to be false, thus making
that the default in the compiled program.  So no, in your case the
default is not 'true', but 'false'.

Chuck


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]