Re: [Cvs-dev] Re: stdint_.h tweak

2006-06-18 Thread Larry Jones
Mark D. Baushke writes: > > which means that stdint.h has this: > > ...other conditionals that probably do not lead to this block being > ...used, even though it really should be included as this is where SGI > ...puts all of the types we need. > # if 1 > # include /usr/include/inttypes.h > # en

Re: gnulib taking over libobjs?

2006-06-18 Thread James Youngman
On 6/18/06, Karl Berry <[EMAIL PROTECTED]> wrote: These are functions which I had been replacing in my usual program-specific lib, via: AC_REPLACE_FUNCS(memcpy memmove strdup strerror) So, all in all, it seems that gnulib assumes that it will be responsible for anything and everything ending u