about summary refs log tree commit diff stats
path: root/src/LYCharSets.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-11-24 10:48:33 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2009-11-24 10:48:33 -0500
commit99d74890011b0327f07e7d827e5f93a929115ad4 (patch)
treed50eea426ee833ac4706907b710beea2fc423eef /src/LYCharSets.h
parent0890416a30a4441e6936c039207c13cc623678db (diff)
downloadlynx-snapshots-99d74890011b0327f07e7d827e5f93a929115ad4.tar.gz
snapshot of project "lynx", label v2-8-8dev_1c
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r--src/LYCharSets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h
index 6ca20fc6..0b698be1 100644
--- a/src/LYCharSets.h
+++ b/src/LYCharSets.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYCharSets.h,v 1.31 2009/05/25 13:48:24 tom Exp $
+ * $LynxId: LYCharSets.h,v 1.32 2009/11/21 15:52:05 tom Exp $
  */
 #ifndef LYCHARSETS_H
 #define LYCHARSETS_H
@@ -70,11 +70,11 @@ extern "C" {
     extern BOOL force_old_UCLYhndl_on_reload;
     extern int forced_UCLYhdnl;
 
-#ifndef  EXP_CHARSET_CHOICE
+#ifndef  USE_CHARSET_CHOICE
 # define ALL_CHARSETS_IN_O_MENU_SCREEN 1
 #endif
 
-#ifdef EXP_CHARSET_CHOICE
+#ifdef USE_CHARSET_CHOICE
     typedef struct {
 	BOOL hide_display;	/* if FALSE, show in "display-charset" menu */
 	BOOL hide_assumed;	/* if FALSE, show in "assumed-charset" menu */
@@ -117,7 +117,7 @@ extern "C" {
 #endif
 /* this will be called after lynx.cfg and .lynxrc are read */
     extern void init_charset_subsets(void);
-#endif				/* EXP_CHARSET_CHOICE */
+#endif				/* USE_CHARSET_CHOICE */
 
 #if !defined(NO_AUTODETECT_DISPLAY_CHARSET)
 #  ifdef __EMX__