]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Fri, 12 Aug 2005 13:17:42 +0000 (06:17 -0700)
committerhniksic <devnull@localhost>
Fri, 12 Aug 2005 13:17:42 +0000 (06:17 -0700)
src/wget.h

index 88665d32933942980ea2dd9b22b654ab49b56cab..5abce2779145e5126493d86a95ecc06785c19581 100644 (file)
@@ -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