~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to qgsconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
/* Define to 1 if you have the <inttypes.h> header file. */
15
15
#define HAVE_INTTYPES_H 1
16
16
 
 
17
/* Define to 1 if you have the `util' library (-lutil). */
 
18
#define HAVE_LIBUTIL 1
 
19
 
17
20
/* Define to 1 if you have the <machine/endian.h> header file. */
18
21
/* #undef HAVE_MACHINE_ENDIAN_H */
19
22
 
21
24
#define HAVE_MEMORY_H 1
22
25
 
23
26
/* Define to 1 if PostgreSQL is available */
24
 
#define HAVE_POSTGRESQL 1
 
27
/* #undef HAVE_POSTGRESQL */
25
28
 
26
29
/* Define to 1 if you have the <proj_api.h> header file. */
27
30
#define HAVE_PROJ_API_H 1
50
53
/* Define to 1 if you have the <unistd.h> header file. */
51
54
#define HAVE_UNISTD_H 1
52
55
 
 
56
/* Define to 1 if wfs plugin/provider is requested */
 
57
#define HAVE_WFS 1
 
58
 
53
59
/* Name of package */
54
60
#define PACKAGE "qgis"
55
61
 
72
78
#define STDC_HEADERS 1
73
79
 
74
80
/* Version number of package */
75
 
#define VERSION "0.7.4"
 
81
#define VERSION "0.8.0"
76
82
 
77
83
/* Defined if on Win32 platform */
78
84
/* #undef WIN32 */
81
87
   first (like Motorola and SPARC, unlike Intel and VAX). */
82
88
/* #undef WORDS_BIGENDIAN */
83
89
 
 
90
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
 
91
   `char[]'. */
 
92
/* #undef YYTEXT_POINTER */
 
93
 
84
94
#endif
85
95