File tree 4 files changed +1
-6
lines changed
4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -13875,7 +13875,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
13875
13875
fi
13876
13876
13877
13877
13878
- for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/tas.h sys/ uio.h sys/un.h termios.h ucred.h wctype.h
13878
+ for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/uio.h sys/un.h termios.h ucred.h wctype.h
13879
13879
do :
13880
13880
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13881
13881
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
Original file line number Diff line number Diff line change @@ -1465,7 +1465,6 @@ AC_CHECK_HEADERS(m4_normalize([
1465
1465
sys/shm.h
1466
1466
sys/signalfd.h
1467
1467
sys/sockio.h
1468
- sys/tas.h
1469
1468
sys/uio.h
1470
1469
sys/un.h
1471
1470
termios.h
Original file line number Diff line number Diff line change 640
640
/* Define to 1 if you have the <sys/stat.h> header file. */
641
641
#undef HAVE_SYS_STAT_H
642
642
643
- /* Define to 1 if you have the <sys/tas.h> header file. */
644
- #undef HAVE_SYS_TAS_H
645
-
646
643
/* Define to 1 if you have the <sys/types.h> header file. */
647
644
#undef HAVE_SYS_TYPES_H
648
645
Original file line number Diff line number Diff line change @@ -406,7 +406,6 @@ sub GenerateFiles
406
406
HAVE_SYS_SIGNALFD_H => undef ,
407
407
HAVE_SYS_SOCKIO_H => undef ,
408
408
HAVE_SYS_STAT_H => 1,
409
- HAVE_SYS_TAS_H => undef ,
410
409
HAVE_SYS_TYPES_H => 1,
411
410
HAVE_SYS_UCRED_H => undef ,
412
411
HAVE_SYS_UIO_H => undef ,
You can’t perform that action at this time.
0 commit comments