Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3b8d2a

Browse files
committed
Remove configure probe for sys/tas.h.
The last reference to HAVE_SYS_TAS_H disappeared with commit718aa43.
1 parent0f39b70 commita3b8d2a

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13875,7 +13875,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
1387513875
fi
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
1387913879
do :
1388013880
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1388113881
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

‎configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

‎src/include/pg_config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,6 @@
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

‎src/tools/msvc/Solution.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp