Skip to content

Commit fcea8d5

Browse files
authored
Merge pull request Perl#78 from xenu/xenu/setenv
2 parents 87e76cb + 74fd945 commit fcea8d5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

U/perl/d_setenv.U

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
?RCS: $Id$
2+
?RCS:
3+
?RCS: Copyright (c) 2005 H.Merijn Brand
4+
?RCS:
5+
?RCS: You may distribute under the terms of either the GNU General Public
6+
?RCS: License or the Artistic License, as specified in the README file.
7+
?RCS:
8+
?MAKE:d_setenv: Inlibc
9+
?MAKE: -pick add $@ %<
10+
?S:d_setenv:
11+
?S: This variable conditionally defines the HAS_SETENV symbol, which
12+
?S: indicates to the C program that the setenv routine is available.
13+
?S:.
14+
?C:HAS_SETENV:
15+
?C: This symbol, if defined, indicates that the setenv routine is
16+
?C: available for use.
17+
?C:.
18+
?H:#$d_setenv HAS_SETENV /**/
19+
?H:.
20+
?LINT:set d_setenv
21+
: see if setenv exists
22+
set setenv d_setenv
23+
eval $inlibc
24+

0 commit comments

Comments
 (0)