--- fileio.cc Sun Feb 9 11:32:40 2025 +++ fileio.cc.1 Sun Feb 9 11:27:29 2025 @@ -421,6 +421,8 @@ if(errorstream::interrupt) throw interrupted(); } +#if HAVE_LIBTIRPC + void igzxfile::open() { name=locatefile(inpath(name)); @@ -447,5 +449,6 @@ processData().ixfile.remove(index); } } +#endif } // namespace camp