diff options
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -92,6 +92,13 @@ */ /* #define HAVE_UNDERSCORE_SETJMP 1 */ +/* + * LIMITS_H_MISSING + * + * You don't have a <limits.h> include file. + */ +/* #define LIMITS_H_MISSING 1 */ + /***********************************************/ /* Missing library subroutines or system calls */ /***********************************************/ @@ -177,6 +184,15 @@ /* #define TZNAME_MISSING 1 */ /* + * TM_ZONE_MISSING + * + * Your "struct tm" is missing the tm_zone field. + * If this is the case *and* strftime() is missing *and* tzname is missing, + * define this. + */ +/* #define TM_ZONE_MISSING 1 */ + +/* * STDC_HEADERS * * If your system does have ANSI compliant header files that |