Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /* opj_config.h.  Generated from opj_config.h.in by configure.  */
  2. /* opj_config.h.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* Define if building universal (internal helper macro) */
  5. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  6.  
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. #define HAVE_DLFCN_H 1
  9.  
  10. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  11. #define HAVE_FSEEKO 1
  12.  
  13. /* Define to 1 if you have the <inttypes.h> header file. */
  14. #define HAVE_INTTYPES_H 1
  15.  
  16. /* Define to 1 if you have the `lcms' library (-llcms). */
  17. #define HAVE_LIBLCMS 1
  18.  
  19. /* define to 1 if you have lcms version 1.x */
  20. #define HAVE_LIBLCMS1 1
  21.  
  22. /* define to 1 if you have lcms version 2.x */
  23. /* #undef HAVE_LIBLCMS2 */
  24.  
  25. /* define to 1 if you have libpng */
  26. #define HAVE_LIBPNG 1
  27.  
  28. /* define to 1 if you have libtiff */
  29. #define HAVE_LIBTIFF 1
  30.  
  31. /* Define to 1 if you have the <memory.h> header file. */
  32. #define HAVE_MEMORY_H 1
  33.  
  34. /* Define to 1 if you have the <stdint.h> header file. */
  35. #define HAVE_STDINT_H 1
  36.  
  37. /* Define to 1 if you have the <stdlib.h> header file. */
  38. #define HAVE_STDLIB_H 1
  39.  
  40. /* Define to 1 if you have the <strings.h> header file. */
  41. #define HAVE_STRINGS_H 1
  42.  
  43. /* Define to 1 if you have the <string.h> header file. */
  44. #define HAVE_STRING_H 1
  45.  
  46. /* Define to 1 if you have the <sys/stat.h> header file. */
  47. #define HAVE_SYS_STAT_H 1
  48.  
  49. /* Define to 1 if you have the <sys/types.h> header file. */
  50. #define HAVE_SYS_TYPES_H 1
  51.  
  52. /* Define to 1 if you have the <unistd.h> header file. */
  53. #define HAVE_UNISTD_H 1
  54.  
  55. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  56.    */
  57. #define LT_OBJDIR ".libs/"
  58.  
  59. /* Name of package */
  60. #define PACKAGE "openjpeg-1.4.0"
  61.  
  62. /* Define to the address where bug reports for this package should be sent. */
  63. #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  64.  
  65. /* Define to the full name of this package. */
  66. #define PACKAGE_NAME "OpenJPEG"
  67.  
  68. /* Define to the full name and version of this package. */
  69. #define PACKAGE_STRING "OpenJPEG 1.4.0"
  70.  
  71. /* Define to the one symbol short name of this package. */
  72. #define PACKAGE_TARNAME "openjpeg-1.4.0"
  73.  
  74. /* Define to the home page for this package. */
  75. #define PACKAGE_URL "http://www.openjpeg.org/"
  76.  
  77. /* Define to the version of this package. */
  78. #define PACKAGE_VERSION "1.4.0"
  79.  
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #define STDC_HEADERS 1
  82.  
  83. /* Version number of package */
  84. #define VERSION "1.4.0"
  85.  
  86. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  87.    significant byte first (like Motorola and SPARC, unlike Intel). */
  88. #if defined AC_APPLE_UNIVERSAL_BUILD
  89. # if defined __BIG_ENDIAN__
  90. #  define WORDS_BIGENDIAN 1
  91. # endif
  92. #else
  93. # ifndef WORDS_BIGENDIAN
  94. /* #  undef WORDS_BIGENDIAN */
  95. # endif
  96. #endif
  97.  
  98. /* Number of bits in a file offset, on hosts where this is settable. */
  99. /* #undef _FILE_OFFSET_BITS */
  100.  
  101. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  102. /* #undef _LARGEFILE_SOURCE */
  103.  
  104. /* Define for large files, on AIX-style hosts. */
  105. /* #undef _LARGE_FILES */
  106.