This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
From: Benny Siegert <bsiegert@gmail.com>
[metaconfig.git] / U / perl / d_dbminitproto.U
1 ?RCS: $Id$
2 ?RCS:
3 ?RCS: Copyright (c) 2001 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:d_dbminitproto: Hasproto i_dbm
12 ?MAKE:  -pick add $@ %<
13 ?S:d_dbminitproto:
14 ?S:     This variable conditionally defines the HAS_DBMINIT_PROTO symbol,
15 ?S:     which indicates to the C program that the system provides
16 ?S:     a prototype for the dbminit() function.  Otherwise, it is
17 ?S:     up to the program to supply one.
18 ?S:.
19 ?C:HAS_DBMINIT_PROTO:
20 ?C:     This symbol, if defined, indicates that the system provides
21 ?C:     a prototype for the dbminit() function.  Otherwise, it is up
22 ?C:     to the program to supply one.  A good guess is
23 ?C:             extern int dbminit(char *);
24 ?C:.
25 ?H:#$d_dbminitproto     HAS_DBMINIT_PROTO       /**/
26 ?H:.
27 ?LINT:set d_dbminitproto 
28 : see if prototype for dbminit is available
29 echo " "
30 set d_dbminitproto dbminit $i_dbm dbm.h
31 eval $hasproto
32