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

Commit8111329

Browse files
committed
Back out xti.h portion of the patch.
1 parent4b65a28 commit8111329

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ fi
655655
## Header files
656656
##
657657
dnl sys/socket.h and sys/types.h are required by AC_FUNC_ACCEPT_ARGTYPES
658-
AC_CHECK_HEADERS([crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.hxti.hnetinet/tcp.h pwd.h sys/ipc.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.h])
658+
AC_CHECK_HEADERS([crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h netinet/tcp.h pwd.h sys/ipc.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.h])
659659

660660
AC_CHECK_HEADERS([readline/readline.h readline.h], [break])
661661
AC_CHECK_HEADERS([readline/history.h history.h], [break])

‎src/backend/libpq/pqcomm.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
3030
* Portions Copyright (c) 1994, Regents of the University of California
3131
*
32-
*$Id: pqcomm.c,v 1.107 2000/10/22 22:14:54 petere Exp $
32+
*$Id: pqcomm.c,v 1.108 2000/10/2314:48:50 momjian Exp $
3333
*
3434
*-------------------------------------------------------------------------
3535
*/
@@ -69,9 +69,6 @@
6969
#include<sys/socket.h>
7070
#include<netdb.h>
7171
#include<netinet/in.h>
72-
#ifdefHAVE_XTI_H
73-
# include<xti.h>
74-
#endif
7572
#ifdefHAVE_NETINET_TCP_H
7673
# include<netinet/tcp.h>
7774
#endif

‎src/include/config.h.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* or in config.h afterwards. Of course, if you edit config.h, then your
99
* changes will be overwritten the next time you run configure.
1010
*
11-
* $Id: config.h.in,v 1.143 2000/10/16 17:08:11 momjian Exp $
11+
* $Id: config.h.in,v 1.144 2000/10/23 14:49:45 momjian Exp $
1212
*/
1313

1414
#ifndefCONFIG_H
@@ -329,9 +329,6 @@
329329
/* Set to 1 if you have <ieeefp.h> */
330330
#undef HAVE_IEEEFP_H
331331

332-
/* Set to 1 if you have <xti.h> */
333-
#undef HAVE_XTI_H
334-
335332
/* Set to 1 if you have <netinet/tcp.h> */
336333
#undef HAVE_NETINET_TCP_H
337334

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.141 2000/10/22 22:15:04 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.142 2000/10/23 14:50:44 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -31,9 +31,6 @@
3131
#include<unistd.h>
3232
#include<netdb.h>
3333
#include<netinet/in.h>
34-
#ifdefHAVE_XTI_H
35-
# include<xti.h>
36-
#endif
3734
#ifdefHAVE_NETINET_TCP_H
3835
# include<netinet/tcp.h>
3936
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp