Re: patch: stdio fiex for UnixWare

2020-10-11 Thread Tim Rice
Hi Bruno, On Sun, 11 Oct 2020, Bruno Haible wrote: > I'm applying the patch below, to fix this. The main differences to yours are: > * No need to touch the modules freadahead, freadptr, fseterr, since the > functions __freadahead, __freadptr, __fseterr don't exist on your > platform,

Re: patch: stdio fiex for UnixWare

2020-10-11 Thread Bruno Haible
Tim Rice wrote in : > > I've attached a patch to address the fact that UnixWare does not have > stdio_ext.h but has some __X() stdio helper functions. > > Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X I'm applying

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
Hi Paul, On Thu, 24 Sep 2020, Paul Eggert wrote: > On 9/24/20 1:49 PM, Tim Rice wrote: > > Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X > > Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the > corresponding .m4 files, as fpending.m4 and getpass.m4 already do? Seems

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
Hi Bruno, On Fri, 25 Sep 2020, Bruno Haible wrote: > Tim Rice wrote: > > I've attached a patch to address the fact that UnixWare does not have > > stdio_ext.h but has some __X() stdio helper functions. > > In which header file are they declared? Can you show these declarations, > please? > >

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Bruno Haible
Tim Rice wrote: > I've attached a patch to address the fact that UnixWare does not have > stdio_ext.h but has some __X() stdio helper functions. In which header file are they declared? Can you show these declarations, please? Bruno

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Paul Eggert
On 9/24/20 1:49 PM, Tim Rice wrote: Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the corresponding .m4 files, as fpending.m4 and getpass.m4 already do?

patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
I've attached a patch to address the fact that UnixWare does not have stdio_ext.h but has some __X() stdio helper functions. Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X -- Tim RiceMultitalents t...@multitalents.net diff --git a/ChangeLog b/ChangeLog