From bb1788335b7c394ee980b7b6f12b81f5223bbd63 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 9 Mar 2024 03:04:53 +0000 Subject: CTAN sync 202403090304 --- graphics/asymptote/runfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/asymptote/runfile.in') diff --git a/graphics/asymptote/runfile.in b/graphics/asymptote/runfile.in index 1a6835b7b2..4e7e3302ec 100644 --- a/graphics/asymptote/runfile.in +++ b/graphics/asymptote/runfile.in @@ -47,7 +47,7 @@ file* input(string name=emptystring, bool check=true, if(mode == "binary") f=new ibfile(name,check); else if(mode == "xdr" || mode == "xdrgz") { -#ifdef HAVE_RPC_RPC_H +#ifdef HAVE_LIBTIRPC if(mode == "xdr") f=new ixfile(name,check); else if(mode == "xdrgz") @@ -81,7 +81,7 @@ file* output(string name=emptystring, bool update=false, if(update) f=new iobfile(name); else f=new obfile(name); } else if(mode == "xdr") { -#ifdef HAVE_RPC_RPC_H +#ifdef HAVE_LIBTIRPC if(update) f=new ioxfile(name); else f=new oxfile(name); -- cgit v1.2.3