@@ -13874,7 +13874,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
13874
13874
fi
13875
13875
13876
13876
13877
- for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h netinet/tcp.h sys/epoll.h sys/event.h sys/ipc.h sys/ personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/sem.h sys/shm .h sys/signalfd.h sys/sockio.h sys/ucred.h termios.h ucred.h
13877
+ for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h netinet/tcp.h sys/epoll.h sys/event.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/signalfd.h sys/sockio.h sys/ucred.h termios.h ucred.h
13878
13878
do :
13879
13879
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13880
13880
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -15092,12 +15092,9 @@ fi
15092
15092
15093
15093
15094
15094
ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "#include <sys/types.h>
15095
- #ifdef HAVE_SYS_IPC_H
15096
15095
#include <sys/ipc.h>
15097
- #endif
15098
- #ifdef HAVE_SYS_SEM_H
15099
15096
#include <sys/sem.h>
15100
- #endif
15097
+
15101
15098
"
15102
15099
if test "x$ac_cv_type_union_semun" = xyes; then :
15103
15100