This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig maintenance.
[metaconfig.git] / U / typedefs / inotype.U
1 ?RCS: $Id$
2 ?RCS:
3 ?RCS: Copyright (c) 1999, Jarkko Hietaniemi
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 3.0.
10 ?RCS:
11 ?MAKE:inotype: Myread Typedef
12 ?MAKE:  -pick add $@ %<
13 ?S:inotype:
14 ?S:     This variable defines Ino_t to be something like ino_t, long,
15 ?S:     int, or whatever type is used to declare inode numbers.
16 ?S:.
17 ?C:Ino_t:
18 ?C:     This symbol holds the type used to declare inode numbers.
19 ?C:     It can be int, long, ino_t, etc...
20 ?C:     It may be necessary to include <sys/types.h> to get any
21 ?C:     typedef'ed information.
22 ?C:.
23 ?H:#define Ino_t $inotype       /* <inode> type */
24 ?H:.
25 ?LINT: set inotype
26 : see what type is used for inodes
27 rp="What is the type used for inode numbers on this system?"
28 set ino_t inotype long stdio.h sys/types.h
29 eval $typedef_ask
30