1/* 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/* 1 to enable the CSV formats support */
7#undef CSVFMTS_ENABLED
8
9/* 1 to enable all the filters. */
10#undef FILTERS_ENABLED
11
12/* define if the compiler supports basic C++14 syntax */
13#undef HAVE_CXX14
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the `m' library (-lm). */
19#undef HAVE_LIBM
20
21/* Define to 1 if you have the `usb-1.0' library (-lusb-1.0). */
22#undef HAVE_LIBUSB_1_0
23
24/* Define to 1 if you have the `z' library (-lz). */
25#undef HAVE_LIBZ
26
27/* Define to 1 if you have the <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
30/* Define to 1 if you have the <stdarg.h> header file. */
31#undef HAVE_STDARG_H
32
33/* Define to 1 if you have the <stdint.h> header file. */
34#undef HAVE_STDINT_H
35
36/* Define to 1 if you have the <stdlib.h> header file. */
37#undef HAVE_STDLIB_H
38
39/* Define to 1 if you have the <strings.h> header file. */
40#undef HAVE_STRINGS_H
41
42/* Define to 1 if you have the <string.h> header file. */
43#undef HAVE_STRING_H
44
45/* Define to 1 if you have the <sys/stat.h> header file. */
46#undef HAVE_SYS_STAT_H
47
48/* Define to 1 if you have the <sys/types.h> header file. */
49#undef HAVE_SYS_TYPES_H
50
51/* Define to 1 if you have the `uname' function. */
52#undef HAVE_UNAME
53
54/* Define to 1 if you have the <unistd.h> header file. */
55#undef HAVE_UNISTD_H
56
57/* Defined if you have Windows DDK */
58#undef HAVE_WDK
59
60/* 1 to enable as many formats as possible */
61#undef MAXIMAL_ENABLED
62
63/* Define to the address where bug reports for this package should be sent. */
64#undef PACKAGE_BUGREPORT
65
66/* Define to the full name of this package. */
67#undef PACKAGE_NAME
68
69/* Define to the release name of this package. */
70#undef PACKAGE_RELEASE
71
72/* Define to the full name and version of this package. */
73#undef PACKAGE_STRING
74
75/* Define to the one symbol short name of this package. */
76#undef PACKAGE_TARNAME
77
78/* Define to the home page for this package. */
79#undef PACKAGE_URL
80
81/* Define to the version of this package. */
82#undef PACKAGE_VERSION
83
84/* 1 to enable shapefile support */
85#undef SHAPELIB_ENABLED
86
87/* Define to 1 if you have the ANSI C header files. */
88#undef STDC_HEADERS
89
90/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
91   significant byte first (like Motorola and SPARC, unlike Intel). */
92#if defined AC_APPLE_UNIVERSAL_BUILD
93# if defined __BIG_ENDIAN__
94#  define WORDS_BIGENDIAN 1
95# endif
96#else
97# ifndef WORDS_BIGENDIAN
98#  undef WORDS_BIGENDIAN
99# endif
100#endif
101
102/* 1 to inhibit our use of zlib. */
103#undef ZLIB_INHIBITED
104