Mercurial > hg > octave-shane > gnulib-hg
annotate modules/iswctype @ 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 | 5c6bb8156fc6 |
children |
rev | line source |
---|---|
14320 | 1 Description: |
2 iswctype() function: test whether a wide character has a given property. | |
3 | |
4 Status: | |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
10 Files: | |
11 lib/iswctype.c | |
12 lib/iswctype-impl.h | |
13 m4/iswctype.m4 | |
14 | |
15 Depends-on: | |
16 wctype-h | |
17 | |
18 configure.ac: | |
19 gl_FUNC_ISWCTYPE | |
15022
5c6bb8156fc6
iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14320
diff
changeset
|
20 if test $HAVE_WCTYPE_T = 0; then |
5c6bb8156fc6
iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14320
diff
changeset
|
21 AC_LIBOBJ([iswctype]) |
5c6bb8156fc6
iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14320
diff
changeset
|
22 fi |
14320 | 23 gl_WCTYPE_MODULE_INDICATOR([iswctype]) |
24 | |
25 Makefile.am: | |
26 | |
27 Include: | |
28 <wctype.h> | |
29 | |
30 License: | |
31 LGPL | |
32 | |
33 Maintainer: | |
34 Bruno Haible |