diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
commit | b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7 (patch) | |
tree | 3950755fe9c7cbd781812190c434dc03b556cb3a /BUILD/VS2003/lynx | |
parent | 1ea06981b36d56576eb36799919b5ef74e91021d (diff) | |
download | lynx-snapshots-b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8i
Diffstat (limited to 'BUILD/VS2003/lynx')
-rw-r--r-- | BUILD/VS2003/lynx/lynx_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/VS2003/lynx/lynx_cfg.h b/BUILD/VS2003/lynx/lynx_cfg.h index 5e5f25a3..2861e1f1 100644 --- a/BUILD/VS2003/lynx/lynx_cfg.h +++ b/BUILD/VS2003/lynx/lynx_cfg.h @@ -1,4 +1,4 @@ -// $LynxId: lynx_cfg.h,v 1.5 2010/11/06 13:37:00 tom Exp $ +// $LynxId: lynx_cfg.h,v 1.6 2011/05/28 13:07:55 tom Exp $ // definitions abstracted from makefile.msc #ifndef LYNX_CFG_H @@ -13,7 +13,7 @@ #define DIRED_SUPPORT 1 #define DISP_PARTIAL 1 #define DOSPATH 1 -#define EXP_ALT_BINDINGS 1 +#define USE_ALT_BINDINGS 1 #define EXP_NESTED_TABLES 1 #define HAVE_KEYPAD 1 #define HAVE_PUTENV 1 |