aboutsummaryrefslogtreecommitdiff
path: root/more-hdrs/machine/limits.h
blob: 67d35383bf521cd5f684487148659fe217f7f3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This is the `system' limits.h, independent of any particular
   compiler.  GCC provides its own limits.h which can be found in
   /usr/lib/gcc, although it is not very informative.  
   This file is public domain.  */
#if defined (__ppc__)
#include <ppc/limits.h>
#elif defined (__i386__)
#include <i386/limits.h>
#else
#error architecture not supported
#endif