This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The URL for the dist source repo changed
[metaconfig.git] / U / modified / d_mknod.U
1 ?RCS: $Id: d_mknod.U,v 3.0.1.1 1994/10/29 16:14:17 ram Exp $
2 ?RCS:
3 ?RCS: Copyright (c) 1998 Andy Dougherty
4 ?RCS:
5 ?RCS: You may distribute under the terms of either the GNU General Public
6 ?RCS: License or the Artistic License, as specified in the README file.
7 ?RCS:
8 ?RCS: Original Author: Andy Dougherty <doughera@lafayette.edu>
9 ?RCS:
10 ?RCS: $Log: d_mknod.U,v $
11 ?RCS:
12 ?MAKE:d_mknod: Inlibc
13 ?MAKE:  -pick add $@ %<
14 ?S:d_mknod:
15 ?S:     This variable conditionally defines the HAS_MKNOD symbol, which
16 ?S:     indicates to the C program that the mknod() routine is available.
17 ?S:.
18 ?C:HAS_MKNOD :
19 ?C:     This symbol, if defined, indicates that the mknod routine is
20 ?C:     available.  If you just want to create FIFOs, you should try
21 ?C:     to use mkfifo instead.  mknod might require super-user privileges.
22 ?C:.
23 ?H:#$d_mknod HAS_MKNOD          /**/
24 ?H:.
25 ?LINT:set d_mknod
26 : see if mknod exists
27 set mknod d_mknod
28 eval $inlibc
29