Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 3830:e58f4b9ab1ad
[xemacs-hg @ 2007-02-15 16:11:52 by stephent]
Adapt canna autodetection to current reality. <878xeze6qj.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 15 Feb 2007 16:12:19 +0000 |
parents | 6d4dc9ec7240 |
children | 8fe2dec941b3 |
comparison
equal
deleted
inserted
replaced
3829:5320274f018b | 3830:e58f4b9ab1ad |
---|---|
675 #undef XIM_XLIB | 675 #undef XIM_XLIB |
676 #undef XIM_MOTIF | 676 #undef XIM_MOTIF |
677 | 677 |
678 /* Non-XIM input methods for use with Mule. */ | 678 /* Non-XIM input methods for use with Mule. */ |
679 #undef HAVE_CANNA | 679 #undef HAVE_CANNA |
680 #undef CANNA_NEW_WCHAR_AWARE | |
680 #undef HAVE_WNN | 681 #undef HAVE_WNN |
681 #undef WNN6 | 682 #undef WNN6 |
682 | 683 |
683 /* Debugging development option: Remove inessential but time consuming | 684 /* Debugging development option: Remove inessential but time consuming |
684 actions from happening during build. This saves a lot of time when | 685 actions from happening during build. This saves a lot of time when |
1044 #if defined (sparc) && !defined (USG) | 1045 #if defined (sparc) && !defined (USG) |
1045 #define OBJECTS_SYSTEM sunOS-fix.o strcmp.o strcpy.o | 1046 #define OBJECTS_SYSTEM sunOS-fix.o strcmp.o strcpy.o |
1046 #endif | 1047 #endif |
1047 | 1048 |
1048 #ifdef HAVE_CANNA | 1049 #ifdef HAVE_CANNA |
1049 # define CANNA2 | |
1050 # define CANNA_MULE | 1050 # define CANNA_MULE |
1051 # define CANNA_PURESIZE 0 | 1051 # define CANNA_PURESIZE 0 |
1052 #else /* not CANNA */ | 1052 #else /* not CANNA */ |
1053 # define CANNA_PURESIZE 0 | 1053 # define CANNA_PURESIZE 0 |
1054 #endif /* not CANNA */ | 1054 #endif /* not CANNA */ |