From: Mickael Savinaud Date: Wed, 13 Mar 2013 15:17:35 +0000 (+0000) Subject: [trunk] use the opj_ prefix for the HAVE_FSEEKO variable X-Git-Tag: version.2.0.1~4^2~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=021e25528220d25a1d933bcc0eea1bf5abac87e9;p=openjpeg [trunk] use the opj_ prefix for the HAVE_FSEEKO variable --- diff --git a/src/lib/openjp2/opj_includes.h b/src/lib/openjp2/opj_includes.h index 4397149a..82cc9c19 100644 --- a/src/lib/openjp2/opj_includes.h +++ b/src/lib/openjp2/opj_includes.h @@ -56,7 +56,7 @@ ftello() only on systems with special LFS support since some systems (e.g. FreeBSD) support a 64-bit off_t by default. */ -#if defined(HAVE_FSEEKO) +#if defined(OPJ_HAVE_FSEEKO) # define fseek fseeko # define ftell ftello #endif