view modules/putenv @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents a72ac603a92f
children
line wrap: on
line source

Description:
putenv() function: change or add an environment variable.

Files:
lib/putenv.c
m4/putenv.m4

Depends-on:
stdlib
environ         [test $REPLACE_PUTENV = 1]
malloc-posix    [test $REPLACE_PUTENV = 1]

configure.ac:
gl_FUNC_PUTENV
if test $REPLACE_PUTENV = 1; then
  AC_LIBOBJ([putenv])
  gl_PREREQ_PUTENV
fi
gl_STDLIB_MODULE_INDICATOR([putenv])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Jim Meyering, glibc