[uim-commit] r2266 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Sun Nov 27 10:13:06 PST 2005


Author: yamaken
Date: 2005-11-27 10:13:02 -0800 (Sun, 27 Nov 2005)
New Revision: 2266

Modified:
   trunk/uim/canna.c
Log:
* uim/canna.c
  - Remove #include <dlfcn.h>
  - (LIBCANNA_SO): Removed


Modified: trunk/uim/canna.c
===================================================================
--- trunk/uim/canna.c	2005-11-27 15:04:10 UTC (rev 2265)
+++ trunk/uim/canna.c	2005-11-27 18:13:02 UTC (rev 2266)
@@ -37,7 +37,6 @@
 #ifdef HAVE_CANNA_RK_H
 #include <canna/RK.h>
 #include <stdlib.h>
-#include <dlfcn.h>
 #include <errno.h>
 #include <string.h>
 #include "uim-scm.h"
@@ -47,7 +46,6 @@
 /* #define UIM_CANNA_DEBUG */
 
 #define MAX_CONTEXT 256
-#define LIBCANNA_SO	"libcanna.so"
 
 #define BUFSIZE 1024
 



More information about the uim-commit mailing list