1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Remove configure probe for sys/tas.h.

The last reference to HAVE_SYS_TAS_H disappeared with commit 718aa43a.
This commit is contained in:
Thomas Munro
2022-07-23 14:44:31 +12:00
parent 0f39b70a6f
commit a3b8d2a997
4 changed files with 1 additions and 6 deletions

View File

@@ -640,9 +640,6 @@
/* 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

View 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,