All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
linuxplatformdefines.h
Go to the documentation of this file.
1 #ifndef ___TERRALIB_LINUXPLATFORMDEFINES_H
2 #define ___TERRALIB_LINUXPLATFORMDEFINES_H 1
3 
4 /* ./terralib/linuxplatformdefines.h. Generated automatically at end of configure. */
5 /* config.h. Generated from config.h.in by configure. */
6 /* config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* Define to 1 if you have the <boost/version.hpp> header file. */
9 #ifndef TE_HAVE_BOOST_VERSION_HPP
10 #define TE_HAVE_BOOST_VERSION_HPP 1
11 #endif
12 
13 /* Define to 1 if you have the <cppunit/Outputter.h> header file. */
14 #ifndef TE_HAVE_CPPUNIT_OUTPUTTER_H
15 #define TE_HAVE_CPPUNIT_OUTPUTTER_H 1
16 #endif
17 
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 #ifndef TE_HAVE_DLFCN_H
20 #define TE_HAVE_DLFCN_H 1
21 #endif
22 
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #ifndef TE_HAVE_INTTYPES_H
25 #define TE_HAVE_INTTYPES_H 1
26 #endif
27 
28 /* Define to 1 if you have the <memory.h> header file. */
29 #ifndef TE_HAVE_MEMORY_H
30 #define TE_HAVE_MEMORY_H 1
31 #endif
32 
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #ifndef TE_HAVE_STDINT_H
35 #define TE_HAVE_STDINT_H 1
36 #endif
37 
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #ifndef TE_HAVE_STDLIB_H
40 #define TE_HAVE_STDLIB_H 1
41 #endif
42 
43 /* Define to 1 if you have the <strings.h> header file. */
44 #ifndef TE_HAVE_STRINGS_H
45 #define TE_HAVE_STRINGS_H 1
46 #endif
47 
48 /* Define to 1 if you have the <string.h> header file. */
49 #ifndef TE_HAVE_STRING_H
50 #define TE_HAVE_STRING_H 1
51 #endif
52 
53 /* Define to 1 if you have the <sys/stat.h> header file. */
54 #ifndef TE_HAVE_SYS_STAT_H
55 #define TE_HAVE_SYS_STAT_H 1
56 #endif
57 
58 /* Define to 1 if you have the <sys/types.h> header file. */
59 #ifndef TE_HAVE_SYS_TYPES_H
60 #define TE_HAVE_SYS_TYPES_H 1
61 #endif
62 
63 /* Define to 1 if you have the <unistd.h> header file. */
64 #ifndef TE_HAVE_UNISTD_H
65 #define TE_HAVE_UNISTD_H 1
66 #endif
67 
68 /* Value 1 will enable all kind of logging in the TerraLib code */
69 #ifndef TE_LOGGER_ENABLED
70 #define TE_LOGGER_ENABLED 1
71 #endif
72 
73 /* Define to the sub-directory in which libtool stores uninstalled libraries.
74  */
75 #ifndef TE_LT_OBJDIR
76 #define TE_LT_OBJDIR ".libs/"
77 #endif
78 
79 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
80 /* #undef NO_MINUS_C_MINUS_O */
81 
82 /* Name of package */
83 #ifndef TE_PACKAGE
84 #define TE_PACKAGE "terralib_src"
85 #endif
86 
87 /* Define to the address where bug reports for this package should be sent. */
88 #ifndef TE_PACKAGE_BUGREPORT
89 #define TE_PACKAGE_BUGREPORT ""
90 #endif
91 
92 /* Define to the full name of this package. */
93 #ifndef TE_PACKAGE_NAME
94 #define TE_PACKAGE_NAME "terralib_src"
95 #endif
96 
97 /* Define to the full name and version of this package. */
98 #ifndef TE_PACKAGE_STRING
99 #define TE_PACKAGE_STRING "terralib_src 5.0.0"
100 #endif
101 
102 /* Define to the one symbol short name of this package. */
103 #ifndef TE_PACKAGE_TARNAME
104 #define TE_PACKAGE_TARNAME "terralib_src"
105 #endif
106 
107 /* Define to the home page for this package. */
108 #ifndef TE_PACKAGE_URL
109 #define TE_PACKAGE_URL ""
110 #endif
111 
112 /* Define to the version of this package. */
113 #ifndef TE_PACKAGE_VERSION
114 #define TE_PACKAGE_VERSION "5.0.0"
115 #endif
116 
117 /* Define to 1 if you have the ANSI C header files. */
118 #ifndef TE_STDC_HEADERS
119 #define TE_STDC_HEADERS 1
120 #endif
121 
122 /* Value 1 will enable Apache Log4cxx log support, value 0 will disable it */
123 #ifndef TE_USE_APACHE_LOG4CXX
124 #define TE_USE_APACHE_LOG4CXX 1
125 #endif
126 
127 /* Value 1 will enable GDAL support, value 0 will disable it */
128 #ifndef TE_USE_GDAL
129 #define TE_USE_GDAL 1
130 #endif
131 
132 /* Value 1 will enable GEOS support, value 0 will disable it */
133 #ifndef TE_USE_GEOS
134 #define TE_USE_GEOS 1
135 #endif
136 
137 /* Value 1 will enable GRIB support, value 0 will disable it */
138 #ifndef TE_USE_GRIB
139 #define TE_USE_GRIB 1
140 #endif
141 
142 /* Value 1 will enable OGR support, value 0 will disable it */
143 #ifndef TE_USE_OGR
144 #define TE_USE_OGR 1
145 #endif
146 
147 /* Value 1 will enable PostGIS support, value 0 will disable it */
148 #ifndef TE_USE_PGIS
149 #define TE_USE_PGIS 1
150 #endif
151 
152 /* Value 1 will enable Proj4 support, value 0 will disable it */
153 #ifndef TE_USE_PROJ4
154 #define TE_USE_PROJ4 1
155 #endif
156 
157 /* Version number of package */
158 #ifndef TE_VERSION
159 #define TE_VERSION "5.0.0"
160 #endif
161 
162 /* once: ___TERRALIB_LINUXPLATFORMDEFINES_H */
163 #endif