diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
commit | f6e997b7f73d01db84665bc924ba2d065e314e43 (patch) | |
tree | e5a6682d03360506ad1db6b3d1f5934a5911db50 /src/LYGlobalDefs.h | |
parent | 0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (diff) | |
download | lynx-snapshots-f6e997b7f73d01db84665bc924ba2d065e314e43.tar.gz |
snapshot of project "lynx", label v2-8-5dev_11
Diffstat (limited to 'src/LYGlobalDefs.h')
-rw-r--r-- | src/LYGlobalDefs.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/LYGlobalDefs.h b/src/LYGlobalDefs.h index 3cd16f87..821e9f94 100644 --- a/src/LYGlobalDefs.h +++ b/src/LYGlobalDefs.h @@ -57,10 +57,6 @@ extern BOOLEAN UseFixedRecords; /* convert binary files to FIXED 512 records */ extern char *list_format; #endif /* !VMS */ -#ifdef VMS -extern char *LYCSwingPath; -#endif /* VMS */ - #ifdef DIRED_SUPPORT typedef enum { @@ -144,8 +140,8 @@ extern char star_string[MAX_LINE + 1]; /* from GridText.c */ ((n) >= MAX_LINE ? star_string : &star_string[(MAX_LINE-1)] - (n)) typedef enum { - SHOW_COLOR_UNKNOWN = 0 - , SHOW_COLOR_NEVER + SHOW_COLOR_UNKNOWN = -1 + , SHOW_COLOR_NEVER = 0 /* positive numbers are index in LYOptions.c */ , SHOW_COLOR_OFF , SHOW_COLOR_ON , SHOW_COLOR_ALWAYS |