/* #undef WILDCARD	    No! */
/* #define WILDCARD '$'	     Redefine wildcard character */

/*	The relevant choices of TCP, ETHERNET, V24 should be defined in CFLAGS */

#define STRINGS_H	/* string.h is not available: use strings.h */

/*  Available media:
 */
#define V24_CHANNELS 8

#include <modes.h>
#include <strings.h>
#define INCLUDES_DONE

#ifdef TCP
#include <types.h>
#include "socket.h"
#include "in.h"
#include "netdb.h"
#include <errno.h>	    /* independent */
#define TCP_INCLUDES_DONE
#endif
