Mercurial > hg > octave-shane > gnulib-hg
annotate modules/ffs @ 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 | 25fd80a52583 |
children |
rev | line source |
---|---|
15390 | 1 Description: |
2 Finds the index of the least-significant set bit. | |
3 | |
4 Files: | |
5 lib/ffs.c | |
6 m4/ffs.m4 | |
7 | |
8 Depends-on: | |
9 strings | |
10 | |
11 configure.ac: | |
12 gl_FUNC_FFS | |
13 if test $HAVE_FFS = 0; then | |
14 AC_LIBOBJ([ffs]) | |
15 fi | |
16 gl_STRINGS_MODULE_INDICATOR([ffs]) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <strings.h> | |
22 | |
23 License: | |
24 LGPLv2+ | |
25 | |
26 Maintainer: | |
27 Eric Blake |