|
OpenMAXBellagio 0.9.3
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the <dlfcn.h> header file. */ 00005 #define HAVE_DLFCN_H 1 00006 00007 /* Define to 1 if you have the <fcntl.h> header file. */ 00008 #define HAVE_FCNTL_H 1 00009 00010 /* Define to 1 if you have the `gethostbyname' function. */ 00011 #define HAVE_GETHOSTBYNAME 1 00012 00013 /* Define to 1 if you have the `gettimeofday' function. */ 00014 #define HAVE_GETTIMEOFDAY 1 00015 00016 /* Define to 1 if you have the <inttypes.h> header file. */ 00017 #define HAVE_INTTYPES_H 1 00018 00019 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00020 #define HAVE_LIBPTHREAD 1 00021 00022 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00023 to 0 otherwise. */ 00024 #define HAVE_MALLOC 1 00025 00026 /* Define to 1 if you have the <malloc.h> header file. */ 00027 #define HAVE_MALLOC_H 1 00028 00029 /* Define to 1 if you have the <memory.h> header file. */ 00030 #define HAVE_MEMORY_H 1 00031 00032 /* Define to 1 if you have the `memset' function. */ 00033 /* #undef HAVE_MEMSET */ 00034 00035 /* Define to 1 if you have the `mkdir' function. */ 00036 #define HAVE_MKDIR 1 00037 00038 /* Define to 1 if you have the <netdb.h> header file. */ 00039 #define HAVE_NETDB_H 1 00040 00041 /* Define to 1 if you have the <netinet/in.h> header file. */ 00042 #define HAVE_NETINET_IN_H 1 00043 00044 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00045 and to 0 otherwise. */ 00046 #define HAVE_REALLOC 1 00047 00048 /* Define to 1 if you have the `socket' function. */ 00049 #define HAVE_SOCKET 1 00050 00051 /* Define to 1 if you have the <stdint.h> header file. */ 00052 #define HAVE_STDINT_H 1 00053 00054 /* Define to 1 if you have the <stdlib.h> header file. */ 00055 #define HAVE_STDLIB_H 1 00056 00057 /* Define to 1 if you have the `strdup' function. */ 00058 /* #undef HAVE_STRDUP */ 00059 00060 /* Define to 1 if you have the `strerror' function. */ 00061 #define HAVE_STRERROR 1 00062 00063 /* Define to 1 if you have the <strings.h> header file. */ 00064 #define HAVE_STRINGS_H 1 00065 00066 /* Define to 1 if you have the <string.h> header file. */ 00067 #define HAVE_STRING_H 1 00068 00069 /* Define to 1 if you have the `strndup' function. */ 00070 /* #undef HAVE_STRNDUP */ 00071 00072 /* Define to 1 if you have the `strrchr' function. */ 00073 /* #undef HAVE_STRRCHR */ 00074 00075 /* Define to 1 if you have the <sys/socket.h> header file. */ 00076 #define HAVE_SYS_SOCKET_H 1 00077 00078 /* Define to 1 if you have the <sys/stat.h> header file. */ 00079 #define HAVE_SYS_STAT_H 1 00080 00081 /* Define to 1 if you have the <sys/time.h> header file. */ 00082 #define HAVE_SYS_TIME_H 1 00083 00084 /* Define to 1 if you have the <sys/types.h> header file. */ 00085 #define HAVE_SYS_TYPES_H 1 00086 00087 /* Define to 1 if you have the <unistd.h> header file. */ 00088 #define HAVE_UNISTD_H 1 00089 00090 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00091 */ 00092 #define LT_OBJDIR ".libs/" 00093 00094 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00095 /* #undef NO_MINUS_C_MINUS_O */ 00096 00097 /* Name of package */ 00098 #define PACKAGE "libomxil-bellagio" 00099 00100 /* Define to the address where bug reports for this package should be sent. */ 00101 #define PACKAGE_BUGREPORT "giulio.urlini@st.com" 00102 00103 /* Define to the full name of this package. */ 00104 #define PACKAGE_NAME "OpenMAX Bellagio" 00105 00106 /* Define to the full name and version of this package. */ 00107 #define PACKAGE_STRING "OpenMAX Bellagio 0.9.3" 00108 00109 /* Define to the one symbol short name of this package. */ 00110 #define PACKAGE_TARNAME "libomxil-bellagio" 00111 00112 /* Define to the home page for this package. */ 00113 #define PACKAGE_URL "" 00114 00115 /* Define to the version of this package. */ 00116 #define PACKAGE_VERSION "0.9.3" 00117 00118 /* directory where plugins are located */ 00119 #define PLUGINDIR "/usr/lib/libomxil-bellagio0" 00120 00121 /* Define to 1 if you have the ANSI C header files. */ 00122 #define STDC_HEADERS 1 00123 00124 /* Version number of package */ 00125 #define VERSION "0.9.3" 00126 00127 /* Define to rpl_malloc if the replacement function should be used. */ 00128 /* #undef malloc */ 00129 00130 /* Define to rpl_realloc if the replacement function should be used. */ 00131 /* #undef realloc */ 00132 00133 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00134 /* #undef size_t */