/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef ←←PCR←IOStreamGlue←h #define ←←PCR←IOStreamGlue←h 1 #include <config/PCR←StdTypes.h> #include <io/PCR←IOStream.h> #if PCR←IOStream←IMPL #include <io/PCR←IOGbl.h> #include <io/PCR←IOGblGlue.h> /* * GenericOp and GenericCloneOp commands * for IOGblGlue procs ... */ int PCR←IOStreamGlue←←getMsgGenericOpCmd; #define PCR←IOStreamGlue←getMsgGenericOpCmd \ ((PCR←Any)(&PCR←IOStreamGlue←←getMsgGenericOpCmd)) int PCR←IOStreamGlue←←putMsgGenericOpCmd; #define PCR←IOStreamGlue←putMsgGenericOpCmd \ ((PCR←Any)(&PCR←IOStreamGlue←←putMsgGenericOpCmd)) #elif defined(PCR←NO←HOSTDEP←ERR) /* ... */ #else # error streams unimplemented on this host / os #endif /* PCR←IOStream←IMPL */ #endif /* !←←PCR←IOStreamGlue←h */ /* $Log$ */