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