--- kinput2-3.1.orig/Kinput2.conf
+++ kinput2-3.1/Kinput2.conf
@@ -8,18 +8,17 @@
 
 /**
  ** Conversion system configuration:
- **	Kinput2 supports 4 conversion systems, Wnn, Canna, Sj3 and Atok.
+ **	Kinput2 supports 3 conversion systems, Wnn, Canna and Sj3.
  **	In order to install and use kinput2, you have to compile and
  **	install at least one of them.  If you select more than one
  **	conversion system, you can choose one at run time with a
  **	command line option.
  **/
 
-/* #define UseWnn */	/* define if you are going to use Wnn (v4, v6 or v7) */
-/* #define UseWnn6 */	/* define if you are going to use Wnn6 or above */
+/* #define UseWnn */	/* define if you are going to use Wnn (v4 or v6) */
+/* #define UseWnn6 */	/* define if you are going to use Wnn6 */
 #define UseCanna	/* define if you are going to use Canna */
 #define UseSj3		/* define if you are going to use Sj3 */
-/* #define UseAtok */	/* define if you are going to use Atok */
 
 
 XCOMM Wnn configuration
@@ -121,22 +120,6 @@
 SJ3LIB = $(SJ3SRC)/sj3lib/libsj3lib.a
 
 
-XCOMM Atok configuration
-/*
- * If you define UseAtok, set following 2 variables:
- *	ATOKINCDIR: Atok include file directory (if atok.h is there)
- *	ATOKLIBDIR: Atok client-side library directory
- */
-
-/*
- * If you have already installed Atok header files and libraries..
- */
-XCOMM use installed headers/libraries
-XCOMM ATOKINCDIR = /usr/include/atok
-XCOMM ATOKLIBDIR = /usr/jp/lib
-ATOKLIB = -latok12n -latok12util
-
-
 /**
  ** Transport configuration:
  **	Kinput2 X Input Method Protocol handler supports
