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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: RE: [ANN][RFC] cygipc-1.11 at cygutils X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Thu, 29 Nov 2001 13:28:21 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [ANN][RFC] cygipc-1.11 at cygutils Thread-Index: AcF4OS5WzoSh+NS2Ru+EmNZJ37/WiwAl1ztQ From: =?US-ASCII?Q?Horak_Daniel?= To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fATCXvh15117 > What does postgresql do if there is no system-wide union semun? There is a check for union semun in configure and then if it does not find a system wide union semun it defines its own as #ifndef HAVE_UNION_SEMUN union semun { int val; struct semid_ds *buf; unsigned short *array; }; #endif The check is in configure for many years :-) So I it is required for other platforms than Cygwin too. Dan -- 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/