Auto-commit of generated files.
This commit is contained in:
parent
bc3122541b
commit
7d2a1c5ef5
3 changed files with 311 additions and 195 deletions
|
@ -24,7 +24,7 @@
|
|||
# the same distribution terms as the rest of that program.
|
||||
#
|
||||
# Generated by gnulib-tool.
|
||||
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat
|
||||
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
|
@ -52,9 +52,10 @@ subdir = lib
|
|||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
|
||||
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \
|
||||
$(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/filemode.m4 \
|
||||
$(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \
|
||||
$(top_srcdir)/m4/gl-comp.m4 $(top_srcdir)/m4/gnulib-common.m4 \
|
||||
$(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/extensions.m4 \
|
||||
$(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/getloadavg.m4 \
|
||||
$(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \
|
||||
$(top_srcdir)/m4/gnulib-common.m4 \
|
||||
$(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
|
||||
$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \
|
||||
$(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \
|
||||
|
@ -738,14 +739,14 @@ BUILT_SOURCES = $(ALLOCA_H) arg-nonnull.h c++defs.h $(GETOPT_H) \
|
|||
stdio.h stdlib.h sys/stat.h time.h unistd.h warn-on-use.h
|
||||
EXTRA_DIST = alloca.in.h allocator.h $(top_srcdir)/./arg-nonnull.h \
|
||||
$(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h sha256.h \
|
||||
sha512.h dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c \
|
||||
getopt.c getopt.in.h getopt1.c getopt_int.h ignore-value.h \
|
||||
intprops.h inttypes.in.h lstat.c mktime-internal.h mktime.c \
|
||||
readlink.c stat.c stdarg.in.h stdbool.in.h stddef.in.h \
|
||||
stdint.in.h stdio.in.h stdlib.in.h strftime.h strtol.c \
|
||||
strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
|
||||
sys_stat.in.h time.in.h time_r.c u64.h unistd.in.h verify.h \
|
||||
$(top_srcdir)/./warn-on-use.h
|
||||
sha512.h dosname.h ftoastr.c ftoastr.h dup2.c filemode.h \
|
||||
getloadavg.c getopt.c getopt.in.h getopt1.c getopt_int.h \
|
||||
ignore-value.h intprops.h inttypes.in.h lstat.c \
|
||||
mktime-internal.h mktime.c readlink.c stat.c stdarg.in.h \
|
||||
stdbool.in.h stddef.in.h stdint.in.h stdio.in.h stdlib.in.h \
|
||||
strftime.h strtol.c strtoul.c strtoull.c strtoimax.c \
|
||||
strtoumax.c symlink.c sys_stat.in.h time.in.h time_r.c u64.h \
|
||||
unistd.in.h verify.h $(top_srcdir)/./warn-on-use.h
|
||||
MOSTLYCLEANDIRS = sys
|
||||
MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arg-nonnull.h \
|
||||
arg-nonnull.h-t c++defs.h c++defs.h-t getopt.h getopt.h-t \
|
||||
|
@ -759,9 +760,10 @@ libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \
|
|||
sha512.c dtoastr.c filemode.c $(am__append_1) strftime.c
|
||||
libgnu_a_LIBADD = $(gl_LIBOBJS)
|
||||
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
||||
EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \
|
||||
lstat.c mktime.c readlink.c stat.c strtol.c strtoul.c \
|
||||
strtoull.c strtoimax.c strtoumax.c symlink.c time_r.c
|
||||
EXTRA_libgnu_a_SOURCES = ftoastr.c dup2.c getloadavg.c getopt.c \
|
||||
getopt1.c lstat.c mktime.c readlink.c stat.c strtol.c \
|
||||
strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
|
||||
time_r.c
|
||||
ARG_NONNULL_H = arg-nonnull.h
|
||||
CXXDEFS_H = c++defs.h
|
||||
WARN_ON_USE_H = warn-on-use.h
|
||||
|
@ -817,6 +819,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/careadlinkat.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@
|
||||
|
|
1
autogen/aclocal.m4
vendored
1
autogen/aclocal.m4
vendored
|
@ -987,6 +987,7 @@ AC_SUBST([am__untar])
|
|||
m4_include([m4/00gnulib.m4])
|
||||
m4_include([m4/alloca.m4])
|
||||
m4_include([m4/c-strtod.m4])
|
||||
m4_include([m4/dup2.m4])
|
||||
m4_include([m4/extensions.m4])
|
||||
m4_include([m4/filemode.m4])
|
||||
m4_include([m4/getloadavg.m4])
|
||||
|
|
472
autogen/configure
vendored
472
autogen/configure
vendored
|
@ -894,6 +894,72 @@ PRAGMA_COLUMNS
|
|||
PRAGMA_SYSTEM_HEADER
|
||||
INCLUDE_NEXT_AS_FIRST_DIRECTIVE
|
||||
INCLUDE_NEXT
|
||||
GETLOADAVG_LIBS
|
||||
REPLACE_WCTOMB
|
||||
REPLACE_UNSETENV
|
||||
REPLACE_STRTOD
|
||||
REPLACE_SETENV
|
||||
REPLACE_REALPATH
|
||||
REPLACE_REALLOC
|
||||
REPLACE_PUTENV
|
||||
REPLACE_MKSTEMP
|
||||
REPLACE_MBTOWC
|
||||
REPLACE_MALLOC
|
||||
REPLACE_CANONICALIZE_FILE_NAME
|
||||
REPLACE_CALLOC
|
||||
HAVE_DECL_UNSETENV
|
||||
HAVE_UNLOCKPT
|
||||
HAVE_SYS_LOADAVG_H
|
||||
HAVE_STRUCT_RANDOM_DATA
|
||||
HAVE_STRTOULL
|
||||
HAVE_STRTOLL
|
||||
HAVE_STRTOD
|
||||
HAVE_DECL_SETENV
|
||||
HAVE_SETENV
|
||||
HAVE_RPMATCH
|
||||
HAVE_REALPATH
|
||||
HAVE_RANDOM_R
|
||||
HAVE_RANDOM_H
|
||||
HAVE_PTSNAME
|
||||
HAVE_MKSTEMPS
|
||||
HAVE_MKSTEMP
|
||||
HAVE_MKOSTEMPS
|
||||
HAVE_MKOSTEMP
|
||||
HAVE_MKDTEMP
|
||||
HAVE_GRANTPT
|
||||
HAVE_GETSUBOPT
|
||||
HAVE_DECL_GETLOADAVG
|
||||
HAVE_CANONICALIZE_FILE_NAME
|
||||
HAVE_ATOLL
|
||||
HAVE__EXIT
|
||||
GNULIB_WCTOMB
|
||||
GNULIB_UNSETENV
|
||||
GNULIB_UNLOCKPT
|
||||
GNULIB_SYSTEM_POSIX
|
||||
GNULIB_STRTOULL
|
||||
GNULIB_STRTOLL
|
||||
GNULIB_STRTOD
|
||||
GNULIB_SETENV
|
||||
GNULIB_RPMATCH
|
||||
GNULIB_REALPATH
|
||||
GNULIB_REALLOC_POSIX
|
||||
GNULIB_RANDOM_R
|
||||
GNULIB_PUTENV
|
||||
GNULIB_PTSNAME
|
||||
GNULIB_MKSTEMPS
|
||||
GNULIB_MKSTEMP
|
||||
GNULIB_MKOSTEMPS
|
||||
GNULIB_MKOSTEMP
|
||||
GNULIB_MKDTEMP
|
||||
GNULIB_MBTOWC
|
||||
GNULIB_MALLOC_POSIX
|
||||
GNULIB_GRANTPT
|
||||
GNULIB_GETSUBOPT
|
||||
GNULIB_GETLOADAVG
|
||||
GNULIB_CANONICALIZE_FILE_NAME
|
||||
GNULIB_CALLOC_POSIX
|
||||
GNULIB_ATOLL
|
||||
GNULIB__EXIT
|
||||
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS
|
||||
UNISTD_H_HAVE_WINSOCK2_H
|
||||
REPLACE_WRITE
|
||||
|
@ -1004,72 +1070,6 @@ GNULIB_DUP3
|
|||
GNULIB_DUP2
|
||||
GNULIB_CLOSE
|
||||
GNULIB_CHOWN
|
||||
GETLOADAVG_LIBS
|
||||
REPLACE_WCTOMB
|
||||
REPLACE_UNSETENV
|
||||
REPLACE_STRTOD
|
||||
REPLACE_SETENV
|
||||
REPLACE_REALPATH
|
||||
REPLACE_REALLOC
|
||||
REPLACE_PUTENV
|
||||
REPLACE_MKSTEMP
|
||||
REPLACE_MBTOWC
|
||||
REPLACE_MALLOC
|
||||
REPLACE_CANONICALIZE_FILE_NAME
|
||||
REPLACE_CALLOC
|
||||
HAVE_DECL_UNSETENV
|
||||
HAVE_UNLOCKPT
|
||||
HAVE_SYS_LOADAVG_H
|
||||
HAVE_STRUCT_RANDOM_DATA
|
||||
HAVE_STRTOULL
|
||||
HAVE_STRTOLL
|
||||
HAVE_STRTOD
|
||||
HAVE_DECL_SETENV
|
||||
HAVE_SETENV
|
||||
HAVE_RPMATCH
|
||||
HAVE_REALPATH
|
||||
HAVE_RANDOM_R
|
||||
HAVE_RANDOM_H
|
||||
HAVE_PTSNAME
|
||||
HAVE_MKSTEMPS
|
||||
HAVE_MKSTEMP
|
||||
HAVE_MKOSTEMPS
|
||||
HAVE_MKOSTEMP
|
||||
HAVE_MKDTEMP
|
||||
HAVE_GRANTPT
|
||||
HAVE_GETSUBOPT
|
||||
HAVE_DECL_GETLOADAVG
|
||||
HAVE_CANONICALIZE_FILE_NAME
|
||||
HAVE_ATOLL
|
||||
HAVE__EXIT
|
||||
GNULIB_WCTOMB
|
||||
GNULIB_UNSETENV
|
||||
GNULIB_UNLOCKPT
|
||||
GNULIB_SYSTEM_POSIX
|
||||
GNULIB_STRTOULL
|
||||
GNULIB_STRTOLL
|
||||
GNULIB_STRTOD
|
||||
GNULIB_SETENV
|
||||
GNULIB_RPMATCH
|
||||
GNULIB_REALPATH
|
||||
GNULIB_REALLOC_POSIX
|
||||
GNULIB_RANDOM_R
|
||||
GNULIB_PUTENV
|
||||
GNULIB_PTSNAME
|
||||
GNULIB_MKSTEMPS
|
||||
GNULIB_MKSTEMP
|
||||
GNULIB_MKOSTEMPS
|
||||
GNULIB_MKOSTEMP
|
||||
GNULIB_MKDTEMP
|
||||
GNULIB_MBTOWC
|
||||
GNULIB_MALLOC_POSIX
|
||||
GNULIB_GRANTPT
|
||||
GNULIB_GETSUBOPT
|
||||
GNULIB_GETLOADAVG
|
||||
GNULIB_CANONICALIZE_FILE_NAME
|
||||
GNULIB_CALLOC_POSIX
|
||||
GNULIB_ATOLL
|
||||
GNULIB__EXIT
|
||||
GL_GENERATE_ALLOCA_H_FALSE
|
||||
GL_GENERATE_ALLOCA_H_TRUE
|
||||
ALLOCA_H
|
||||
|
@ -3083,6 +3083,7 @@ as_fn_append ac_header_list " stdlib.h"
|
|||
as_fn_append ac_header_list " unistd.h"
|
||||
as_fn_append ac_header_list " sys/param.h"
|
||||
as_fn_append ac_func_list " readlinkat"
|
||||
as_fn_append ac_func_list " dup2"
|
||||
gl_getopt_required=GNU
|
||||
as_fn_append ac_header_list " getopt.h"
|
||||
as_fn_append ac_header_list " wchar.h"
|
||||
|
@ -6549,6 +6550,7 @@ esac
|
|||
# Code from module crypto/sha512:
|
||||
# Code from module dosname:
|
||||
# Code from module dtoastr:
|
||||
# Code from module dup2:
|
||||
# Code from module extensions:
|
||||
|
||||
# Code from module filemode:
|
||||
|
@ -13586,7 +13588,7 @@ esac
|
|||
|
||||
|
||||
|
||||
for ac_func in gethostname getdomainname dup2 \
|
||||
for ac_func in gethostname getdomainname \
|
||||
rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
|
||||
random lrand48 logb frexp fmod rint cbrt ftime setsid \
|
||||
strerror fpathconf select euidaccess getpagesize tzset setlocale \
|
||||
|
@ -14292,119 +14294,6 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
|
|||
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
|
||||
$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
|
||||
if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
int
|
||||
main ()
|
||||
{
|
||||
struct stat s; s.st_dm_mode;
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
ac_cv_struct_st_dm_mode=yes
|
||||
else
|
||||
ac_cv_struct_st_dm_mode=no
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_st_dm_mode" >&5
|
||||
$as_echo "$ac_cv_struct_st_dm_mode" >&6; }
|
||||
|
||||
if test $ac_cv_struct_st_dm_mode = yes; then
|
||||
|
||||
$as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
|
||||
ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
|
||||
if test "x$ac_cv_have_decl_strmode" = x""yes; then :
|
||||
ac_have_decl=1
|
||||
else
|
||||
ac_have_decl=0
|
||||
fi
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_DECL_STRMODE $ac_have_decl
|
||||
_ACEOF
|
||||
|
||||
|
||||
GNULIB__EXIT=0;
|
||||
GNULIB_ATOLL=0;
|
||||
GNULIB_CALLOC_POSIX=0;
|
||||
GNULIB_CANONICALIZE_FILE_NAME=0;
|
||||
GNULIB_GETLOADAVG=0;
|
||||
GNULIB_GETSUBOPT=0;
|
||||
GNULIB_GRANTPT=0;
|
||||
GNULIB_MALLOC_POSIX=0;
|
||||
GNULIB_MBTOWC=0;
|
||||
GNULIB_MKDTEMP=0;
|
||||
GNULIB_MKOSTEMP=0;
|
||||
GNULIB_MKOSTEMPS=0;
|
||||
GNULIB_MKSTEMP=0;
|
||||
GNULIB_MKSTEMPS=0;
|
||||
GNULIB_PTSNAME=0;
|
||||
GNULIB_PUTENV=0;
|
||||
GNULIB_RANDOM_R=0;
|
||||
GNULIB_REALLOC_POSIX=0;
|
||||
GNULIB_REALPATH=0;
|
||||
GNULIB_RPMATCH=0;
|
||||
GNULIB_SETENV=0;
|
||||
GNULIB_STRTOD=0;
|
||||
GNULIB_STRTOLL=0;
|
||||
GNULIB_STRTOULL=0;
|
||||
GNULIB_SYSTEM_POSIX=0;
|
||||
GNULIB_UNLOCKPT=0;
|
||||
GNULIB_UNSETENV=0;
|
||||
GNULIB_WCTOMB=0;
|
||||
HAVE__EXIT=1;
|
||||
HAVE_ATOLL=1;
|
||||
HAVE_CANONICALIZE_FILE_NAME=1;
|
||||
HAVE_DECL_GETLOADAVG=1;
|
||||
HAVE_GETSUBOPT=1;
|
||||
HAVE_GRANTPT=1;
|
||||
HAVE_MKDTEMP=1;
|
||||
HAVE_MKOSTEMP=1;
|
||||
HAVE_MKOSTEMPS=1;
|
||||
HAVE_MKSTEMP=1;
|
||||
HAVE_MKSTEMPS=1;
|
||||
HAVE_PTSNAME=1;
|
||||
HAVE_RANDOM_H=1;
|
||||
HAVE_RANDOM_R=1;
|
||||
HAVE_REALPATH=1;
|
||||
HAVE_RPMATCH=1;
|
||||
HAVE_SETENV=1;
|
||||
HAVE_DECL_SETENV=1;
|
||||
HAVE_STRTOD=1;
|
||||
HAVE_STRTOLL=1;
|
||||
HAVE_STRTOULL=1;
|
||||
HAVE_STRUCT_RANDOM_DATA=1;
|
||||
HAVE_SYS_LOADAVG_H=0;
|
||||
HAVE_UNLOCKPT=1;
|
||||
HAVE_DECL_UNSETENV=1;
|
||||
REPLACE_CALLOC=0;
|
||||
REPLACE_CANONICALIZE_FILE_NAME=0;
|
||||
REPLACE_MALLOC=0;
|
||||
REPLACE_MBTOWC=0;
|
||||
REPLACE_MKSTEMP=0;
|
||||
REPLACE_PUTENV=0;
|
||||
REPLACE_REALLOC=0;
|
||||
REPLACE_REALPATH=0;
|
||||
REPLACE_SETENV=0;
|
||||
REPLACE_STRTOD=0;
|
||||
REPLACE_UNSETENV=0;
|
||||
REPLACE_WCTOMB=0;
|
||||
|
||||
|
||||
GNULIB_CHOWN=0;
|
||||
GNULIB_CLOSE=0;
|
||||
|
@ -14520,6 +14409,121 @@ _ACEOF
|
|||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
|
||||
$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
|
||||
if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
int
|
||||
main ()
|
||||
{
|
||||
struct stat s; s.st_dm_mode;
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
ac_cv_struct_st_dm_mode=yes
|
||||
else
|
||||
ac_cv_struct_st_dm_mode=no
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_st_dm_mode" >&5
|
||||
$as_echo "$ac_cv_struct_st_dm_mode" >&6; }
|
||||
|
||||
if test $ac_cv_struct_st_dm_mode = yes; then
|
||||
|
||||
$as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
|
||||
ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
|
||||
if test "x$ac_cv_have_decl_strmode" = x""yes; then :
|
||||
ac_have_decl=1
|
||||
else
|
||||
ac_have_decl=0
|
||||
fi
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_DECL_STRMODE $ac_have_decl
|
||||
_ACEOF
|
||||
|
||||
|
||||
GNULIB__EXIT=0;
|
||||
GNULIB_ATOLL=0;
|
||||
GNULIB_CALLOC_POSIX=0;
|
||||
GNULIB_CANONICALIZE_FILE_NAME=0;
|
||||
GNULIB_GETLOADAVG=0;
|
||||
GNULIB_GETSUBOPT=0;
|
||||
GNULIB_GRANTPT=0;
|
||||
GNULIB_MALLOC_POSIX=0;
|
||||
GNULIB_MBTOWC=0;
|
||||
GNULIB_MKDTEMP=0;
|
||||
GNULIB_MKOSTEMP=0;
|
||||
GNULIB_MKOSTEMPS=0;
|
||||
GNULIB_MKSTEMP=0;
|
||||
GNULIB_MKSTEMPS=0;
|
||||
GNULIB_PTSNAME=0;
|
||||
GNULIB_PUTENV=0;
|
||||
GNULIB_RANDOM_R=0;
|
||||
GNULIB_REALLOC_POSIX=0;
|
||||
GNULIB_REALPATH=0;
|
||||
GNULIB_RPMATCH=0;
|
||||
GNULIB_SETENV=0;
|
||||
GNULIB_STRTOD=0;
|
||||
GNULIB_STRTOLL=0;
|
||||
GNULIB_STRTOULL=0;
|
||||
GNULIB_SYSTEM_POSIX=0;
|
||||
GNULIB_UNLOCKPT=0;
|
||||
GNULIB_UNSETENV=0;
|
||||
GNULIB_WCTOMB=0;
|
||||
HAVE__EXIT=1;
|
||||
HAVE_ATOLL=1;
|
||||
HAVE_CANONICALIZE_FILE_NAME=1;
|
||||
HAVE_DECL_GETLOADAVG=1;
|
||||
HAVE_GETSUBOPT=1;
|
||||
HAVE_GRANTPT=1;
|
||||
HAVE_MKDTEMP=1;
|
||||
HAVE_MKOSTEMP=1;
|
||||
HAVE_MKOSTEMPS=1;
|
||||
HAVE_MKSTEMP=1;
|
||||
HAVE_MKSTEMPS=1;
|
||||
HAVE_PTSNAME=1;
|
||||
HAVE_RANDOM_H=1;
|
||||
HAVE_RANDOM_R=1;
|
||||
HAVE_REALPATH=1;
|
||||
HAVE_RPMATCH=1;
|
||||
HAVE_SETENV=1;
|
||||
HAVE_DECL_SETENV=1;
|
||||
HAVE_STRTOD=1;
|
||||
HAVE_STRTOLL=1;
|
||||
HAVE_STRTOULL=1;
|
||||
HAVE_STRUCT_RANDOM_DATA=1;
|
||||
HAVE_SYS_LOADAVG_H=0;
|
||||
HAVE_UNLOCKPT=1;
|
||||
HAVE_DECL_UNSETENV=1;
|
||||
REPLACE_CALLOC=0;
|
||||
REPLACE_CANONICALIZE_FILE_NAME=0;
|
||||
REPLACE_MALLOC=0;
|
||||
REPLACE_MBTOWC=0;
|
||||
REPLACE_MKSTEMP=0;
|
||||
REPLACE_PUTENV=0;
|
||||
REPLACE_REALLOC=0;
|
||||
REPLACE_REALPATH=0;
|
||||
REPLACE_SETENV=0;
|
||||
REPLACE_STRTOD=0;
|
||||
REPLACE_UNSETENV=0;
|
||||
REPLACE_WCTOMB=0;
|
||||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
|
||||
$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
|
||||
if test "${gl_cv_have_include_next+set}" = set; then :
|
||||
|
@ -16760,6 +16764,114 @@ fi
|
|||
|
||||
|
||||
|
||||
$as_echo "#define HAVE_DUP2 1" >>confdefs.h
|
||||
|
||||
|
||||
if test $HAVE_DUP2 = 1; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
|
||||
$as_echo_n "checking whether dup2 works... " >&6; }
|
||||
if test "${gl_cv_func_dup2_works+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
if test "$cross_compiling" = yes; then :
|
||||
case "$host_os" in
|
||||
mingw*) # on this platform, dup2 always returns 0 for success
|
||||
gl_cv_func_dup2_works=no;;
|
||||
cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0
|
||||
gl_cv_func_dup2_works=no;;
|
||||
linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a
|
||||
# closed fd may yield -EBADF instead of -1 / errno=EBADF.
|
||||
gl_cv_func_dup2_works=no;;
|
||||
freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
|
||||
gl_cv_func_dup2_works=no;;
|
||||
haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC.
|
||||
gl_cv_func_dup2_works=no;;
|
||||
*) gl_cv_func_dup2_works=yes;;
|
||||
esac
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
int
|
||||
main ()
|
||||
{
|
||||
int result = 0;
|
||||
#ifdef FD_CLOEXEC
|
||||
if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1)
|
||||
result |= 1;
|
||||
#endif
|
||||
if (dup2 (1, 1) == 0)
|
||||
result |= 2;
|
||||
#ifdef FD_CLOEXEC
|
||||
if (fcntl (1, F_GETFD) != FD_CLOEXEC)
|
||||
result |= 4;
|
||||
#endif
|
||||
close (0);
|
||||
if (dup2 (0, 0) != -1)
|
||||
result |= 8;
|
||||
/* Many gnulib modules require POSIX conformance of EBADF. */
|
||||
if (dup2 (2, 1000000) == -1 && errno != EBADF)
|
||||
result |= 16;
|
||||
return result;
|
||||
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
_ACEOF
|
||||
if ac_fn_c_try_run "$LINENO"; then :
|
||||
gl_cv_func_dup2_works=yes
|
||||
else
|
||||
gl_cv_func_dup2_works=no
|
||||
fi
|
||||
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
||||
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
||||
fi
|
||||
|
||||
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5
|
||||
$as_echo "$gl_cv_func_dup2_works" >&6; }
|
||||
if test "$gl_cv_func_dup2_works" = no; then
|
||||
|
||||
|
||||
|
||||
if test $ac_cv_func_dup2 = yes; then
|
||||
REPLACE_DUP2=1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
|
||||
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
GNULIB_DUP2=1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Persuade glibc <stdlib.h> to declare getloadavg().
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue