/*1* limits.h --2*3* This is a dummy header file to #include in Tcl when there4* is no limits.h in /usr/include. There are only a few5* definitions here; also see tclPort.h, which already6* #defines some of the things here if they're not arleady7* defined.8*9* Copyright (c) 1991 The Regents of the University of California.10* Copyright (c) 1994 Sun Microsystems, Inc.11*12* See the file "license.terms" for information on usage and redistribution13* of this file, and for a DISCLAIMER OF ALL WARRANTIES.14*15* SCCS: @(#) limits.h 1.7 96/02/15 14:43:5516*/1718#define LONG_MIN 0x8000000019#define LONG_MAX 0x7fffffff20#define INT_MIN 0x8000000021#define INT_MAX 0x7fffffff222324