We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e76cb + 74fd945 commit fcea8d5Copy full SHA for fcea8d5
U/perl/d_setenv.U
@@ -0,0 +1,24 @@
1
+?RCS: $Id$
2
+?RCS:
3
+?RCS: Copyright (c) 2005 H.Merijn Brand
4
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
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