This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
/\=/ does not require \ even in older awk
[metaconfig.git] / U / perl / d_fdclose.U
1 ?RCS: You may distribute under the terms of either the GNU General Public
2 ?RCS: License or the Artistic License, as specified in the README file.
3 ?RCS:
4 ?MAKE:d_fdclose: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_fdclose:
7 ?S:     This variable conditionally defines the HAS_FDCLOSE symbol, which
8 ?S:     indicates to the C program that the fdclose() routine is available.
9 ?S:.
10 ?C:HAS_FDCLOSE:
11 ?C:     This symbol, if defined, indicates that the fdclose routine is
12 ?C:     available to free a FILE structure without closing the underlying
13 ?C:     file descriptor.  This function appeared in FreeBSD 10.2.
14 ?C:.
15 ?H:#$d_fdclose HAS_FDCLOSE              /**/
16 ?H:.
17 ?LINT:set d_fdclose
18 : see if fdclose exists
19 set fdclose d_fdclose
20 eval $inlibc
21