IDZEBRA 2.2.8
config.h
Go to the documentation of this file.
1/* include/config.h. Generated from config.h.in by configure. */
2/* include/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the `atoll' function. */
5#define HAVE_ATOLL 1
6
7/* Define to 1 if you have the <bzlib.h> header file. */
8/* #undef HAVE_BZLIB_H */
9
10/* Define to 1 if you have the <crypt.h> header file. */
11#define HAVE_CRYPT_H 1
12
13/* Define to 1 if you have the <dlfcn.h> header file. */
14#define HAVE_DLFCN_H 1
15
16/* Define to 1 if you have the <expat.h> header file. */
17#define HAVE_EXPAT_H 1
18
19/* Whether iconv.h is defined */
20#define HAVE_ICONV_H 1
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#define HAVE_INTTYPES_H 1
24
25/* Define to 1 if you have the `bz2' library (-lbz2). */
26/* #undef HAVE_LIBBZ2 */
27
28/* Define to 1 if you have the `crypt' library (-lcrypt). */
29#define HAVE_LIBCRYPT 1
30
31/* Define to 1 if you have the `dl' library (-ldl). */
32#define HAVE_LIBDL 1
33
34/* Define to 1 if you have the `m' library (-lm). */
35#define HAVE_LIBM 1
36
37/* Define to 1 if you have the `z' library (-lz). */
38#define HAVE_LIBZ 1
39
40/* Define to 1 if the system has the type `long long'. */
41#define HAVE_LONG_LONG 1
42
43/* Define to 1 if you have the `mkstemp' function. */
44#define HAVE_MKSTEMP 1
45
46/* Define to 1 if you have the <stdint.h> header file. */
47#define HAVE_STDINT_H 1
48
49/* Define to 1 if you have the <stdio.h> header file. */
50#define HAVE_STDIO_H 1
51
52/* Define to 1 if you have the <stdlib.h> header file. */
53#define HAVE_STDLIB_H 1
54
55/* Define to 1 if you have the <strings.h> header file. */
56#define HAVE_STRINGS_H 1
57
58/* Define to 1 if you have the <string.h> header file. */
59#define HAVE_STRING_H 1
60
61/* Define to 1 if you have the <sys/resource.h> header file. */
62#define HAVE_SYS_RESOURCE_H 1
63
64/* Define to 1 if you have the <sys/stat.h> header file. */
65#define HAVE_SYS_STAT_H 1
66
67/* Define to 1 if you have the <sys/time.h> header file. */
68#define HAVE_SYS_TIME_H 1
69
70/* Define to 1 if you have the <sys/types.h> header file. */
71#define HAVE_SYS_TYPES_H 1
72
73/* Define to 1 if you have the <sys/utsname.h> header file. */
74#define HAVE_SYS_UTSNAME_H 1
75
76/* Define to 1 if you have the <sys/wait.h> header file. */
77#define HAVE_SYS_WAIT_H 1
78
79/* Define to 1 if we have TCL */
80#define HAVE_TCL_H 0
81
82/* Define to 1 if you have the <unistd.h> header file. */
83#define HAVE_UNISTD_H 1
84
85/* Define to 1 if you have the <zlib.h> header file. */
86#define HAVE_ZLIB_H 1
87
88/* Whether module alvis is static */
89#define IDZEBRA_STATIC_ALVIS 1
90
91/* Whether module dom is static */
92#define IDZEBRA_STATIC_DOM 1
93
94/* Whether module grs.marc is static */
95#define IDZEBRA_STATIC_GRS_MARC 1
96
97/* Whether module grs.regx is static */
98#define IDZEBRA_STATIC_GRS_REGX 1
99
100/* Whether module grs.sgml is static */
101#define IDZEBRA_STATIC_GRS_SGML 1
102
103/* Whether module grs.xml is static */
104#define IDZEBRA_STATIC_GRS_XML 1
105
106/* Whether module safari is static */
107#define IDZEBRA_STATIC_SAFARI 1
108
109/* Whether module text is static */
110#define IDZEBRA_STATIC_TEXT 1
111
112/* Define to the sub-directory where libtool stores uninstalled libraries. */
113#define LT_OBJDIR ".libs/"
114
115/* Name of package */
116#define PACKAGE "idzebra"
117
118/* Define to the address where bug reports for this package should be sent. */
119#define PACKAGE_BUGREPORT "info@indexdata.com"
120
121/* Define to the full name of this package. */
122#define PACKAGE_NAME "idzebra"
123
124/* Define to the full name and version of this package. */
125#define PACKAGE_STRING "idzebra 2.2.8"
126
127/* Define to the one symbol short name of this package. */
128#define PACKAGE_TARNAME "idzebra"
129
130/* Define to the home page for this package. */
131#define PACKAGE_URL ""
132
133/* Define to the version of this package. */
134#define PACKAGE_VERSION "2.2.8"
135
136/* Define to 1 if all of the C90 standard headers exist (not just the ones
137 required in a freestanding environment). This macro is provided for
138 backward compatibility; new code need not use it. */
139#define STDC_HEADERS 1
140
141/* Version number of package */
142#define VERSION "2.2.8"
143
144/* Whether zint is long long */
145#define ZEBRA_ZINT 1
146
147/* Number of bits in a file offset, on hosts where this is settable. */
148/* #undef _FILE_OFFSET_BITS */
149
150/* Define for large files, on AIX-style hosts. */
151/* #undef _LARGE_FILES */