Add the System V message queue and semaphore options for better 3rd party

software support out-of-the-box (like i386 does).
This commit is contained in:
John Birrell 1999-06-14 22:59:55 +00:00
parent ba83352b78
commit bfc6f8cf11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47917
2 changed files with 10 additions and 6 deletions

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.23 1999/05/26 23:22:14 gallatin Exp $
# $Id: GENERIC,v 1.24 1999/06/05 13:29:56 dfr Exp $
machine "alpha"
cpu "EV4"
@ -136,6 +136,8 @@ pseudo-device gzip # Exec gzipped a.out's
# the costs of each syscall.
options KTRACE #kernel tracing
# This provides support for System V shared memory.
# This provides support for System V shared memory and message queues.
#
options SYSVSHM
options SYSVSHM
options SYSVMSG
options SYSVSEM

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.23 1999/05/26 23:22:14 gallatin Exp $
# $Id: GENERIC,v 1.24 1999/06/05 13:29:56 dfr Exp $
machine "alpha"
cpu "EV4"
@ -136,6 +136,8 @@ pseudo-device gzip # Exec gzipped a.out's
# the costs of each syscall.
options KTRACE #kernel tracing
# This provides support for System V shared memory.
# This provides support for System V shared memory and message queues.
#
options SYSVSHM
options SYSVSHM
options SYSVMSG
options SYSVSEM