/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ /* * socket ioctls * * DEFINITELY NOT POSIX.1 ... */ #ifndef __PCR_sockio_h #define __PCR_sockio_h 1 #ifndef __PCR_IOSocket_h # include #endif #if (PCR_IOSocket_IMPL) # include #elif defined(PCR_NO_HOSTDEP_ERR) /* ... */ #else # error sockets unimplemented for this host / os #endif /* PCR_IOSocket_IMPL */ #endif /* !__PCR_sockio_h */ /* $Log$ */