home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: config.h,v 3.1 1994/01/23 02:46:18 ppessi Exp $
- *
- * Configuration
- *
- * Copyright (c) 1993 Pekka Pessi
- *
- * Created : Sun Nov 28 17:45:55 1993 ppessi
- * Last modified: Mon Jan 17 12:12:37 1994 ppessi
- *
- * $Log: config.h,v $
- * Revision 3.1 1994/01/23 02:46:18 ppessi
- * New command semantics, new version.
- *
- * Revision 3.1 1994/01/23 02:46:18 ppessi
- * New command semantics, new version.
- *
- * Revision 1.2 1994/01/18 09:13:01 ppessi
- * Compiler dependent configuration
- *
- * Revision 1.1 93/11/30 03:16:45 ppessi
- * Initial revision
- *
- */
-
- #ifdef __SASC
- #define ASM __asm
- #define SAVEDS __saveds
- #define REG(x) register __ ## x
- #define BASE struct NetInfoDevice *nid
- #define BASEREG REG(a6) struct NetInfoDevice *nid
- #define USE_PRAGMAS 1
- /* Kludge */
- #else
- #error "Unsupported compiler"
- #endif
-
- #define INTERNAL static
-
-