diff options
| author | Michael Brown | 2006-03-17 15:13:09 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-17 15:13:09 +0100 |
| commit | b2909e547d78d5441b7e88e862c0e00541d3a5f0 (patch) | |
| tree | 713f2c6be0a71a68b415dfe57493cb6770fac908 /src/arch/e1/include/limits.h | |
| parent | GPXE code cleanup and purge. (diff) | |
| download | ipxe-b2909e547d78d5441b7e88e862c0e00541d3a5f0.tar.gz ipxe-b2909e547d78d5441b7e88e862c0e00541d3a5f0.tar.xz ipxe-b2909e547d78d5441b7e88e862c0e00541d3a5f0.zip | |
They can come back when they have someone to support them.
Diffstat (limited to 'src/arch/e1/include/limits.h')
| -rw-r--r-- | src/arch/e1/include/limits.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/arch/e1/include/limits.h b/src/arch/e1/include/limits.h deleted file mode 100644 index e7056ce5c..000000000 --- a/src/arch/e1/include/limits.h +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------------------------------------------------*/ -/* Project: ANSI C Standard Header Files */ -/* File: LIMITS.H */ -/* Edited by: hyperstone electronics GmbH */ -/* Am Seerhein 8 */ -/* D-78467 Konstanz, Germany */ -/* Date: January 30, 1996 */ -/*--------------------------------------------------------------------------*/ -/* Purpose: */ -/* The header file <limits.h> defines limits of ordinal types */ -/* (char, short, int, long) */ -/*--------------------------------------------------------------------------*/ - -#ifndef __LIMITS_H -#define __LIMITS_H 1 - -#define MB_LEN_MAX 1 -#define CHAR_BIT 8 -#define SCHAR_MIN -128L -#define SCHAR_MAX 127L -#define UCHAR_MAX 255 -#define CHAR_MIN 0 -#define CHAR_MAX UCHAR_MAX -#define SHRT_MIN -32768 -#define SHRT_MAX 32767 -#define USHRT_MAX 65535 -#define INT_MIN 0x80000000 -#define INT_MAX 0x7FFFFFFF -#define UINT_MAX 0xFFFFFFFFL -#define LONG_MIN INT_MIN -#define LONG_MAX INT_MAX -#define ULONG_MAX UINT_MAX - -#endif |
