This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / protos / d_drand48proto.U
CommitLineData
959f3c4c
JH
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 1991-1993, Raphael Manfredi
65a32477
MBT
4?RCS:
5?RCS: You may redistribute only under the terms of the Artistic License,
959f3c4c
JH
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
65a32477 8?RCS: that same Artistic License; a copy of which may be found at the root
959f3c4c
JH
9?RCS: of the source tree for dist 3.0.
10?RCS:
11?MAKE:d_drand48proto: Hasproto i_stdlib i_unistd
12?MAKE: -pick add $@ %<
13?S:d_drand48proto:
14?S: This variable conditionally defines the HAS_DRAND48_PROTO symbol,
15?S: which indicates to the C program that the system provides
16?S: a prototype for the drand48() function. Otherwise, it is
17?S: up to the program to supply one.
18?S:.
19?C:HAS_DRAND48_PROTO:
20?C: This symbol, if defined, indicates that the system provides
21?C: a prototype for the drand48() function. Otherwise, it is up
22?C: to the program to supply one. A good guess is
c48471d3 23?C: extern double drand48(void);
959f3c4c
JH
24?C:.
25?H:#$d_drand48proto HAS_DRAND48_PROTO /**/
26?H:.
65a32477 27?LINT:set d_drand48proto
959f3c4c
JH
28: see if prototype for drand48 is available
29echo " "
30set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
31eval $hasproto
32