diff --git a/mio/Makefile.in b/mio/Makefile.in index ef3fa1f..c3bfc6b 100644 --- a/mio/Makefile.in +++ b/mio/Makefile.in @@ -164,8 +164,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/ac/ar-lib \ $(top_srcdir)/ac/compile $(top_srcdir)/ac/config.guess \ $(top_srcdir)/ac/config.sub $(top_srcdir)/ac/install-sh \ $(top_srcdir)/ac/ltmain.sh $(top_srcdir)/ac/missing ac/ar-lib \ - ac/compile ac/config.guess ac/config.sub ac/install-sh \ - ac/ltmain.sh ac/missing + ac/compile ac/config.guess ac/config.sub ac/depcomp \ + ac/install-sh ac/ltmain.sh ac/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -346,7 +346,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -577,7 +576,7 @@ distdir: $(DISTFILES) ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -603,7 +602,7 @@ dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -621,7 +620,7 @@ dist dist-all: distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -631,7 +630,7 @@ distcheck: dist *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac diff --git a/mio/configure b/mio/configure index 49a2433..a6ee0d3 100755 --- a/mio/configure +++ b/mio/configure @@ -768,7 +768,6 @@ infodir docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -858,7 +857,6 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1111,15 +1109,6 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; - -runstatedir | --runstatedir | --runstatedi | --runstated \ - | --runstate | --runstat | --runsta | --runst | --runs \ - | --run | --ru | --r) - ac_prev=runstatedir ;; - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ - | --run=* | --ru=* | --r=*) - runstatedir=$ac_optarg ;; - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1257,7 +1246,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir runstatedir + libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1410,7 +1399,6 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] diff --git a/mio/lib/Makefile.in b/mio/lib/Makefile.in index 11d9b0a..9c27bea 100644 --- a/mio/lib/Makefile.in +++ b/mio/lib/Makefile.in @@ -361,7 +361,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/mio/lib/mio-cfg.h.in b/mio/lib/mio-cfg.h.in index 07b908d..87a601d 100644 --- a/mio/lib/mio-cfg.h.in +++ b/mio/lib/mio-cfg.h.in @@ -708,126 +708,11 @@ /* __va_copy is available */ #undef HAVE___VA_COPY -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR -/* The size of `MB_LEN_MAX', as computed by valueof. */ -#undef NUMVALOF_MB_LEN_MAX - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* The size of `char', as computed by sizeof. */ -#undef SIZEOF_CHAR - -/* The size of `double', as computed by sizeof. */ -#undef SIZEOF_DOUBLE - -/* The size of `float', as computed by sizeof. */ -#undef SIZEOF_FLOAT - -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of `long double', as computed by sizeof. */ -#undef SIZEOF_LONG_DOUBLE - -/* The size of `long long', as computed by sizeof. */ -#undef SIZEOF_LONG_LONG - -/* The size of `mbstate_t', as computed by sizeof. */ -#undef SIZEOF_MBSTATE_T - -/* The size of `off64_t', as computed by sizeof. */ -#undef SIZEOF_OFF64_T - -/* The size of `off_t', as computed by sizeof. */ -#undef SIZEOF_OFF_T - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of `socklen_t', as computed by sizeof. */ -#undef SIZEOF_SOCKLEN_T - -/* The size of `struct sockaddr_dl', as computed by sizeof. */ -#undef SIZEOF_STRUCT_SOCKADDR_DL - -/* The size of `struct sockaddr_in', as computed by sizeof. */ -#undef SIZEOF_STRUCT_SOCKADDR_IN - -/* The size of `struct sockaddr_in6', as computed by sizeof. */ -#undef SIZEOF_STRUCT_SOCKADDR_IN6 - -/* The size of `struct sockaddr_ll', as computed by sizeof. */ -#undef SIZEOF_STRUCT_SOCKADDR_LL - -/* The size of `struct sockaddr_un', as computed by sizeof. */ -#undef SIZEOF_STRUCT_SOCKADDR_UN - -/* The size of `void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - -/* The size of `wchar_t', as computed by sizeof. */ -#undef SIZEOF_WCHAR_T - -/* The size of `__float128', as computed by sizeof. */ -#undef SIZEOF___FLOAT128 - -/* The size of `__int128', as computed by sizeof. */ -#undef SIZEOF___INT128 - -/* The size of `__int128_t', as computed by sizeof. */ -#undef SIZEOF___INT128_T - -/* The size of `__int16', as computed by sizeof. */ -#undef SIZEOF___INT16 - -/* The size of `__int16_t', as computed by sizeof. */ -#undef SIZEOF___INT16_T - -/* The size of `__int32', as computed by sizeof. */ -#undef SIZEOF___INT32 - -/* The size of `__int32_t', as computed by sizeof. */ -#undef SIZEOF___INT32_T - -/* The size of `__int64', as computed by sizeof. */ -#undef SIZEOF___INT64 - -/* The size of `__int64_t', as computed by sizeof. */ -#undef SIZEOF___INT64_T - -/* The size of `__int8', as computed by sizeof. */ -#undef SIZEOF___INT8 - -/* The size of `__int8_t', as computed by sizeof. */ -#undef SIZEOF___INT8_T - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Use the unicode character type as the default character type */ +#undef MIO_ENABLE_UNICODE /* Big Endian */ #undef MIO_ENDIAN_BIG @@ -943,6 +828,129 @@ /* Define if socklen_t is signed */ #undef MIO_SOCKLEN_T_IS_SIGNED +/* Unicode character type size */ +#undef MIO_UNICODE_SIZE + +/* The size of `MB_LEN_MAX', as computed by valueof. */ +#undef NUMVALOF_MB_LEN_MAX + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* The size of `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of `double', as computed by sizeof. */ +#undef SIZEOF_DOUBLE + +/* The size of `float', as computed by sizeof. */ +#undef SIZEOF_FLOAT + +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `long double', as computed by sizeof. */ +#undef SIZEOF_LONG_DOUBLE + +/* The size of `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + +/* The size of `mbstate_t', as computed by sizeof. */ +#undef SIZEOF_MBSTATE_T + +/* The size of `off64_t', as computed by sizeof. */ +#undef SIZEOF_OFF64_T + +/* The size of `off_t', as computed by sizeof. */ +#undef SIZEOF_OFF_T + +/* The size of `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of `socklen_t', as computed by sizeof. */ +#undef SIZEOF_SOCKLEN_T + +/* The size of `struct sockaddr_dl', as computed by sizeof. */ +#undef SIZEOF_STRUCT_SOCKADDR_DL + +/* The size of `struct sockaddr_in', as computed by sizeof. */ +#undef SIZEOF_STRUCT_SOCKADDR_IN + +/* The size of `struct sockaddr_in6', as computed by sizeof. */ +#undef SIZEOF_STRUCT_SOCKADDR_IN6 + +/* The size of `struct sockaddr_ll', as computed by sizeof. */ +#undef SIZEOF_STRUCT_SOCKADDR_LL + +/* The size of `struct sockaddr_un', as computed by sizeof. */ +#undef SIZEOF_STRUCT_SOCKADDR_UN + +/* The size of `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + +/* The size of `wchar_t', as computed by sizeof. */ +#undef SIZEOF_WCHAR_T + +/* The size of `__float128', as computed by sizeof. */ +#undef SIZEOF___FLOAT128 + +/* The size of `__int128', as computed by sizeof. */ +#undef SIZEOF___INT128 + +/* The size of `__int128_t', as computed by sizeof. */ +#undef SIZEOF___INT128_T + +/* The size of `__int16', as computed by sizeof. */ +#undef SIZEOF___INT16 + +/* The size of `__int16_t', as computed by sizeof. */ +#undef SIZEOF___INT16_T + +/* The size of `__int32', as computed by sizeof. */ +#undef SIZEOF___INT32 + +/* The size of `__int32_t', as computed by sizeof. */ +#undef SIZEOF___INT32_T + +/* The size of `__int64', as computed by sizeof. */ +#undef SIZEOF___INT64 + +/* The size of `__int64_t', as computed by sizeof. */ +#undef SIZEOF___INT64_T + +/* The size of `__int8', as computed by sizeof. */ +#undef SIZEOF___INT8 + +/* The size of `__int8_t', as computed by sizeof. */ +#undef SIZEOF___INT8_T + +/* The size of `__uint128_t', as computed by sizeof. */ +#undef SIZEOF___UINT128_T + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Version number of package */ #undef VERSION