File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12712,7 +12712,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
1271212712fi
1271312713
1271412714
12715- for ac_header in atomic.h crypt.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
12715+ for ac_header in atomic.h copyfile.h crypt.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
1271612716do :
1271712717 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1271812718ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
Original file line number Diff line number Diff line change @@ -1295,6 +1295,7 @@ AC_HEADER_STDBOOL
12951295
12961296AC_CHECK_HEADERS(m4_normalize([
12971297 atomic.h
1298+ copyfile.h
12981299 crypt.h
12991300 fp_class.h
13001301 getopt.h
Original file line number Diff line number Diff line change 1818
1919#include <sys/stat.h>
2020#include <fcntl.h>
21- #ifdef HAVE_COPYFILE
21+ #ifdef HAVE_COPYFILE_H
2222#include <copyfile.h>
2323#endif
2424#ifdef __linux__
Original file line number Diff line number Diff line change 117117/* Define to 1 if you have the `copyfile' function. */
118118#undef HAVE_COPYFILE
119119
120+ /* Define to 1 if you have the <copyfile.h> header file. */
121+ #undef HAVE_COPYFILE_H
122+
120123/* Define to 1 if you have the <crtdefs.h> header file. */
121124#undef HAVE_CRTDEFS_H
122125
You can’t perform that action at this time.
0 commit comments