Remove configure probe for sys/tas.h.
authorThomas Munro <[email protected]>
Sat, 23 Jul 2022 02:44:31 +0000 (14:44 +1200)
committerThomas Munro <[email protected]>
Sat, 23 Jul 2022 02:59:11 +0000 (14:59 +1200)
The last reference to HAVE_SYS_TAS_H disappeared with commit 718aa43a.

configure
configure.ac
src/include/pg_config.h.in
src/tools/msvc/Solution.pm

index 33a425562f147a668a810c1df61c28010259622f..e80d371da713b5b7264410a3a0e7b43729f59d82 100755 (executable)
--- a/configure
+++ b/configure
@@ -13875,7 +13875,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
 fi
 
 
-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
+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
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
index 5295cb58065ca5e24e50fdaaf7ef136d53b18cb6..6d3d2f3ffaa33fc3bc4c65189baefd1bd15fe814 100644 (file)
@@ -1465,7 +1465,6 @@ AC_CHECK_HEADERS(m4_normalize([
    sys/shm.h
    sys/signalfd.h
    sys/sockio.h
-   sys/tas.h
    sys/uio.h
    sys/un.h
    termios.h
index 86d0b1941bb23bc06e214519c163c59aedf252e9..21e9283731bd2a92743b1994a4a3a2ca52e2600d 100644 (file)
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
-/* Define to 1 if you have the <sys/tas.h> header file. */
-#undef HAVE_SYS_TAS_H
-
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
index 23296527aed50a8f691060792017bf48f658b4f8..2f364ab11236a757eb8852480e7a9e86b13b7ed6 100644 (file)
@@ -406,7 +406,6 @@ sub GenerateFiles
        HAVE_SYS_SIGNALFD_H                      => undef,
        HAVE_SYS_SOCKIO_H                        => undef,
        HAVE_SYS_STAT_H                          => 1,
-       HAVE_SYS_TAS_H                           => undef,
        HAVE_SYS_TYPES_H                         => 1,
        HAVE_SYS_UCRED_H                         => undef,
        HAVE_SYS_UIO_H                           => undef,