Mercurial > hg > octave-kai > gnulib-hg
diff modules/environ @ 9721:1d443a80afc4
New module 'environ'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 24 Feb 2008 16:40:15 +0100 |
parents | |
children | bf2be774be35 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/environ @@ -0,0 +1,24 @@ +Description: +environ variable: storage of environment variables. + +Files: +m4/environ.m4 + +Depends-on: +unistd + +configure.ac: +gl_ENVIRON +gl_UNISTD_MODULE_INDICATOR([environ]) + +Makefile.am: + +Include: +#include <unistd.h> + +License: +LGPLv2+ + +Maintainer: +Bruno Haible +