perl 5.0 alpha 8
[p5sagit/p5-mst-13.2.git] / U / i_dlfcn.U
1 ?X:  These units are based on the ones supplied with dist-3.0
2 ?X:  patchlevel 22.  They have been changed or enhanced to work with
3 ?X:  perl5alpha.  I would appreciate hearing about any changes,
4 ?X:  corrections, or enhancements.
5 ?X:     Andy Dougherty                  doughera@lafcol.lafayette.edu
6 ?X:     Dept. of Physics                
7 ?X:     Lafayette College       
8 ?X:     Easton, PA  18042-1782
9 ?X:     Sat Apr  2 15:45:17 EST 1994
10 ?RCS: $Id: i_dlfcn.U,v $
11 ?RCS:
12 ?RCS: You may redistribute only under the terms of the Artistic Licence,
13 ?RCS: as specified in the README file that comes with the distribution.
14 ?RCS: You may reuse parts of this distribution only within the terms of
15 ?RCS: that same Artistic Licence; a copy of which may be found at the root
16 ?RCS: of the source tree for dist 3.0.
17 ?RCS:
18 ?RCS: $Log: i_dlfcn.U,v $
19 ?RCS:
20 ?MAKE:i_dlfcn: Inhdr
21 ?MAKE:  -pick add $@ %<
22 ?S:i_dlfcn:
23 ?S:     This variable conditionally defines the I_DLFCN symbol, which
24 ?S:     indicates to the C program that <dlfcn.h> exists and should
25 ?S:     be included.
26 ?S:.
27 ?C:I_DLFCN:
28 ?C:     This symbol, if defined, indicates that <dlfcn.h> exists and should
29 ?C:     be included.
30 ?C:.
31 ?H:#$i_dlfcn I_DLFCN            /**/
32 ?H:.
33 ?LINT:set i_dlfcn
34 : see if dlfcn is available
35 set dlfcn.h i_dlfcn
36 eval $inhdr
37