/* 4m v2.15 (globals.c)
 * (C) Copyright 1990 by Carrick Sean Casey
 * (C) Copyright 1993 by Scott Chasin and Michaeljon Miller
 *
 * 3-22-93 See file COPYING for copyright information.
 *
 * Global definitions
 *
 */

#include <sys/types.h>

#ifdef NEEDS_SELECT
# include "select.h"
#endif

#include "ipcf.h"

struct Cbuf cbufs[MAX_USERS + 1];
fd_set fdset;
fd_set ignorefds;
int port_fd, send_fd, get_fd;
int highestfd = 0;
char *fail;
struct timeval *polltimeout = (struct timeval *) 0;
struct itimerval *polldelay = (struct itimerval *) 0;
