@@ -843,7 +843,6 @@ with_gnome_includes
843843with_gnome_libs
844844with_gnome
845845with_motif_lib
846- enable_uimfep
847846with_tlib
848847enable_largefile
849848enable_acl
@@ -1507,7 +1506,6 @@ Optional Features:
15071506 --enable-carbon-check If auto-select GUI, check for Carbon default=yes
15081507 --enable-macvim-check If auto-select GUI, check for MacVim default=yes
15091508 --disable-gtktest Do not try to compile and run a test GTK program
1510- --disable-uimfep Don't support UIMFEP.
15111509 --disable-largefile omit support for large files
15121510 --disable-acl Don't check for ACL support.
15131511 --disable-gpm Don't use gpm (Linux mouse daemon).
@@ -5845,15 +5843,6 @@ $as_echo "OK" >&6; }
58455843 vi_cv_perllib=` $vi_cv_path_perl -MConfig -e ' print $Config{privlibexp}' `
58465844 vi_cv_perlsitelib=` $vi_cv_path_perl -MConfig -e ' print $Config{sitelibexp}' `
58475845
5848-
5849- vi_cv_perl_extutils=unknown_perl_extutils_path
5850- for extutils_rel_path in ExtUtils vendor_perl/ExtUtils; do
5851- xsubpp_path=" $vi_cv_perllib /$extutils_rel_path /xsubpp"
5852- if test -f " $xsubpp_path " ; then
5853- vi_cv_perl_xsubpp=" $xsubpp_path "
5854- fi
5855- done
5856-
58575846 vi_cv_perl_extutils=unknown_perl_extutils_path
58585847 for extutils_rel_path in ExtUtils vendor_perl/ExtUtils; do
58595848 xsubpp_path=" $vi_cv_perllib /$extutils_rel_path /xsubpp"
@@ -9974,26 +9963,6 @@ $as_echo "no GUI selected; hangul input has been disabled" >&6; }
99749963 fi
99759964fi
99769965
9977- { $as_echo " $as_me :${as_lineno-$LINENO } : checking --disable-uimfep argument" >&5
9978- $as_echo_n " checking --disable-uimfep argument... " >&6 ; }
9979- # Check whether --enable-uimfep was given.
9980- if test " ${enable_uimfep+set} " = set ; then :
9981- enableval=$enable_uimfep ;
9982- else
9983- enable_uimfep=" yes"
9984- fi
9985-
9986- if test " $enable_uimfep " = " yes" ; then
9987- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
9988- $as_echo " no" >&6 ; }
9989- $as_echo " #define FEAT_UIMFEP 1" >> confdefs.h
9990-
9991- else
9992- { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
9993- $as_echo " yes" >&6 ; }
9994- fi
9995-
9996-
99979966
99989967{ $as_echo " $as_me :${as_lineno-$LINENO } : checking whether toupper is broken" >&5
99999968$as_echo_n " checking whether toupper is broken... " >&6 ; }
@@ -11933,7 +11902,7 @@ else
1193311902 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1193411903 since some C++ compilers masquerading as C compilers
1193511904 incorrectly reject 9223372036854775807. */
11936- #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
11905+ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
1193711906 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1193811907 && LARGE_OFF_T % 2147483647 == 1)
1193911908 ? 1 : -1];
@@ -11979,7 +11948,7 @@ else
1197911948 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1198011949 since some C++ compilers masquerading as C compilers
1198111950 incorrectly reject 9223372036854775807. */
11982- #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
11951+ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
1198311952 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1198411953 && LARGE_OFF_T % 2147483647 == 1)
1198511954 ? 1 : -1];
@@ -12003,7 +11972,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1200311972 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1200411973 since some C++ compilers masquerading as C compilers
1200511974 incorrectly reject 9223372036854775807. */
12006- #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
11975+ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
1200711976 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1200811977 && LARGE_OFF_T % 2147483647 == 1)
1200911978 ? 1 : -1];
@@ -12048,7 +12017,7 @@ else
1204812017 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1204912018 since some C++ compilers masquerading as C compilers
1205012019 incorrectly reject 9223372036854775807. */
12051- #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
12020+ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
1205212021 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1205312022 && LARGE_OFF_T % 2147483647 == 1)
1205412023 ? 1 : -1];
@@ -12072,7 +12041,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1207212041 We can't simply define LARGE_OFF_T to be 9223372036854775807,
1207312042 since some C++ compilers masquerading as C compilers
1207412043 incorrectly reject 9223372036854775807. */
12075- #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
12044+ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
1207612045 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1207712046 && LARGE_OFF_T % 2147483647 == 1)
1207812047 ? 1 : -1];
0 commit comments