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:
@@ -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
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user