From de087e4c5a40f48515cbad48374a46f54f8a44a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 29 May 1998 22:41:39 +0200 Subject: [PATCH] Added HAVE_WORKING_STRTOL. Rev: src/acconfig.h:1.25 --- src/acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/acconfig.h b/src/acconfig.h index f38a335dbd..c2a54d5b34 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.24 1998/05/24 22:40:21 marcus Exp $ + * $Id: acconfig.h,v 1.25 1998/05/29 20:41:39 grubba Exp $ */ #ifndef MACHINE_H #define MACHINE_H @@ -110,6 +110,9 @@ #undef DOUBLE_IS_IEEE_BIG #undef DOUBLE_IS_IEEE_LITTLE +/* Define this if strtol exists, and doesn't cut at 0x7fffffff */ +#undef HAVE_WORKING_STRTOL + /* The rest of this file is just to eliminate warnings */ /* define if declaration of strchr is missing */ -- GitLab