This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove trailing whitespace on meta-lines in unit files
[metaconfig.git] / dist / U / d_msem_lck.U
1 ?RCS: $Id: d_msem_lck.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4 ?RCS:
5 ?RCS: You may redistribute only under the terms of the Artistic Licence,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 4.0.
10 ?RCS:
11 ?RCS: $Log: d_msem_lck.U,v $
12 ?MAKE:d_msem_lck: Inlibc
13 ?MAKE:  -pick add $@ %<
14 ?S:d_msem_lck:
15 ?S:     This variable conditionally defines HAS_MSEM_LOCK if msem_lock() is
16 ?S:     available, thereby indicating kernel support for memory semaphores.
17 ?S:.
18 ?C:HAS_MSEM_LOCK:
19 ?C:     This symbol, if defined, indicates that memory semaphores are
20 ?C:     available to protect mmap()'ed regions.
21 ?C:.
22 ?H:#$d_msem_lck HAS_MSEM_LOCK           /**/
23 ?H:.
24 ?LINT:set d_msem_lck
25 : see if msem_lock exists
26 set msem_lock d_msem_lck
27 eval $inlibc
28