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