os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/limits.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
 * limits.h --
sl@0
     3
 *
sl@0
     4
 *	This is a dummy header file to #include in Tcl when there
sl@0
     5
 *	is no limits.h in /usr/include.  There are only a few
sl@0
     6
 *	definitions here;  also see tclPort.h, which already
sl@0
     7
 *	#defines some of the things here if they're not arleady
sl@0
     8
 *	defined.
sl@0
     9
 *
sl@0
    10
 * Copyright (c) 1991 The Regents of the University of California.
sl@0
    11
 * Copyright (c) 1994 Sun Microsystems, Inc.
sl@0
    12
 *
sl@0
    13
 * See the file "license.terms" for information on usage and redistribution
sl@0
    14
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
sl@0
    15
 *
sl@0
    16
 * RCS: @(#) $Id: limits.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
sl@0
    17
 */
sl@0
    18
sl@0
    19
#define LONG_MIN		0x80000000
sl@0
    20
#define LONG_MAX		0x7fffffff
sl@0
    21
#define INT_MIN			0x80000000
sl@0
    22
#define INT_MAX			0x7fffffff
sl@0
    23
#define SHRT_MIN		0x8000
sl@0
    24
#define SHRT_MAX		0x7fff