File: postgis_config.h.in

package info (click to toggle)
postgis 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 17,296 kB
  • sloc: sql: 77,621; ansic: 59,025; xml: 18,553; sh: 11,043; java: 6,061; perl: 2,133; makefile: 981; yacc: 299; python: 192
file content (102 lines) | stat: -rw-r--r-- 2,457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* postgis_config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Defined if libiconv headers and library are present */
#undef HAVE_ICONV

/* ieeefp.h header */
#undef HAVE_IEEEFP_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `geos_c' library (-lgeos_c). */
#undef HAVE_LIBGEOS_C

/* Define to 1 if you have the `pq' library (-lpq). */
#undef HAVE_LIBPQ

/* Define to 1 if you have the `proj' library (-lproj). */
#undef HAVE_LIBPROJ

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Enable caching of bounding box within geometries */
#undef POSTGIS_AUTOCACHE_BBOX

/* PostGIS build date */
#undef POSTGIS_BUILD_DATE

/* PostGIS library debug level (0=disabled) */
#undef POSTGIS_DEBUG_LEVEL

/* GEOS library version */
#undef POSTGIS_GEOS_VERSION

/* PostGIS libxml2 version */
#undef POSTGIS_LIBXML2_VERSION

/* PostGIS library version */
#undef POSTGIS_LIB_VERSION

/* PostGIS major version */
#undef POSTGIS_MAJOR_VERSION

/* PostGIS micro version */
#undef POSTGIS_MICRO_VERSION

/* PostGIS minor version */
#undef POSTGIS_MINOR_VERSION

/* PostgreSQL server version */
#undef POSTGIS_PGSQL_VERSION

/* Enable GEOS profiling (0=disabled) */
#undef POSTGIS_PROFILE

/* PROJ library version */
#undef POSTGIS_PROJ_VERSION

/* PostGIS scripts version */
#undef POSTGIS_SCRIPTS_VERSION

/* Enable use of ANALYZE statistics */
#undef POSTGIS_USE_STATS

/* PostGIS version */
#undef POSTGIS_VERSION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#undef YYTEXT_POINTER