home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp / src / l / inet-handler / global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-05  |  496 b   |  28 lines

  1. /*
  2.  * global.h
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  *     Copyright (c) 1993 Tomi Ollila
  7.  *         All rights reserved
  8.  *
  9.  * Created: Thu Nov  4 22:26:31 1993 too
  10.  * Last modified: Sun Nov 14 17:15:35 1993 too
  11.  *
  12.  * HISTORY
  13.  * $Log: global.h,v $
  14.  * Revision 1.1  1993/11/17  11:47:44  too
  15.  * Initial revision
  16.  *
  17.  */
  18.  
  19. #ifndef _GLOBAL_H_
  20. #define _GLOBAL_H_
  21.  
  22. #define FD_SETSIZE (8 * sizeof (LONG))
  23.  
  24. extern struct ExecBase * SysBase;
  25. extern struct DosLibrary * DOSBase;
  26.  
  27. #endif /*  _GLOBAL_H_ */
  28.