summaryrefslogtreecommitdiff
path: root/src/include/getaddrinfo.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-12 08:11:07 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-12 08:11:07 +0000
commitdc4ee8a833c09e883f1966d1698792b627649740 (patch)
tree3ca0022dc3d9025181334326eff1b6333f9da52a /src/include/getaddrinfo.h
parenta647e30ba3d3d36c6a00909e7c7770adb1676e60 (diff)
downloadpostgresql-dc4ee8a833c09e883f1966d1698792b627649740.tar.gz
Back out patch that got bundled into another patch.
Diffstat (limited to 'src/include/getaddrinfo.h')
-rw-r--r--src/include/getaddrinfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h
index ce329a9024..2afec4d5ca 100644
--- a/src/include/getaddrinfo.h
+++ b/src/include/getaddrinfo.h
@@ -16,17 +16,15 @@
*
* Copyright (c) 2003, PostgreSQL Global Development Group
*
- * $Id: getaddrinfo.h,v 1.4 2003/06/12 08:02:56 momjian Exp $
+ * $Id: getaddrinfo.h,v 1.5 2003/06/12 08:11:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef GETADDRINFO_H
#define GETADDRINFO_H
-#if !defined(WIN32) || (!defined(_MSC_VER) && !defined(__BORLANDC__))
#include <sys/socket.h>
#include <netdb.h>
-#endif
#ifndef HAVE_STRUCT_ADDRINFO