1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6 
7 /* Define if you have the iconv() function and it works. */
8 #define HAVE_ICONV 1
9 
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
14    to 0 otherwise. */
15 #define HAVE_MALLOC 1
16 
17 /* Define to 1 if you have the <memory.h> header file. */
18 #define HAVE_MEMORY_H 1
19 
20 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
21    and to 0 otherwise. */
22 #define HAVE_REALLOC 1
23 
24 /* Define to 1 if you have the <stdint.h> header file. */
25 #define HAVE_STDINT_H 1
26 
27 /* Define to 1 if you have the <stdlib.h> header file. */
28 #define HAVE_STDLIB_H 1
29 
30 /* Define to 1 if you have the `strdup' function. */
31 #define HAVE_STRDUP 1
32 
33 /* Define to 1 if you have the <strings.h> header file. */
34 #define HAVE_STRINGS_H 1
35 
36 /* Define to 1 if you have the <string.h> header file. */
37 #define HAVE_STRING_H 1
38 
39 /* Define to 1 if you have the <sys/stat.h> header file. */
40 #define HAVE_SYS_STAT_H 1
41 
42 /* Define to 1 if you have the <sys/types.h> header file. */
43 #define HAVE_SYS_TYPES_H 1
44 
45 /* Define to 1 if you have the <unistd.h> header file. */
46 #define HAVE_UNISTD_H 1
47 
48 /* Define to 1 if you have the <wchar.h> header file. */
49 #define HAVE_WCHAR_H 1
50 
51 /* Define as const if the declaration of iconv() needs const. */
52 #if defined(_AIX) || defined(__sun)
53   #define ICONV_CONST const
54 #else
55   #define ICONV_CONST
56 #endif
57 
58 /* Major version */
59 #define LIBXLS_MAJOR_VERSION 1
60 
61 /* Micro version */
62 #define LIBXLS_MICRO_VERSION 0
63 
64 /* Minor version */
65 #define LIBXLS_MINOR_VERSION 5
66 
67 /* Define to the sub-directory where libtool stores uninstalled libraries. */
68 #define LT_OBJDIR ".libs/"
69 
70 /* Name of package */
71 #define PACKAGE "libxls"
72 
73 /* Define to the address where bug reports for this package should be sent. */
74 #define PACKAGE_BUGREPORT "emmiller@gmail.com"
75 
76 /* Define to the full name of this package. */
77 #define PACKAGE_NAME "libxls"
78 
79 /* Define to the full name and version of this package. */
80 #define PACKAGE_STRING "libxls 1.5.0"
81 
82 /* Define to the one symbol short name of this package. */
83 #define PACKAGE_TARNAME "libxls"
84 
85 /* Define to the home page for this package. */
86 #define PACKAGE_URL "https://github.com/libxls/libxls"
87 
88 /* Define to the version of this package. */
89 #define PACKAGE_VERSION "1.5.0"
90 
91 /* Define to 1 if you have the ANSI C header files. */
92 #define STDC_HEADERS 1
93 
94 /* Version number of package */
95 #define VERSION "1.5.0"
96 
97 /* Define to empty if `const' does not conform to ANSI C. */
98 /* #undef const */
99 
100 /* Define to rpl_malloc if the replacement function should be used. */
101 /* #undef malloc */
102 
103 /* Define to rpl_realloc if the replacement function should be used. */
104 /* #undef realloc */
105 
106 /* Define to `unsigned int' if <sys/types.h> does not define. */
107 /* #undef size_t */
108