regenerated build files
This commit is contained in:
parent
3950555fc2
commit
27695e69cd
@ -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/compile $(top_srcdir)/ac/config.guess \
|
||||||
$(top_srcdir)/ac/config.sub $(top_srcdir)/ac/install-sh \
|
$(top_srcdir)/ac/config.sub $(top_srcdir)/ac/install-sh \
|
||||||
$(top_srcdir)/ac/ltmain.sh $(top_srcdir)/ac/missing ac/ar-lib \
|
$(top_srcdir)/ac/ltmain.sh $(top_srcdir)/ac/missing ac/ar-lib \
|
||||||
ac/compile ac/config.guess ac/config.sub ac/install-sh \
|
ac/compile ac/config.guess ac/config.sub ac/depcomp \
|
||||||
ac/ltmain.sh ac/missing
|
ac/install-sh ac/ltmain.sh ac/missing
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
distdir = $(PACKAGE)-$(VERSION)
|
distdir = $(PACKAGE)-$(VERSION)
|
||||||
top_distdir = $(distdir)
|
top_distdir = $(distdir)
|
||||||
@ -346,7 +346,6 @@ pdfdir = @pdfdir@
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
program_transform_name = @program_transform_name@
|
program_transform_name = @program_transform_name@
|
||||||
psdir = @psdir@
|
psdir = @psdir@
|
||||||
runstatedir = @runstatedir@
|
|
||||||
sbindir = @sbindir@
|
sbindir = @sbindir@
|
||||||
sharedstatedir = @sharedstatedir@
|
sharedstatedir = @sharedstatedir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
@ -577,7 +576,7 @@ distdir: $(DISTFILES)
|
|||||||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||||
|| chmod -R a+r "$(distdir)"
|
|| chmod -R a+r "$(distdir)"
|
||||||
dist-gzip: 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)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-bzip2: distdir
|
dist-bzip2: distdir
|
||||||
@ -603,7 +602,7 @@ dist-shar: distdir
|
|||||||
@echo WARNING: "Support for shar distribution archives is" \
|
@echo WARNING: "Support for shar distribution archives is" \
|
||||||
"deprecated." >&2
|
"deprecated." >&2
|
||||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&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)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-zip: distdir
|
dist-zip: distdir
|
||||||
@ -621,7 +620,7 @@ dist dist-all:
|
|||||||
distcheck: dist
|
distcheck: dist
|
||||||
case '$(DIST_ARCHIVES)' in \
|
case '$(DIST_ARCHIVES)' in \
|
||||||
*.tar.gz*) \
|
*.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*) \
|
*.tar.bz2*) \
|
||||||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||||
*.tar.lz*) \
|
*.tar.lz*) \
|
||||||
@ -631,7 +630,7 @@ distcheck: dist
|
|||||||
*.tar.Z*) \
|
*.tar.Z*) \
|
||||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||||
*.shar.gz*) \
|
*.shar.gz*) \
|
||||||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|
||||||
*.zip*) \
|
*.zip*) \
|
||||||
unzip $(distdir).zip ;;\
|
unzip $(distdir).zip ;;\
|
||||||
esac
|
esac
|
||||||
|
14
mio/configure
vendored
14
mio/configure
vendored
@ -768,7 +768,6 @@ infodir
|
|||||||
docdir
|
docdir
|
||||||
oldincludedir
|
oldincludedir
|
||||||
includedir
|
includedir
|
||||||
runstatedir
|
|
||||||
localstatedir
|
localstatedir
|
||||||
sharedstatedir
|
sharedstatedir
|
||||||
sysconfdir
|
sysconfdir
|
||||||
@ -858,7 +857,6 @@ datadir='${datarootdir}'
|
|||||||
sysconfdir='${prefix}/etc'
|
sysconfdir='${prefix}/etc'
|
||||||
sharedstatedir='${prefix}/com'
|
sharedstatedir='${prefix}/com'
|
||||||
localstatedir='${prefix}/var'
|
localstatedir='${prefix}/var'
|
||||||
runstatedir='${localstatedir}/run'
|
|
||||||
includedir='${prefix}/include'
|
includedir='${prefix}/include'
|
||||||
oldincludedir='/usr/include'
|
oldincludedir='/usr/include'
|
||||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||||
@ -1111,15 +1109,6 @@ do
|
|||||||
| -silent | --silent | --silen | --sile | --sil)
|
| -silent | --silent | --silen | --sile | --sil)
|
||||||
silent=yes ;;
|
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)
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
||||||
ac_prev=sbindir ;;
|
ac_prev=sbindir ;;
|
||||||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
||||||
@ -1257,7 +1246,7 @@ fi
|
|||||||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
||||||
datadir sysconfdir sharedstatedir localstatedir includedir \
|
datadir sysconfdir sharedstatedir localstatedir includedir \
|
||||||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
||||||
libdir localedir mandir runstatedir
|
libdir localedir mandir
|
||||||
do
|
do
|
||||||
eval ac_val=\$$ac_var
|
eval ac_val=\$$ac_var
|
||||||
# Remove trailing slashes.
|
# Remove trailing slashes.
|
||||||
@ -1410,7 +1399,6 @@ Fine tuning of the installation directories:
|
|||||||
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||||
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||||
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
|
||||||
--libdir=DIR object code libraries [EPREFIX/lib]
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
||||||
--includedir=DIR C header files [PREFIX/include]
|
--includedir=DIR C header files [PREFIX/include]
|
||||||
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||||
|
@ -361,7 +361,6 @@ pdfdir = @pdfdir@
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
program_transform_name = @program_transform_name@
|
program_transform_name = @program_transform_name@
|
||||||
psdir = @psdir@
|
psdir = @psdir@
|
||||||
runstatedir = @runstatedir@
|
|
||||||
sbindir = @sbindir@
|
sbindir = @sbindir@
|
||||||
sharedstatedir = @sharedstatedir@
|
sharedstatedir = @sharedstatedir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
@ -708,126 +708,11 @@
|
|||||||
/* __va_copy is available */
|
/* __va_copy is available */
|
||||||
#undef HAVE___VA_COPY
|
#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
|
#undef LT_OBJDIR
|
||||||
|
|
||||||
/* The size of `MB_LEN_MAX', as computed by valueof. */
|
/* Use the unicode character type as the default character type */
|
||||||
#undef NUMVALOF_MB_LEN_MAX
|
#undef MIO_ENABLE_UNICODE
|
||||||
|
|
||||||
/* 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
|
|
||||||
|
|
||||||
/* Big Endian */
|
/* Big Endian */
|
||||||
#undef MIO_ENDIAN_BIG
|
#undef MIO_ENDIAN_BIG
|
||||||
@ -943,6 +828,129 @@
|
|||||||
/* Define if socklen_t is signed */
|
/* Define if socklen_t is signed */
|
||||||
#undef MIO_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 */
|
/* Version number of package */
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user