Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_916 / libraries / libjni-gdal / include / cpl_config.h @ 12327

History | View | Annotate | Download (1.05 KB)

1 716 igbrotru
/* port/cpl_config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3
/* Define if you don't have vprintf but do have _doprnt.  */
4
#undef HAVE_DOPRNT
5
6
/* Define if you have the vprintf function.  */
7
#undef HAVE_VPRINTF
8
9
/* Define if you have the vsnprintf function.  */
10
#undef HAVE_VSNPRINTF
11
12
/* Define if you have the ANSI C header files.  */
13
#undef STDC_HEADERS
14
15
/* Define if you have the <fcntl.h> header file.  */
16
#undef HAVE_FCNTL_H
17
18
/* Define if you have the <unistd.h> header file.  */
19
#undef HAVE_UNISTD_H
20
21
#undef HAVE_LIBDL
22
23
#undef HAVE_DLFCN_H
24
#undef HAVE_DBMALLOC_H
25
#undef HAVE_LIBDBMALLOC
26
#undef WORDS_BIGENDIAN
27
28
/* Define if you have ftell64 and fseek64 */
29
#undef UNIX_STDIO_64
30
31
/* What 64bit stdio api entry points to use */
32
#undef VSI_FTELL64
33
#undef VSI_FSEEK64
34
35
/* Define if you have 64 bit long long type */
36
#undef HAVE_LONG_LONG
37
38
/* Define if large file api should be enabled, normally with UNIX_STDIO_64 */
39
#undef VSI_LARGE_API_SUPPORTED
40
41
/* Define if _LARGEFILE64_SOURCE needs to be defined. */
42
#undef VSI_NEED_LARGEFILE64_SOURCE
43
44