lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [2.8.1dev24] patch - set cookiefile from rcfile/commandline


From: brian j. pardy
Subject: Re: lynx-dev [2.8.1dev24] patch - set cookiefile from rcfile/commandline -- oops
Date: Tue, 1 Sep 1998 23:00:11 -0700

I wrote:
[cookie config file patch]

Oops. I knew I would miss something when I added an ifdef without checking
the compile...

This part of the patch:

> diff -cr 2.8.1dev.24/src/LYMain.c 2.8.1dev.24.bri/src/LYMain.c
> *** 2.8.1dev.24/src/LYMain.c  Fri Aug 21 06:30:14 1998
> --- 2.8.1dev.24.bri/src/LYMain.c      Tue Sep  1 22:22:08 1998
> ***************
> *** 337,342 ****
> --- 337,345 ----
>   PUBLIC BOOLEAN LYAcceptAllCookies = ACCEPT_ALL_COOKIES; /* take all 
> cookies? */
>   PUBLIC char *LYCookieAcceptDomains = NULL; /* domains to accept all cookies 
> */
>   PUBLIC char *LYCookieRejectDomains = NULL; /* domains to reject all cookies 
> */
> + #ifdef EXP_PERSISTENT_COOKIES
> + PUBLIC char *LYCookieFile = NULL;          /* default cookie file */
> + #endif /* EXP_PERSISTENT_COOKIES
>   PUBLIC char *XLoadImageCommand = NULL;      /* Default image viewer for X */
>   PUBLIC BOOLEAN LYNoISMAPifUSEMAP = FALSE; /* Omit ISMAP link if MAP 
> present? */
>   PUBLIC int LYHiddenLinks = HIDDENLINKS_SEPARATE; /* Show hidden links? */
[...]

+ #endif /* EXP_PERSISTENT_COOKIES

needs to become:

+ #endif /* EXP_PERSISTENT_COOKIES */


-- 
Let's just be friends and make no special
effort to ever see each other again.

reply via email to

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