autofoo: Sync generated files

merge-requests/1/head
Olaf Meeuwissen 2017-07-15 22:06:05 +09:00
rodzic 54627bdeac
commit d94c29a726
3 zmienionych plików z 4 dodań i 27 usunięć

13
configure vendored
Wyświetl plik

@ -18645,19 +18645,6 @@ esac
fi
ac_fn_c_check_func "$LINENO" "isfdtype" "ac_cv_func_isfdtype"
if test "x$ac_cv_func_isfdtype" = xyes; then :
$as_echo "#define HAVE_ISFDTYPE 1" >>confdefs.h
else
case " $LIBOBJS " in
*" isfdtype.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS isfdtype.$ac_objext"
;;
esac
fi
ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
if test "x$ac_cv_func_sigprocmask" = xyes; then :
$as_echo "#define HAVE_SIGPROCMASK 1" >>confdefs.h

Wyświetl plik

@ -181,9 +181,6 @@
/* Define to 1 if you have the <io/cam/cam.h> header file. */
#undef HAVE_IO_CAM_CAM_H
/* Define to 1 if you have the `isfdtype' function. */
#undef HAVE_ISFDTYPE
/* Define to 1 if you have the <libc.h> header file. */
#undef HAVE_LIBC_H
@ -656,12 +653,6 @@ const char * inet_ntop (int af, const void *src, char *dst, size_t cnt);
int inet_pton (int af, const char *src, void *dst);
#endif
/* Prototype for isfdtype */
#ifndef HAVE_ISFDTYPE
#define isfdtype sanei_isfdtype
int isfdtype(int fd, int fdtype);
#endif
/* Prototype for sigprocmask */
#ifndef HAVE_SIGPROCMASK
#define sigprocmask sanei_sigprocmask

Wyświetl plik

@ -80,10 +80,10 @@ build_triplet = @build@
host_triplet = @host@
subdir = lib
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs alloca.c strndup.c getenv.c \
strdup.c getopt.c strcasestr.c inet_pton.c usleep.c getopt1.c \
snprintf.c isfdtype.c sleep.c sigprocmask.c inet_ntop.c \
vsyslog.c strsep.c syslog.c $(top_srcdir)/depcomp
$(top_srcdir)/mkinstalldirs alloca.c inet_ntop.c usleep.c \
sleep.c getenv.c getopt1.c strdup.c strndup.c getopt.c \
strsep.c syslog.c sigprocmask.c vsyslog.c strcasestr.c \
inet_pton.c snprintf.c $(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
@ -429,7 +429,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_pton.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/isfdtype.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sigprocmask.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sleep.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@