Ginga  0.13.6.1771-df200
The iTV middleware.
config.h
Go to the documentation of this file.
1 /* lib/config.h. Generated from config.h.in by configure. */
2 /* lib/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* cairo required major version */
5 #define CAIRO_REQUIRED_MAJOR 1
6 
7 /* cairo required micro version */
8 #define CAIRO_REQUIRED_MICRO 2
9 
10 /* cairo required minor version */
11 #define CAIRO_REQUIRED_MINOR 10
12 
13 /* Define to 1 to enable run-time debugging */
14 /* #undef DEBUG */
15 
16 
17 /* Enable compile-time and run-time bounds-checking, and some warnings,
18  without upsetting glibc 2.15+. */
19 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
20 # define _FORTIFY_SOURCE 2
21 #endif
22 
23 
24 /* glib required major version */
25 #define GLIB_REQUIRED_MAJOR 2
26 
27 /* glib required micro version */
28 #define GLIB_REQUIRED_MICRO 4
29 
30 /* glib required minor version */
31 #define GLIB_REQUIRED_MINOR 32
32 
33 /* gstreamer required major version */
34 #define GSTREAMER_REQUIRED_MAJOR 1
35 
36 /* gstreamer required micro version */
37 #define GSTREAMER_REQUIRED_MICRO 0
38 
39 /* gstreamer required minor version */
40 #define GSTREAMER_REQUIRED_MINOR 2
41 
42 /* define if the compiler supports basic C++11 syntax */
43 /* #undef HAVE_CXX11 */
44 
45 /* Define to 1 if you have the <dlfcn.h> header file. */
46 #define HAVE_DLFCN_H 1
47 
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #define HAVE_INTTYPES_H 1
50 
51 /* Define to 1 if you have the <memory.h> header file. */
52 #define HAVE_MEMORY_H 1
53 
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #define HAVE_STDINT_H 1
56 
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #define HAVE_STDLIB_H 1
59 
60 /* Define to 1 if you have the <strings.h> header file. */
61 #define HAVE_STRINGS_H 1
62 
63 /* Define to 1 if you have the <string.h> header file. */
64 #define HAVE_STRING_H 1
65 
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #define HAVE_SYS_STAT_H 1
68 
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #define HAVE_SYS_TYPES_H 1
71 
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #define HAVE_UNISTD_H 1
74 
75 /* Define to the extension used for runtime loadable modules, say, ".so". */
76 #define LT_MODULE_EXT ".so"
77 
78 /* Define to the sub-directory where libtool stores uninstalled libraries. */
79 #define LT_OBJDIR ".libs/"
80 
81 /* Define to the shared library suffix, say, ".dylib". */
82 /* #undef LT_SHARED_EXT */
83 
84 /* Define to the shared archive member specification, say "(shr.o)". */
85 /* #undef LT_SHARED_LIB_MEMBER */
86 
87 /* Name of package */
88 #define PACKAGE "ginga"
89 
90 /* Define to the address where bug reports for this package should be sent. */
91 #define PACKAGE_BUGREPORT "bugs@telemidia.puc-rio.br"
92 
93 /* Define to the full name of this package. */
94 #define PACKAGE_NAME "Ginga"
95 
96 /* Define to the full name and version of this package. */
97 #define PACKAGE_STRING "Ginga 0.13.6.1771-df200"
98 
99 /* Define to the one symbol short name of this package. */
100 #define PACKAGE_TARNAME "ginga"
101 
102 /* Define to the home page for this package. */
103 #define PACKAGE_URL "http://github.com/TeleMidia/ginga"
104 
105 /* Define to the version of this package. */
106 #define PACKAGE_VERSION "0.13.6.1771-df200"
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define STDC_HEADERS 1
110 
111 /* Enable extensions on AIX 3, Interix. */
112 #ifndef _ALL_SOURCE
113 # define _ALL_SOURCE 1
114 #endif
115 /* Enable GNU extensions on systems that have them. */
116 #ifndef _GNU_SOURCE
117 # define _GNU_SOURCE 1
118 #endif
119 /* Enable threading extensions on Solaris. */
120 #ifndef _POSIX_PTHREAD_SEMANTICS
121 # define _POSIX_PTHREAD_SEMANTICS 1
122 #endif
123 /* Enable extensions on HP NonStop. */
124 #ifndef _TANDEM_SOURCE
125 # define _TANDEM_SOURCE 1
126 #endif
127 /* Enable general extensions on Solaris. */
128 #ifndef __EXTENSIONS__
129 # define __EXTENSIONS__ 1
130 #endif
131 
132 
133 /* Version number of package */
134 #define VERSION "0.13.6.1771-df200"
135 
136 /* Define to 1 if you have libcef. */
137 #define WITH_CEF 0
138 
139 /* Define to 1 if you have librsvg-2.0 >= 2.40.0. */
140 #define WITH_LIBRSVG 1
141 
142 /* Define to 1 if you have nclua >= 1.0. */
143 #define WITH_NCLUA 1
144 
145 /* Define to 1 if you have gl >= 17.0 sdl2. */
146 /* #undef WITH_OPENGL */
147 
148 /* Define to 1 if on MINIX. */
149 /* #undef _MINIX */
150 
151 /* Define to 2 if the system does not provide POSIX.1 features except with
152  this defined. */
153 /* #undef _POSIX_1_SOURCE */
154 
155 /* Define to 1 if you need to in order for `stat' and other things to work. */
156 /* #undef _POSIX_SOURCE */
157 
158 /* Define to 1 if compiler is checking for lint. */
159 /* #undef lint */