Re: glibc and getgrouplist

2005-07-21 Thread Pavel Tsekov
Hello, On Thu, 21 Jul 2005, Leonard den Ottolander wrote: How does one test for the availability of glibc in configure.ac, and for glibc's version next? Please, don't do this. The check should be made at runtime and not configure time. Andrew's approach seems better to me. And it is not only

Re: glibc and getgrouplist

2005-07-21 Thread Pavel Tsekov
Hello, On Thu, 21 Jul 2005, Roland Illig wrote: Pavel Tsekov wrote: Hello, On Thu, 21 Jul 2005, Leonard den Ottolander wrote: How does one test for the availability of glibc in configure.ac, and for glibc's version next? Please, don't do this. The check should be made at

access to the mc homepage

2005-07-21 Thread Roland Illig
Hello Pavel, I would like it if all developers could have write access to mc's homepage at http://www.ibiblio.org/mc/. I am planning to publish the current translation files (from HEAD) on a regular basis, so that we have a point where translators can download them from. I _could_ also put

Re: glibc and getgrouplist

2005-07-21 Thread Roland Illig
Pavel Tsekov wrote: On Thu, 21 Jul 2005, Roland Illig wrote: What about this? #ifndef HAVE_GNU_GET_LIBC_VERSION # define may_use_getgrouplist() (TRUE) #else # include gnu/libc-version.h # define may_use_getgrouplist() \ (strcmp(gnu_get_libc_version(), 2.3.3) 0) #endif Well, this

Re: access to the mc homepage

2005-07-21 Thread Pavel Roskin
Hello, Roland! On Thu, 2005-07-21 at 19:54 +0200, Roland Illig wrote: Hello Pavel, I would like it if all developers could have write access to mc's homepage at http://www.ibiblio.org/mc/. I don't think it's right. I don't see any need for every developer to have access to the homepage.

Re: glibc and getgrouplist

2005-07-21 Thread Leonard den Ottolander
Hi Pavel, On Thu, 2005-07-21 at 14:17, Pavel Tsekov wrote: Well, this was already discussed. It is not good enough. Let's do this the right way. Addin a new option to mc.lib is not really a big deal. I think we can add the new option without adding a gui element to support it for now. Could