home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp / src / devs / netinfo / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-19  |  861 b   |  40 lines

  1. /*
  2.  * $Id: config.h,v 3.1 1994/01/23 02:46:18 ppessi Exp $
  3.  *
  4.  * Configuration 
  5.  *
  6.  * Copyright (c) 1993 Pekka Pessi
  7.  *
  8.  * Created      : Sun Nov 28 17:45:55 1993 ppessi
  9.  * Last modified: Mon Jan 17 12:12:37 1994 ppessi
  10.  *
  11.  * $Log: config.h,v $
  12.  * Revision 3.1  1994/01/23  02:46:18  ppessi
  13.  * New command semantics, new version.
  14.  *
  15.  * Revision 3.1  1994/01/23  02:46:18  ppessi
  16.  * New command semantics, new version.
  17.  *
  18.  * Revision 1.2  1994/01/18  09:13:01  ppessi
  19.  * Compiler dependent configuration
  20.  *
  21.  * Revision 1.1  93/11/30  03:16:45  ppessi
  22.  * Initial revision
  23.  * 
  24.  */
  25.  
  26. #ifdef __SASC
  27. #define ASM __asm 
  28. #define SAVEDS __saveds
  29. #define REG(x) register __ ## x
  30. #define BASE struct NetInfoDevice *nid
  31. #define BASEREG REG(a6) struct NetInfoDevice *nid
  32. #define USE_PRAGMAS 1
  33. /* Kludge */
  34. #else
  35. #error "Unsupported compiler"
  36. #endif
  37.  
  38. #define INTERNAL static
  39.  
  40.