Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000501c13147$9f218e20$a3fc183d@sugnm1.kt.home.ne.jp> From: "AIDA Shinra" To: Subject: fix to sys/un.h Date: Thu, 30 Aug 2001 20:33:41 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 --- un.h.orig Mon May 21 12:29:26 2001 +++ un.h Thu Aug 30 20:30:42 2001 @@ -11,6 +11,11 @@ #ifndef _SYS_UN_H #define _SYS_UN_H +/* for postgresql/libpq/pqcomm.h */ +#ifndef HAVE_STRUCT_SOCKADDR_UN +#define HAVE_STRUCT_SOCKADDR_UN +#endif + /* POSIX requires only at least 100 bytes */ #define UNIX_PATH_LEN 108 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/