Skip to content

Commit

Permalink
Merge pull request Perl#78 from xenu/xenu/setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson authored Jan 7, 2023
2 parents 87e76cb + 74fd945 commit fcea8d5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions U/perl/d_setenv.U
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
?RCS: $Id$
?RCS:
?RCS: Copyright (c) 2005 H.Merijn Brand
?RCS:
?RCS: You may distribute under the terms of either the GNU General Public
?RCS: License or the Artistic License, as specified in the README file.
?RCS:
?MAKE:d_setenv: Inlibc
?MAKE: -pick add $@ %<
?S:d_setenv:
?S: This variable conditionally defines the HAS_SETENV symbol, which
?S: indicates to the C program that the setenv routine is available.
?S:.
?C:HAS_SETENV:
?C: This symbol, if defined, indicates that the setenv routine is
?C: available for use.
?C:.
?H:#$d_setenv HAS_SETENV /**/
?H:.
?LINT:set d_setenv
: see if setenv exists
set setenv d_setenv
eval $inlibc

0 comments on commit fcea8d5

Please sign in to comment.