OpenMAX Bellagio 0.9.3
config.h
Go to the documentation of this file.
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the <dlfcn.h> header file. */
5#define HAVE_DLFCN_H 1
6
7/* Define to 1 if you have the <fcntl.h> header file. */
8#define HAVE_FCNTL_H 1
9
10/* Define to 1 if you have the `gethostbyname' function. */
11#define HAVE_GETHOSTBYNAME 1
12
13/* Define to 1 if you have the `gettimeofday' function. */
14#define HAVE_GETTIMEOFDAY 1
15
16/* Define to 1 if you have the <inttypes.h> header file. */
17#define HAVE_INTTYPES_H 1
18
19/* Define to 1 if you have the `pthread' library (-lpthread). */
20#define HAVE_LIBPTHREAD 1
21
22/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
23 to 0 otherwise. */
24#define HAVE_MALLOC 1
25
26/* Define to 1 if you have the <malloc.h> header file. */
27#define HAVE_MALLOC_H 1
28
29/* Define to 1 if you have the `memset' function. */
30/* #undef HAVE_MEMSET */
31
32/* Define to 1 if you have the `mkdir' function. */
33#define HAVE_MKDIR 1
34
35/* Define to 1 if you have the <netdb.h> header file. */
36#define HAVE_NETDB_H 1
37
38/* Define to 1 if you have the <netinet/in.h> header file. */
39#define HAVE_NETINET_IN_H 1
40
41/* Define to 1 if your system has a GNU libc compatible `realloc' function,
42 and to 0 otherwise. */
43#define HAVE_REALLOC 1
44
45/* Define to 1 if you have the `socket' function. */
46#define HAVE_SOCKET 1
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#define HAVE_STDINT_H 1
50
51/* Define to 1 if you have the <stdio.h> header file. */
52#define HAVE_STDIO_H 1
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#define HAVE_STDLIB_H 1
56
57/* Define to 1 if you have the `strdup' function. */
58/* #undef HAVE_STRDUP */
59
60/* Define to 1 if you have the `strerror' function. */
61#define HAVE_STRERROR 1
62
63/* Define to 1 if you have the <strings.h> header file. */
64#define HAVE_STRINGS_H 1
65
66/* Define to 1 if you have the <string.h> header file. */
67#define HAVE_STRING_H 1
68
69/* Define to 1 if you have the `strndup' function. */
70/* #undef HAVE_STRNDUP */
71
72/* Define to 1 if you have the `strrchr' function. */
73/* #undef HAVE_STRRCHR */
74
75/* Define to 1 if you have the <sys/socket.h> header file. */
76#define HAVE_SYS_SOCKET_H 1
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#define HAVE_SYS_STAT_H 1
80
81/* Define to 1 if you have the <sys/time.h> header file. */
82#define HAVE_SYS_TIME_H 1
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#define HAVE_SYS_TYPES_H 1
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#define HAVE_UNISTD_H 1
89
90/* Define to the sub-directory where libtool stores uninstalled libraries. */
91#define LT_OBJDIR ".libs/"
92
93/* Name of package */
94#define PACKAGE "libomxil-bellagio"
95
96/* Define to the address where bug reports for this package should be sent. */
97#define PACKAGE_BUGREPORT "giulio.urlini@st.com"
98
99/* Define to the full name of this package. */
100#define PACKAGE_NAME "OpenMAX Bellagio"
101
102/* Define to the full name and version of this package. */
103#define PACKAGE_STRING "OpenMAX Bellagio 0.9.3"
104
105/* Define to the one symbol short name of this package. */
106#define PACKAGE_TARNAME "libomxil-bellagio"
107
108/* Define to the home page for this package. */
109#define PACKAGE_URL ""
110
111/* Define to the version of this package. */
112#define PACKAGE_VERSION "0.9.3"
113
114/* directory where plugins are located */
115#define PLUGINDIR "/usr/lib/x86_64-linux-gnu/libomxil-bellagio0"
116
117/* Define to 1 if all of the C90 standard headers exist (not just the ones
118 required in a freestanding environment). This macro is provided for
119 backward compatibility; new code need not use it. */
120#define STDC_HEADERS 1
121
122/* Version number of package */
123#define VERSION "0.9.3"
124
125/* Define to rpl_malloc if the replacement function should be used. */
126/* #undef malloc */
127
128/* Define to rpl_realloc if the replacement function should be used. */
129/* #undef realloc */
130
131/* Define to `unsigned int' if <sys/types.h> does not define. */
132/* #undef size_t */

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo