Check HAVE_X11.
authorhanda <handa>
Mon, 5 Sep 2005 00:32:56 +0000 (00:32 +0000)
committerhanda <handa>
Mon, 5 Sep 2005 00:32:56 +0000 (00:32 +0000)
src/m17n-X.c

index 1170067..e203254 100644 (file)
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.  */
 
+#include "config.h"
+
+#ifdef HAVE_X11
+
 #if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE)
 /*** @addtogroup m17nInternal
      @{ */
 
-#include "config.h"
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
@@ -2506,6 +2508,12 @@ MInputDriver minput_xim_driver =
 
 /*** @} */ 
 
+#else  /* not HAVE_X11 */
+
+int device_open () { return -1; }
+
+#endif /* not HAVE_X11 */
+
 /*
   Local Variables:
   coding: euc-japan