John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 1 | /* |
2 | * Header file: limits.h | ||||
3 | * | ||||
4 | * Description: | ||||
5 | * This header file is the autoconf replacement for limits.h (if it lives | ||||
6 | * on the system). | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef _CONFIG_LIMITS_H | ||||
10 | #define _CONFIG_LIMITS_H | ||||
11 | |||||
12 | #include "Config/config.h" | ||||
13 | |||||
14 | #ifdef HAVE_LIMITS_H | ||||
15 | #include <limits.h> | ||||
16 | #endif | ||||
17 | |||||
18 | #endif |