]> granicus.if.org Git - openjpeg/commitdiff
[trunk] use the opj_ prefix for the HAVE_FSEEKO variable
authorMickael Savinaud <savmickael@users.noreply.github.com>
Wed, 13 Mar 2013 15:17:35 +0000 (15:17 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Wed, 13 Mar 2013 15:17:35 +0000 (15:17 +0000)
src/lib/openjp2/opj_includes.h

index 4397149ad8995afc56ef6454bdf22526950e6425..82cc9c19bc29b49549165e6c624bdab654a08eb3 100644 (file)
@@ -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