1 /* RCS $Id: config.h,v 1.2 2008-03-05 18:36:08 kz Exp $
4 -- Configurarion include file.
7 -- There is one of these for each specific machine configuration.
8 -- It can be used to further tweek the machine specific sources
9 -- so that they compile.
12 -- Dennis Vadura, dvadura@dmake.wticorp.com
15 -- http://dmake.wticorp.com/
18 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
20 -- This program is NOT free software; you can redistribute it and/or
21 -- modify it under the terms of the Software License Agreement Provided
22 -- in the file <distribution-root>/readme/license.txt.
25 -- Use cvs log to obtain detailed change logs.
28 /* define this for configurations that don't have the coreleft function
29 * so that the code compiles. To my knowledge coreleft exists only on
30 * Turbo C, but it is needed here since the function is used in many debug
32 /*#define coreleft() 0L*/
33 extern unsigned int coreleft();
35 #define SIGQUIT SIGTERM /* turbo C doesn't understand SIGQUIT */
37 /* Turbo-C understands const declarations. */
44 /* a small problem with pointer to voids on some unix machines needs this */
45 #define DMPVOID void *
47 /* Have to pull this in for the standard lib defines */