Initial import to Tizen
[profile/ivi/gstreamer-python.git] / win32 / common / config.h
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 "gst-python"
56
57 /* Define to the address where bug reports for this package should be sent. */
58 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
59
60 /* Define to the full name of this package. */
61 #define PACKAGE_NAME "GStreamer Python Bindings"
62
63 /* Define to the full name and version of this package. */
64 #define PACKAGE_STRING "GStreamer Python Bindings 0.10.22"
65
66 /* Define to the one symbol short name of this package. */
67 #define PACKAGE_TARNAME "gst-python"
68
69 /* Define to the version of this package. */
70 #define PACKAGE_VERSION "0.10.22"
71
72 /* PyGst major version */
73 #define PYGST_MAJOR_VERSION 0
74
75 /* PyGst micro version */
76 #define PYGST_MICRO_VERSION 22
77
78 /* PyGst minor version */
79 #define PYGST_MINOR_VERSION 10
80
81 /* PyGst nano version */
82 #define PYGST_NANO_VERSION 0
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 "0.10.22"