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

« back to all changes in this revision

Viewing changes to qgsconfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Francesco Paolo Lovergine, Paul Wise
  • Date: 2007-10-15 18:03:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071015180332-rdf2nmtf13f1oy5n
Tags: 0.8.1-2
[ Francesco Paolo Lovergine ]
* Fixed wrong build-deps:
        python-qt4-dev -> python-qt4
      python-sip4-dev -> python-sip4
* Added composer.dpatch that should fix some archs FTBS. 

[ Paul Wise ]
* Switch to new Homepage field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* qgsconfig.h.in.  Generated from configure.in by autoheader.  */
2
 
 
3
 
#ifndef QGSCONFIG_H
4
 
 #define QGSCONFIG_H
5
 
 
6
 
 
7
 
/* Define to 1 if you have the <dlfcn.h> header file. */
8
 
#undef HAVE_DLFCN_H
9
 
 
10
 
/* Define to 1 if you have the <endian.h> header file. */
11
 
#undef HAVE_ENDIAN_H
12
 
 
13
 
/* Define to 1 if you have the <inttypes.h> header file. */
14
 
#undef HAVE_INTTYPES_H
15
 
 
16
 
/* Define to 1 if you have the `util' library (-lutil). */
17
 
#undef HAVE_LIBUTIL
18
 
 
19
 
/* Define to 1 if you have the <machine/endian.h> header file. */
20
 
#undef HAVE_MACHINE_ENDIAN_H
21
 
 
22
 
/* Define to 1 if you have the <memory.h> header file. */
23
 
#undef HAVE_MEMORY_H
24
 
 
25
 
/* Define to 1 if PostgreSQL is available */
26
 
#undef HAVE_POSTGRESQL
27
 
 
28
 
/* Define to 1 if you have the <proj_api.h> header file. */
29
 
#undef HAVE_PROJ_API_H
30
 
 
31
 
/* Define to 1 if you have the <sqlite3.h> header file. */
32
 
#undef HAVE_SQLITE3_H
33
 
 
34
 
/* Define to 1 if you have the <stdint.h> header file. */
35
 
#undef HAVE_STDINT_H
36
 
 
37
 
/* Define to 1 if you have the <stdlib.h> header file. */
38
 
#undef HAVE_STDLIB_H
39
 
 
40
 
/* Define to 1 if you have the <strings.h> header file. */
41
 
#undef HAVE_STRINGS_H
42
 
 
43
 
/* Define to 1 if you have the <string.h> header file. */
44
 
#undef HAVE_STRING_H
45
 
 
46
 
/* Define to 1 if you have the <sys/stat.h> header file. */
47
 
#undef HAVE_SYS_STAT_H
48
 
 
49
 
/* Define to 1 if you have the <sys/types.h> header file. */
50
 
#undef HAVE_SYS_TYPES_H
51
 
 
52
 
/* Define to 1 if you have the <unistd.h> header file. */
53
 
#undef HAVE_UNISTD_H
54
 
 
55
 
/* Define to 1 if wfs plugin/provider is requested */
56
 
#undef HAVE_WFS
57
 
 
58
 
/* Name of package */
59
 
#undef PACKAGE
60
 
 
61
 
/* Define to the address where bug reports for this package should be sent. */
62
 
#undef PACKAGE_BUGREPORT
63
 
 
64
 
/* Define to the full name of this package. */
65
 
#undef PACKAGE_NAME
66
 
 
67
 
/* Define to the full name and version of this package. */
68
 
#undef PACKAGE_STRING
69
 
 
70
 
/* Define to the one symbol short name of this package. */
71
 
#undef PACKAGE_TARNAME
72
 
 
73
 
/* Define to the version of this package. */
74
 
#undef PACKAGE_VERSION
75
 
 
76
 
/* Define to 1 if you have the ANSI C header files. */
77
 
#undef STDC_HEADERS
78
 
 
79
 
/* Version number of package */
80
 
#undef VERSION
81
 
 
82
 
/* Defined if on Win32 platform */
83
 
#undef WIN32
84
 
 
85
 
/* Define to 1 if your processor stores words with the most significant byte
86
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
87
 
#undef WORDS_BIGENDIAN
88
 
 
89
 
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
90
 
   `char[]'. */
91
 
#undef YYTEXT_POINTER
92
 
 
93
 
#endif
94