1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /*
4 / Sandro: manually adjusted so to support the MSVC compiler
5 /         using the OsGeo4W libraries
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #define HAVE_DLFCN_H 1
8 
9 /* Define to 1 if you have the <expat.h> header file. */
10 #define HAVE_EXPAT_H 1
11 
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #define HAVE_INTTYPES_H 1
14 
15 /* Define to 1 if you have the `expat' library (-lexpat). */
16 #define HAVE_LIBEXPAT 1
17 
18 /* Define to 1 if you have the `z' library (-lz). */
19 #define HAVE_LIBZ 1
20 
21 /* Define to 1 if `lstat' has the bug that it succeeds when given the
22    zero-length file name argument. */
23 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
24 
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if you have the `sqrt' function. */
29 /* #undef HAVE_SQRT */
30 
31 /* Define to 1 if `stat' has the bug that it succeeds when given the
32    zero-length file name argument. */
33 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
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 <stdio.h> header file. */
39 #define HAVE_STDIO_H 1
40 
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43 
44 /* Define to 1 if you have the `strcasecmp' function. */
45 #define HAVE_STRCASECMP 1
46 
47 /* Define to 1 if you have the `strerror' function. */
48 #define HAVE_STRERROR 1
49 
50 /* Define to 1 if you have the `strftime' function. */
51 #define HAVE_STRFTIME 1
52 
53 /* Define to 1 if you have the <strings.h> header file. */
54 #define HAVE_STRINGS_H 1
55 
56 /* Define to 1 if you have the <string.h> header file. */
57 #define HAVE_STRING_H 1
58 
59 /* Define to 1 if you have the `strncasecmp' function. */
60 #define HAVE_STRNCASECMP 1
61 
62 /* Define to 1 if you have the `strstr' function. */
63 #define HAVE_STRSTR 1
64 
65 /* Define to 1 if you have the <sys/stat.h> header file. */
66 #define HAVE_SYS_STAT_H 1
67 
68 /* Define to 1 if you have the <sys/types.h> header file. */
69 #define HAVE_SYS_TYPES_H 1
70 
71 /* Define to 1 if you have the <unistd.h> header file. */
72 #define HAVE_UNISTD_H 1
73 
74 /* Define to 1 if you have the <zlib.h> header file. */
75 #define HAVE_ZLIB_H 1
76 
77 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
78    slash. */
79 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
80 
81 /* Define to the sub-directory in which libtool stores uninstalled libraries.
82    */
83 #define LT_OBJDIR ".libs/"
84 
85 /* Name of package */
86 #define PACKAGE "readosm"
87 
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
90 
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "readosm"
93 
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "readosm 1.1.0a"
96 
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "readosm"
99 
100 /* Define to the home page for this package. */
101 #define PACKAGE_URL ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "1.1.0a"
105 
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108 
109 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
110 #define TIME_WITH_SYS_TIME 1
111 
112 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
113 /* #undef TM_IN_SYS_TIME */
114 
115 /* Version number of package */
116 #define VERSION "1.1.0a"
117 
118 /* Define to empty if `const' does not conform to ANSI C. */
119 /* #undef const */
120 
121 /* Define to `long int' if <sys/types.h> does not define. */
122 /* #undef off_t */
123 
124 /* Define to `unsigned int' if <sys/types.h> does not define. */
125 /* #undef size_t */
126 
127 /* Define to empty if the keyword `volatile' does not work. Warning: valid
128    code using `volatile' can become incorrect without. Disable with care. */
129 /* #undef volatile */
130