aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-23 18:42:24 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-23 18:42:24 +0000
commit2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9 (patch)
tree88417f5fec14aa97d75dba5f712078ad5d5e66bf /config.h.in
parentcd in subdir (diff)
downloadw3m-2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9.tar.gz
w3m-2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9.zip
gettextize initial modifications
Diffstat (limited to '')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index aa149a6..fad194b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,9 @@
#define JA 0
#define EN 1
+/* Name of package */
+#undef PACKAGE
+
#define HELP_FILE "w3mhelp.html"
#define HELP_CGI "w3mhelp"
#define W3MCONFIG "w3mconfig"
@@ -39,6 +42,11 @@
#define USE_UNICODE
#define W3M_LANG @W3M_LANG@
#define LANG W3M_LANG
+
+/* Define to 1 if translation of program messages to the user's
+ native language is requested. */
+#undef ENABLE_NLS
+
#undef USE_COLOR
#undef USE_ANSI_COLOR
#undef USE_BG_COLOR
@@ -128,6 +136,7 @@ typedef long clen_t;
#undef HAVE_GETPASSPHRASE
#undef HAVE_CHDIR
#undef HAVE_SETPGRP
+#undef HAVE_SETLOCALE
#undef SETPGRP_VOID
#ifdef SETPGRP_VOID