|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
|
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* $Id: pqcomm.h,v 1.74 2003/01/06 05:33:45 momjian Exp $ |
|
|
|
|
* $Id: pqcomm.h,v 1.75 2003/01/06 09:58:36 petere Exp $ |
|
|
|
|
* |
|
|
|
|
*------------------------------------------------------------------------- |
|
|
|
|
*/ |
|
|
|
@ -34,6 +34,15 @@ |
|
|
|
|
#endif /* not WIN32 */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef INET_ADDRSTRLEN |
|
|
|
|
#define INET_ADDRSTRLEN 16 |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifndef INET6_ADDRSTRLEN |
|
|
|
|
#define INET6_ADDRSTRLEN 46 |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef HAVE_STRUCT_SOCKADDR_UN |
|
|
|
|
struct sockaddr_un |
|
|
|
|
{ |
|
|
|
|