From 602105004eda570663e79b025f13554c9aa07506 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 12 Aug 2005 06:17:42 -0700 Subject: [PATCH] [svn] Doc fix. --- src/wget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wget.h b/src/wget.h index 88665d32..5abce277 100644 --- a/src/wget.h +++ b/src/wget.h @@ -134,7 +134,7 @@ typedef off_t wgint; # define WGINT_MAX LLONG_MAX # ifdef HAVE_STRTOLL # define str_to_wgint strtoll -# elif HAVE_STRTOIMAX /* HPUX 11.0 has strtoimax, but no strtoll */ +# elif defined HAVE_STRTOIMAX /* HPUX 11.0 has strtoimax, but no strtoll */ # define str_to_wgint strtoimax # else # define str_to_wgint strtoll -- 2.39.2