os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/limits.h
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/limits.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,24 @@
1.4 +/*
1.5 + * limits.h --
1.6 + *
1.7 + * This is a dummy header file to #include in Tcl when there
1.8 + * is no limits.h in /usr/include. There are only a few
1.9 + * definitions here; also see tclPort.h, which already
1.10 + * #defines some of the things here if they're not arleady
1.11 + * defined.
1.12 + *
1.13 + * Copyright (c) 1991 The Regents of the University of California.
1.14 + * Copyright (c) 1994 Sun Microsystems, Inc.
1.15 + *
1.16 + * See the file "license.terms" for information on usage and redistribution
1.17 + * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1.18 + *
1.19 + * RCS: @(#) $Id: limits.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
1.20 + */
1.21 +
1.22 +#define LONG_MIN 0x80000000
1.23 +#define LONG_MAX 0x7fffffff
1.24 +#define INT_MIN 0x80000000
1.25 +#define INT_MAX 0x7fffffff
1.26 +#define SHRT_MIN 0x8000
1.27 +#define SHRT_MAX 0x7fff