From d5ecd418635331a9e7c12c28da77d93e438c61f6 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 10 Oct 2005 13:34:49 +0000 Subject: [PATCH] Add probe for unsetenv () p4raw-id: //depot/metaconfig@25732 --- U/perl/d_unsetenv.U | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 U/perl/d_unsetenv.U diff --git a/U/perl/d_unsetenv.U b/U/perl/d_unsetenv.U new file mode 100644 index 0000000..ccb06da --- /dev/null +++ b/U/perl/d_unsetenv.U @@ -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_unsetenv: Inlibc +?MAKE: -pick add $@ %< +?S:d_unsetenv: +?S: This variable conditionally defines the HAS_UNSETENV symbol, which +?S: indicates to the C program that the unsetenv () routine is available. +?S:. +?C:HAS_UNSETENV: +?C: This symbol, if defined, indicates that the unsetenv () routine is +?C: available for use. +?C:. +?H:#$d_unsetenv HAS_UNSETENV /**/ +?H:. +?LINT:set d_unsetenv +: see if unsetenv exists +set unsetenv d_unsetenv +eval $inlibc + -- 1.8.3.1