OpenMAXBellagio  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 <memory.h> header file. */
30 #define HAVE_MEMORY_H 1
31 
32 /* Define to 1 if you have the `memset' function. */
33 /* #undef HAVE_MEMSET */
34 
35 /* Define to 1 if you have the `mkdir' function. */
36 #define HAVE_MKDIR 1
37 
38 /* Define to 1 if you have the <netdb.h> header file. */
39 #define HAVE_NETDB_H 1
40 
41 /* Define to 1 if you have the <netinet/in.h> header file. */
42 #define HAVE_NETINET_IN_H 1
43 
44 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
45  and to 0 otherwise. */
46 #define HAVE_REALLOC 1
47 
48 /* Define to 1 if you have the `socket' function. */
49 #define HAVE_SOCKET 1
50 
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #define HAVE_STDINT_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 in which libtool stores uninstalled libraries.
91  */
92 #define LT_OBJDIR ".libs/"
93 
94 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
95 /* #undef NO_MINUS_C_MINUS_O */
96 
97 /* Name of package */
98 #define PACKAGE "libomxil-bellagio"
99 
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT "giulio.urlini@st.com"
102 
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME "OpenMAX Bellagio"
105 
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING "OpenMAX Bellagio 0.9.3"
108 
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME "libomxil-bellagio"
111 
112 /* Define to the home page for this package. */
113 #define PACKAGE_URL ""
114 
115 /* Define to the version of this package. */
116 #define PACKAGE_VERSION "0.9.3"
117 
118 /* directory where plugins are located */
119 #define PLUGINDIR "/usr/lib/bellagio"
120 
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123 
124 /* Version number of package */
125 #define VERSION "0.9.3"
126 
127 /* Define to rpl_malloc if the replacement function should be used. */
128 /* #undef malloc */
129 
130 /* Define to rpl_realloc if the replacement function should be used. */
131 /* #undef realloc */
132 
133 /* Define to `unsigned int' if <sys/types.h> does not define. */
134 /* #undef size_t */

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