diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-02-09 10:42:17 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-02-09 10:42:17 +0000 |
| commit | c9bae1fd465da0bde963bd4c06c5903682f6e123 (patch) | |
| tree | a4ddb322d16ea241182b1cb1e777c5c89db2c5f1 | |
| parent | 3a73ff3bc24fb859286ed5f1efb40945ed96ec76 (diff) | |
removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | opj_config.h.in | 104 |
2 files changed, 4 insertions, 104 deletions
@@ -5,6 +5,10 @@ What's New for OpenJPEG ! : changed + : added +February 9, 2011 +! [antonin] renamed "java sources" to "java-sources" to avoid blank space +- [antonin] removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh + February 6, 2011 * [antonin] cmake : fixed installed links to openjpeg.h and openjpeg3d.h. diff --git a/opj_config.h.in b/opj_config.h.in deleted file mode 100644 index f4d5dfb2..00000000 --- a/opj_config.h.in +++ /dev/null @@ -1,104 +0,0 @@ -/* opj_config.h.in. Generated from configure.ac by autoheader. */ - -/* Define if building universal (internal helper macro) */ -#undef AC_APPLE_UNIVERSAL_BUILD - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ -#undef HAVE_FSEEKO - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the `lcms' library (-llcms). */ -#undef HAVE_LIBLCMS - -/* define to 1 if you have lcms version 1.x */ -#undef HAVE_LIBLCMS1 - -/* define to 1 if you have lcms version 2.x */ -#undef HAVE_LIBLCMS2 - -/* define to 1 if you have libpng */ -#undef HAVE_LIBPNG - -/* define to 1 if you have libtiff */ -#undef HAVE_LIBTIFF - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -# undef WORDS_BIGENDIAN -# endif -#endif - -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS - -/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ -#undef _LARGEFILE_SOURCE - -/* Define for large files, on AIX-style hosts. */ -#undef _LARGE_FILES |
