Commit 64e0d321 authored by Bruce Momjian's avatar Bruce Momjian

WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it

(conflicting values).
parent d65b42b8
......@@ -15,7 +15,7 @@
*
* Copyright (c) 2003-2007, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.23 2007/01/05 22:19:50 momjian Exp $
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.24 2007/11/21 23:13:36 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -44,8 +44,10 @@
#ifndef WSA_NOT_ENOUGH_MEMORY
#define WSA_NOT_ENOUGH_MEMORY (WSAENOBUFS)
#endif
#ifndef __BORLANDC__
#define WSATYPE_NOT_FOUND (WSABASEERR+109)
#endif
#endif
#define EAI_AGAIN WSATRY_AGAIN
#define EAI_BADFLAGS WSAEINVAL
#define EAI_FAIL WSANO_RECOVERY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment