corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 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 <dirent.h> header file, and it defines `DIR'. |
||
8 | */ |
||
9 | #define HAVE_DIRENT_H 1 |
||
10 | |||
11 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
||
12 | #define HAVE_DLFCN_H 1 |
||
13 | |||
14 | /* Define to 1 if you have the <inttypes.h> header file. */ |
||
15 | #define HAVE_INTTYPES_H 1 |
||
16 | |||
17 | /* define to 1 if you have lcms version 1.x */ |
||
18 | /* #undef HAVE_LIBLCMS1 */ |
||
19 | |||
20 | /* define to 1 if you have lcms version 2.x */ |
||
21 | /* #undef HAVE_LIBLCMS2 */ |
||
22 | |||
23 | /* define to 1 if you have libpng */ |
||
24 | #define HAVE_LIBPNG 1 |
||
25 | |||
26 | /* define to 1 if you have libtiff */ |
||
27 | #define HAVE_LIBTIFF 1 |
||
28 | |||
29 | /* Define to 1 if you have the <memory.h> header file. */ |
||
30 | #define HAVE_MEMORY_H 1 |
||
31 | |||
32 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
||
33 | /* #undef HAVE_NDIR_H */ |
||
34 | |||
35 | /* Define to 1 if you have the <stdint.h> header file. */ |
||
36 | #define HAVE_STDINT_H 1 |
||
37 | |||
38 | /* Define to 1 if you have the <stdlib.h> header file. */ |
||
39 | #define HAVE_STDLIB_H 1 |
||
40 | |||
41 | /* Define to 1 if you have the <strings.h> header file. */ |
||
42 | #define HAVE_STRINGS_H 1 |
||
43 | |||
44 | /* Define to 1 if you have the <string.h> header file. */ |
||
45 | #define HAVE_STRING_H 1 |
||
46 | |||
47 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
||
48 | */ |
||
49 | /* #undef HAVE_SYS_DIR_H */ |
||
50 | |||
51 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
||
52 | */ |
||
53 | /* #undef HAVE_SYS_NDIR_H */ |
||
54 | |||
55 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
||
56 | #define HAVE_SYS_STAT_H 1 |
||
57 | |||
58 | /* Define to 1 if you have the <sys/types.h> header file. */ |
||
59 | #define HAVE_SYS_TYPES_H 1 |
||
60 | |||
61 | /* Define to 1 if you have the <unistd.h> header file. */ |
||
62 | #define HAVE_UNISTD_H 1 |
||
63 | |||
64 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
||
65 | */ |
||
66 | #define LT_OBJDIR ".libs/" |
||
67 | |||
68 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
||
69 | /* #undef NO_MINUS_C_MINUS_O */ |
||
70 | |||
71 | /* Name of package */ |
||
72 | #define PACKAGE "openjpeg" |
||
73 | |||
74 | /* Define to the address where bug reports for this package should be sent. */ |
||
75 | #define PACKAGE_BUGREPORT "openjpeg@googlegroups.com" |
||
76 | |||
77 | /* Define to the full name of this package. */ |
||
78 | #define PACKAGE_NAME "OpenJPEG" |
||
79 | |||
80 | /* Define to the full name and version of this package. */ |
||
81 | #define PACKAGE_STRING "OpenJPEG 1.5.0" |
||
82 | |||
83 | /* Define to the one symbol short name of this package. */ |
||
84 | #define PACKAGE_TARNAME "openjpeg" |
||
85 | |||
86 | /* Define to the home page for this package. */ |
||
87 | #define PACKAGE_URL "http://www.openjpeg.org" |
||
88 | |||
89 | /* Define to the version of this package. */ |
||
90 | #define PACKAGE_VERSION "1.5.0" |
||
91 | |||
92 | /* Define to 1 if you have the ANSI C header files. */ |
||
93 | #define STDC_HEADERS 1 |
||
94 | |||
95 | /* define to 1 if you use jpip */ |
||
96 | /* #undef USE_JPIP */ |
||
97 | |||
98 | /* define to 1 if you use jpip server */ |
||
99 | /* #undef USE_JPIP_SERVER */ |
||
100 | |||
101 | /* define to 1 if you use mj2 */ |
||
102 | /* #undef USE_MJ2 */ |
||
103 | |||
104 | /* Version number of package */ |
||
105 | #define VERSION "1.5.0" |
||
106 | |||
107 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
||
108 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
||
109 | #if defined AC_APPLE_UNIVERSAL_BUILD |
||
110 | # if defined __BIG_ENDIAN__ |
||
111 | # define WORDS_BIGENDIAN 1 |
||
112 | # endif |
||
113 | #else |
||
114 | # ifndef WORDS_BIGENDIAN |
||
115 | /* # undef WORDS_BIGENDIAN */ |
||
116 | # endif |
||
117 | #endif |