]> git.zerfleddert.de Git - micropolis/blob - src/tcl/compat/limits.h
Import Micropolis from http://www.donhopkins.com/home/micropolis/
[micropolis] / src / tcl / compat / limits.h
1 /*
2 * limits.h --
3 *
4 * This is a dummy header file to #include in Tcl when there
5 * is no limits.h in /usr/include. The file is totally empty.
6 * In case you're wondering why Tcl includes the file at all
7 * if it can be empty, it's because there's already code in
8 * tclUnix.h to #define anything that's not defined in limits.h.
9 *
10 * Copyright 1991 Regents of the University of California
11 * Permission to use, copy, modify, and distribute this
12 * software and its documentation for any purpose and without
13 * fee is hereby granted, provided that this copyright
14 * notice appears in all copies. The University of California
15 * makes no representations about the suitability of this
16 * software for any purpose. It is provided "as is" without
17 * express or implied warranty.
18 *
19 * $Header: /sprite/src/lib/tcl/compat/RCS/limits.h,v 1.1 91/09/19 16:22:08 ouster Exp $ SPRITE (Berkeley)
20 */
Impressum, Datenschutz