annotate modules/environ @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700
parents 18ea6ab4e81d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9721
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 environ variable: storage of environment variables.
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/environ.m4
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 unistd
9722
bf2be774be35 Oops, forgot a dependency.
Bruno Haible <bruno@clisp.org>
parents: 9721
diff changeset
9 extensions
9721
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_ENVIRON
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_UNISTD_MODULE_INDICATOR([environ])
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 9722
diff changeset
18 <unistd.h>
9721
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPLv2+
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible
1d443a80afc4 New module 'environ'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25