Enable POSIX P1003_1B extentions by default; there's no reason I can see

not to class them with the SYSV extentions as "optional but damn useful".

Also desired by:	wollman
This commit is contained in:
Jordan K. Hubbard 2000-01-18 07:52:12 +00:00
parent 6892764481
commit c5954134e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56225
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,9 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel

View File

@ -48,6 +48,9 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel