~ubuntu-branches/ubuntu/oneiric/lynx-cur/oneiric-updates

« back to all changes in this revision

Viewing changes to userdefs.h

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2009-06-07 21:50:20 UTC
  • mfrom: (1.20.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090607215020-w4i7y7azbrlskove
Tags: 2.8.7pre5-1
New Upstream Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $LynxId: userdefs.h,v 1.242 2009/03/16 22:34:12 tom Exp $
 
2
 * $LynxId: userdefs.h,v 1.246 2009/05/28 21:37:22 tom Exp $
3
3
 *
4
4
 * Lynx - Hypertext navigation system
5
5
 *
892
892
 */
893
893
#define SET_COOKIES TRUE
894
894
 
 
895
/********************************
 
896
 * If SEND_USERAGENT is set FALSE, Lynx will not send a user-agent string.
 
897
 * You can override this in the 'O'ptions menu.
 
898
 */
 
899
#define SEND_USERAGENT TRUE
 
900
 
895
901
/*******************************
896
902
 * If ACCEPT_ALL_COOKIES is set TRUE, and SET_COOKIES is TRUE, Lynx will
897
903
 * accept all cookies.
1420
1426
 * the version definition with the Project Version on checkout.  Just
1421
1427
 * ignore it. - kw */
1422
1428
/* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
1423
 
#define LYNX_VERSION "2.8.7pre.4"
 
1429
#define LYNX_VERSION "2.8.7pre.5"
1424
1430
#define LYNX_WWW_HOME "http://lynx.isc.org/"
1425
1431
#define LYNX_WWW_DIST "http://lynx.isc.org/current/"
1426
1432
/* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
1427
 
#define LYNX_DATE "Mon, 25 May 2009 17:10:12 -0700"
 
1433
#define LYNX_DATE "Sat, 06 Jun 2009 17:30:35 -0700"
1428
1434
#define LYNX_DATE_OFF 5         /* truncate the automatically-generated date */
1429
1435
#define LYNX_DATE_LEN 11        /* truncate the automatically-generated date */
1430
1436