fix to sys/un.h

AIDA Shinra aida_s@mx12.freecom.ne.jp
Thu Aug 30 04:34:00 GMT 2001


--- 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/


More information about the Cygwin mailing list