File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 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
1387513875fi
1387613876
1387713877
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
1387913879do :
1388013880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1388113881ac_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([
14651465 sys/shm.h
14661466 sys/signalfd.h
14671467 sys/sockio.h
1468- sys/tas.h
14691468 sys/uio.h
14701469 sys/un.h
14711470 termios.h
Original file line number Diff line number Diff line change 640640/* Define to 1 if you have the <sys/stat.h> header file. */
641641#undef HAVE_SYS_STAT_H
642642
643- /* Define to 1 if you have the <sys/tas.h> header file. */
644- #undef HAVE_SYS_TAS_H
645-
646643/* Define to 1 if you have the <sys/types.h> header file. */
647644#undef HAVE_SYS_TYPES_H
648645
Original file line number Diff line number Diff line change @@ -406,7 +406,6 @@ sub GenerateFiles
406406 HAVE_SYS_SIGNALFD_H => undef ,
407407 HAVE_SYS_SOCKIO_H => undef ,
408408 HAVE_SYS_STAT_H => 1,
409- HAVE_SYS_TAS_H => undef ,
410409 HAVE_SYS_TYPES_H => 1,
411410 HAVE_SYS_UCRED_H => undef ,
412411 HAVE_SYS_UIO_H => undef ,
You can’t perform that action at this time.
0 commit comments