summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pqcomm.c5
-rw-r--r--src/include/config.h.in5
-rw-r--r--src/interfaces/libpq/fe-connect.c5
3 files changed, 3 insertions, 12 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c
index 1a051db623d..0916d16c964 100644
--- a/src/backend/libpq/pqcomm.c
+++ b/src/backend/libpq/pqcomm.c
@@ -29,7 +29,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.c,v 1.107 2000/10/22 22:14:54 petere Exp $
+ * $Id: pqcomm.c,v 1.108 2000/10/23 14:48:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -69,9 +69,6 @@
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
-#ifdef HAVE_XTI_H
-# include <xti.h>
-#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 0b408abc1d0..fe6fb972c11 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: config.h.in,v 1.143 2000/10/16 17:08:11 momjian Exp $
+ * $Id: config.h.in,v 1.144 2000/10/23 14:49:45 momjian Exp $
*/
#ifndef CONFIG_H
@@ -329,9 +329,6 @@
/* Set to 1 if you have <ieeefp.h> */
#undef HAVE_IEEEFP_H
-/* Set to 1 if you have <xti.h> */
-#undef HAVE_XTI_H
-
/* Set to 1 if you have <netinet/tcp.h> */
#undef HAVE_NETINET_TCP_H
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 751980dce3b..bdc49165f4b 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.141 2000/10/22 22:15:04 petere Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.142 2000/10/23 14:50:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -31,9 +31,6 @@
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
-#ifdef HAVE_XTI_H
-# include <xti.h>
-#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif