mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
271 B
Plaintext
26 lines
271 B
Plaintext
Description:
|
|
environ variable: storage of environment variables.
|
|
|
|
Files:
|
|
m4/environ.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_ENVIRON
|
|
gl_UNISTD_MODULE_INDICATOR([environ])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|