/*
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 <io/PCR←IOSocket.h>
#endif

#if (PCR←IOSocket←IMPL)
#   include <host/sys/sockio.h>
#elif defined(PCR←NO←HOSTDEP←ERR)
    /* ... */
#else
#   error sockets unimplemented for this host / os
#endif /* PCR←IOSocket←IMPL */

#endif /* !←←PCR←sockio←h */

/*
$Log$
*/