We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65b42b commit 64e0d32Copy full SHA for 64e0d32
src/include/getaddrinfo.h
@@ -15,7 +15,7 @@
15
*
16
* Copyright (c) 2003-2007, PostgreSQL Global Development Group
17
18
- * $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 $
19
20
*-------------------------------------------------------------------------
21
*/
@@ -44,8 +44,10 @@
44
#ifndef WSA_NOT_ENOUGH_MEMORY
45
#define WSA_NOT_ENOUGH_MEMORY (WSAENOBUFS)
46
#endif
47
+#ifndef __BORLANDC__
48
#define WSATYPE_NOT_FOUND (WSABASEERR+109)
49
50
+#endif
51
#define EAI_AGAIN WSATRY_AGAIN
52
#define EAI_BADFLAGS WSAEINVAL
53
#define EAI_FAIL WSANO_RECOVERY
0 commit comments