From owner-freebsd-questions Sun Dec 8 13:20:36 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24201 for questions-outgoing; Sun, 8 Dec 1996 13:20:36 -0800 (PST) Received: from bitbucket.edmweb.com (bitbucket.edmweb.com [204.244.190.9]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id NAA24190 for ; Sun, 8 Dec 1996 13:20:33 -0800 (PST) Received: (from steve@localhost) by bitbucket.edmweb.com (8.6.12/8.6.12) id NAA00536; Sun, 8 Dec 1996 13:20:27 -0800 Date: Sun, 8 Dec 1996 13:20:23 -0800 (PST) From: Steve Reid To: Gary Heller cc: freebsd-questions@freebsd.org Subject: Re: SVID IPC In-Reply-To: <199612082016.MAA00355@cylink10.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm porting some apps to FreeBSD and I can't for the life of me figure out > how to configure the SVID IPC (semaphore, shmem, message queues etc.) into > the kernel. Add these lines to your kernel config: options SYSVSEM options SYSVSHM options SYSVMSG Also, please keep your line length to less than 80 chars.