Mercurial > hg > octave-shane > gnulib-hg
annotate modules/modechange @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | 62089e9fcc47 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Manipulation of mode changes specified by strings (e.g. as first argument of |
3 chmod utility). | |
4110 | 4 |
5 Files: | |
6 lib/modechange.h | |
7 lib/modechange.c | |
8 m4/modechange.m4 | |
9 | |
10 Depends-on: | |
12038
ac2a6371d78c
stat: add as dependency to other modules
Eric Blake <ebb9@byu.net>
parents:
8430
diff
changeset
|
11 stat |
5813 | 12 stat-macros |
8430
7bc7c2786438
* modules/modechange (Depends-on): Add stdbool.
Bruno Haible <bruno@clisp.org>
parents:
7581
diff
changeset
|
13 stdbool |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
14 sys_stat |
5813 | 15 xalloc |
4110 | 16 |
17 configure.ac: | |
18 gl_MODECHANGE | |
19 | |
20 Makefile.am: | |
15222
62089e9fcc47
modechange: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12038
diff
changeset
|
21 lib_SOURCES += modechange.c |
4110 | 22 |
23 Include: | |
24 "modechange.h" | |
25 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
27 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
28 |
4197 | 29 Maintainer: |
30 Jim Meyering |