From owner-freebsd-questions Mon Jun 29 00:54:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25044 for freebsd-questions-outgoing; Mon, 29 Jun 1998 00:54:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25000 for ; Mon, 29 Jun 1998 00:54:02 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.0/8.9.0) id RAA02204; Mon, 29 Jun 1998 17:14:00 +0930 (CST) Message-ID: <19980629171359.D1880@freebie.lemis.com> Date: Mon, 29 Jun 1998 17:13:59 +0930 From: Greg Lehey To: =?iso-8859-1?Q?=F0=C1=D7=C5=CC_=F7=2E_=E1=CE=D4=C9=D0=CF=D7?= , questions@FreeBSD.ORG Subject: Re: About System V IPC semaphores References: <01BDA04F.FD9D0AB0@IKAR40603> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.91.1i In-Reply-To: =?iso-8859-1?Q?=3C01BDA04F=2EFD9D0AB0=40IKAR40603=3E=3B_from_=22=F0=C1?= =?iso-8859-1?Q?=D7=C5=CC_=F7=2E_=E1=CE=D4=C9=D0=CF=D7=22_on_Thu=2C_Jun_2?= =?iso-8859-1?Q?5=2C_1998_at_03:43:22PM_+0400?= WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 25 June 1998 at 15:43:22 +0400, "πΑΧΕΜ χ. αΞΤΙΠΟΧ" wrote: > > We need to increase the seminfo.semopm. We must to say that our kernel not contains > SEMOPM option, but contains: > ..... > #ifndef SEMOPM > #define SEMOPM 100 > #endif Add a line to your config file: options SEMOPM=200 This is the general way to sepecify a compile-time constant. For more ideas, check out the /usr/src/sys/i386/conf/LINT config file, which should describe all possible options you can set. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message