From xemacs-m  Thu Feb  6 20:52:36 1997
Received: from pentagana.sonic.jp (root@tokyo-02-072.gol.com [202.243.51.72])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA26701
	for <xemacs-beta@xemacs.org>; Thu, 6 Feb 1997 20:52:35 -0600 (CST)
Received: from mother.sonic.jp (mother.sonic.jp [194.93.1.1]) by pentagana.sonic.jp (8.7.1+2.6Wbeta4/3.4W3) with ESMTP id LAA05792 for <xemacs-beta@xemacs.org>; Fri, 7 Feb 1997 11:51:35 +0900
Received: from pentagana (jhod@[194.93.1.69]) by mother.sonic.jp with SMTP (8.7.1/8.7.1) id LAA13340 for <xemacs-beta@xemacs.org>; Fri, 7 Feb 1997 11:51:30 +0900 (JST)
Sender: jhod@mother.sonic.jp
Message-ID: <32FA98B3.6EF3CF59@po.iijnet.or.jp>
Date: Fri, 07 Feb 1997 11:51:31 +0900
From: Jareth Hein <jhod@po.iijnet.or.jp>
Organization: Sonic Software Planning, Tokyo
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.28 i586)
MIME-Version: 1.0
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Re: Patches to get WNN working
References: <32F96633.6B7DEDBB@po.iijnet.or.jp>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Apparently I forgot one file in the patch I sent to get Wnn working.
In order to support WNN6 the following file needs a quick change:

*** ./src/config.h.in.old       Thu Feb  6 16:02:32 1997
--- ./src/config.h.in   Thu Feb  6 16:03:10 1997
***************
*** 390,395 ****
--- 390,396 ----
  /* Non-XIM input methods for use with Mule. */
  #undef HAVE_CANNA
  #undef HAVE_WNN
+ #undef WNN6
  
  /* Mocklisp Support. */
  #undef MOCKLISP_SUPPORT

--Jareth

