Re: Test for glob symlink bug

2005-07-13 Thread Paul Eggert
Derek Price <[EMAIL PROTECTED]> writes: > +AC_CACHE_CHECK([GNU glob interface version], [gl_cv_glob_interface], > +[ AC_COMPILE_IFELSE( > ... > [[#include > char a[_GNU_GLOB_INTERFACE_VERSION == 1 ? 1 : -1];]], > - [], [GLOB_H=glob.h]) > + [gl_cv_glob_interface=compatible], > +

Re: CVS problem with ssh

2005-07-13 Thread Richard M. Stallman
Would you please include this module in gnulib? Please respond to me. ___ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib

Re: CVS problem with ssh

2005-07-13 Thread Richard M. Stallman
I am not sure it is useful to install this in Glibc. Its main use is for application programs that want to be more or less portable, and for that use, gnulib is exactly the right place. ___ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org

Re: CVS problem with ssh

2005-07-13 Thread Paul Eggert
Derek Price <[EMAIL PROTECTED]> writes: >>You have to include stdio.h first, then #undef fwrite, then >>#define fwrite. It can be done (Emacs did it, after all), but I don't >>recommend it. >> > Isn't this the standard behavior for a GNULIB module's header file? > This is almost exactly what unl

Re: Test for glob symlink bug

2005-07-13 Thread Derek Price
Sorry about the missing patch. Attached. Derek Derek Price wrote: >The attached patch tests for the glibc glob symlink bug and uses the >GNULIB glob module when it is found. It also uses the autoconf cache >more. It tests out on a platform with and without the bug. I'll commit >it soon if t

Test for glob symlink bug

2005-07-13 Thread Derek Price
The attached patch tests for the glibc glob symlink bug and uses the GNULIB glob module when it is found. It also uses the autoconf cache more. It tests out on a platform with and without the bug. I'll commit it soon if there are no comments. 2005-07-13 Derek Price <[EMAIL PROTECTED]>

Re: CVS problem with ssh

2005-07-13 Thread Derek Price
Hi bug-gnulib, I'd like to reopen a discussion on this list from last September: . At the end of that discussion I didn't create the blocking-io module due mostly to Paul Eggert's objections (and a lack of time on my part, espec