~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to win32/common/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-09-08 20:22:47 UTC
  • mfrom: (4.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080908202247-nkwix5wpfasoygy0
Tags: 0.10.12-1.1
* Non-maintainer upload.
* Add dependency to python-libxml2 and change load order in
  the init of gst0.10-python (Closes: #449341)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
 
4
#undef GST_GCOV_ENABLED
 
5
 
 
6
/* Define to 1 if you have the <dlfcn.h> header file. */
 
7
#undef HAVE_DLFCN_H
 
8
 
 
9
/* Define to 1 if you have the <inttypes.h> header file. */
 
10
#undef HAVE_INTTYPES_H
 
11
 
 
12
/* Define to 1 if you have the <memory.h> header file. */
 
13
#undef HAVE_MEMORY_H
 
14
 
 
15
/* We can use the plugins-install methods */
 
16
#define HAVE_PLUGINS_INSTALL 1
 
17
 
 
18
/* Defined if we have a 2.12 series pygobject */
 
19
#undef HAVE_PYGOBJECT_2_12
 
20
 
 
21
/* Defined if we have a 2.16 series pygobject */
 
22
#undef HAVE_PYGOBJECT_2_16
 
23
 
 
24
/* Define to 1 if you have the <stdint.h> header file. */
 
25
#undef HAVE_STDINT_H
 
26
 
 
27
/* Define to 1 if you have the <stdlib.h> header file. */
 
28
#undef HAVE_STDLIB_H
 
29
 
 
30
/* Define to 1 if you have the <strings.h> header file. */
 
31
#undef HAVE_STRINGS_H
 
32
 
 
33
/* Define to 1 if you have the <string.h> header file. */
 
34
#undef HAVE_STRING_H
 
35
 
 
36
/* Define to 1 if you have the <sys/stat.h> header file. */
 
37
#undef HAVE_SYS_STAT_H
 
38
 
 
39
/* Define to 1 if you have the <sys/types.h> header file. */
 
40
#undef HAVE_SYS_TYPES_H
 
41
 
 
42
/* Define to 1 if you have the <unistd.h> header file. */
 
43
#undef HAVE_UNISTD_H
 
44
 
 
45
/* Define if valgrind should be used */
 
46
#undef HAVE_VALGRIND
 
47
 
 
48
/* We can use the videoorientation interface */
 
49
#define HAVE_VIDEO_ORIENTATION_INTERFACE 1
 
50
 
 
51
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
52
#undef NO_MINUS_C_MINUS_O
 
53
 
 
54
/* Name of package */
 
55
#define PACKAGE "@PACKAGE@"
 
56
 
 
57
/* Define to the address where bug reports for this package should be sent. */
 
58
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
 
59
 
 
60
/* Define to the full name of this package. */
 
61
#define PACKAGE_NAME "@PACKAGE_NAME@"
 
62
 
 
63
/* Define to the full name and version of this package. */
 
64
#define PACKAGE_STRING "@PACKAGE_STRING@"
 
65
 
 
66
/* Define to the one symbol short name of this package. */
 
67
#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
 
68
 
 
69
/* Define to the version of this package. */
 
70
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
 
71
 
 
72
/* PyGst major version */
 
73
#define PYGST_MAJOR_VERSION @PACKAGE_VERSION_MAJOR@
 
74
 
 
75
/* PyGst micro version */
 
76
#define PYGST_MICRO_VERSION @PACKAGE_VERSION_MICRO@
 
77
 
 
78
/* PyGst minor version */
 
79
#define PYGST_MINOR_VERSION @PACKAGE_VERSION_MINOR@
 
80
 
 
81
/* PyGst nano version */
 
82
#define PYGST_NANO_VERSION @PACKAGE_VERSION_NANO@
 
83
 
 
84
/* Define to 1 if you have the ANSI C header files. */
 
85
#undef STDC_HEADERS
 
86
 
 
87
/* Version number of package */
 
88
#define VERSION "@VERSION@"