/*
 * global.h
 *
 * Author: Tomi Ollila <too@cs.hut.fi>
 *
 * 	Copyright (c) 1993 Tomi Ollila
 * 	    All rights reserved
 *
 * Created: Thu Nov  4 22:26:31 1993 too
 * Last modified: Sun Nov 14 17:15:35 1993 too
 *
 * HISTORY
 * $Log: global.h,v $
 * Revision 1.1  1993/11/17  11:47:44  too
 * Initial revision
 *
 * Revision 1.1  1993/11/17  11:47:44  too
 * Initial revision
 *
 */

#ifndef _GLOBAL_H_
#define _GLOBAL_H_

#define FD_SETSIZE (8 * sizeof (LONG))

extern struct ExecBase * SysBase;
extern struct DosLibrary * DOSBase;

#endif /*  _GLOBAL_H_ */
