gst_nokia_speech/config.h
changeset 16 8e837d1bf446
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
       
     1 /* config.h.  Generated by configure.  */
       
     2 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
     3 
       
     4 /* defined if cdda headers are in a cdda/ directory */
       
     5 /* #undef CDPARANOIA_HEADERS_IN_DIR */
       
     6 
       
     7 /* Default audio sink */
       
     8 #define DEFAULT_AUDIOSINK "autoaudiosink"
       
     9 
       
    10 /* Default audio source */
       
    11 #define DEFAULT_AUDIOSRC "alsasrc"
       
    12 
       
    13 /* Default video sink */
       
    14 #define DEFAULT_VIDEOSINK "autovideosink"
       
    15 
       
    16 /* Default video source */
       
    17 #define DEFAULT_VIDEOSRC "v4lsrc"
       
    18 
       
    19 /* Default visualizer */
       
    20 #define DEFAULT_VISUALIZER "goom"
       
    21 
       
    22 /* Define to 1 if translation of program messages to the user's native
       
    23    language is requested. */
       
    24 #ifdef __SYMBIAN32__
       
    25 #undef ENABLE_NLS
       
    26 #else
       
    27 #define ENABLE_NLS 1
       
    28 #endif
       
    29 
       
    30 
       
    31 /* gettext package name */
       
    32 #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
       
    33 
       
    34 /* macro to use to show function name */
       
    35 #define GST_FUNCTION __PRETTY_FUNCTION__
       
    36 
       
    37 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
       
    38 /* #undef GST_GCOV_ENABLED */
       
    39 
       
    40 /* Default errorlevel to use */
       
    41 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
       
    42 
       
    43 /* GStreamer license */
       
    44 #define GST_LICENSE "LGPL"
       
    45 
       
    46 /* package name in plugins */
       
    47 #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
       
    48 
       
    49 /* package origin */
       
    50 #define GST_PACKAGE_ORIGIN "Unknown package origin"
       
    51 
       
    52 /* support for features: gstalsa */
       
    53 #define HAVE_ALSA 
       
    54 
       
    55 /* support for features: cdparanoia */
       
    56 /* #undef HAVE_CDPARANOIA */
       
    57 
       
    58 /* Define if the host CPU is an Alpha */
       
    59 /* #undef HAVE_CPU_ALPHA */
       
    60 
       
    61 /* Define if the host CPU is an ARM */
       
    62 /* #undef HAVE_CPU_ARM */
       
    63 #ifdef __SYMBIAN32__
       
    64 #define HAVE_CPU_ARM 1
       
    65 #endif
       
    66 
       
    67 /* Define if the host CPU is a CRIS */
       
    68 /* #undef HAVE_CPU_CRIS */
       
    69 
       
    70 /* Define if the host CPU is a CRISv32 */
       
    71 /* #undef HAVE_CPU_CRISV32 */
       
    72 
       
    73 /* Define if the host CPU is a HPPA */
       
    74 /* #undef HAVE_CPU_HPPA */
       
    75 
       
    76 /* Define if the host CPU is an x86 */
       
    77 #ifndef __SYMBIAN32__
       
    78 #define HAVE_CPU_I386 1
       
    79 #endif
       
    80 /* Define if the host CPU is a IA64 */
       
    81 /* #undef HAVE_CPU_IA64 */
       
    82 
       
    83 /* Define if the host CPU is a M68K */
       
    84 /* #undef HAVE_CPU_M68K */
       
    85 
       
    86 /* Define if the host CPU is a MIPS */
       
    87 /* #undef HAVE_CPU_MIPS */
       
    88 
       
    89 /* Define if the host CPU is a PowerPC */
       
    90 /* #undef HAVE_CPU_PPC */
       
    91 
       
    92 /* Define if the host CPU is a 64 bit PowerPC */
       
    93 /* #undef HAVE_CPU_PPC64 */
       
    94 
       
    95 /* Define if the host CPU is a S390 */
       
    96 /* #undef HAVE_CPU_S390 */
       
    97 
       
    98 /* Define if the host CPU is a SPARC */
       
    99 /* #undef HAVE_CPU_SPARC */
       
   100 
       
   101 /* Define if the host CPU is a x86_64 */
       
   102 /* #undef HAVE_CPU_X86_64 */
       
   103 
       
   104 /* Define if the GNU dcgettext() function is already present or preinstalled.
       
   105    */
       
   106 #define HAVE_DCGETTEXT 1
       
   107 
       
   108 /* Define to 1 if you have the <dlfcn.h> header file. */
       
   109 #define HAVE_DLFCN_H 1
       
   110 
       
   111 /* support for features: */
       
   112 #define HAVE_EXTERNAL 
       
   113 
       
   114 /* FIONREAD ioctl found in sys/filio.h */
       
   115 /* #undef HAVE_FIONREAD_IN_SYS_FILIO */
       
   116 
       
   117 /* FIONREAD ioctl found in sys/ioclt.h */
       
   118 #define HAVE_FIONREAD_IN_SYS_IOCTL 1
       
   119 
       
   120 /* defined if the compiler implements __func__ */
       
   121 #define HAVE_FUNC 1
       
   122 
       
   123 /* defined if the compiler implements __FUNCTION__ */
       
   124 #define HAVE_FUNCTION 1
       
   125 
       
   126 /* Define if the GNU gettext() function is already present or preinstalled. */
       
   127 #define HAVE_GETTEXT 1
       
   128 
       
   129 /* support for features: gnomevfssrc */
       
   130 #define HAVE_GNOME_VFS 
       
   131 
       
   132 /* support for features: v4lsrc v4lmjpegsrc v4lmjpegsink */
       
   133 #define HAVE_GST_V4L 
       
   134 
       
   135 /* Define if you have the iconv() function. */
       
   136 /* #undef HAVE_ICONV */
       
   137 
       
   138 /* Define to 1 if you have the <inttypes.h> header file. */
       
   139 #define HAVE_INTTYPES_H 1
       
   140 
       
   141 /* Define to 1 if you have the `asound' library (-lasound). */
       
   142 /* #undef HAVE_LIBASOUND */
       
   143 
       
   144 /* support for features: libvisual */
       
   145 /* #undef HAVE_LIBVISUAL */
       
   146 
       
   147 /* Define if you have C99's lrint function. */
       
   148 #define HAVE_LRINT 1
       
   149 
       
   150 /* Define if you have C99's lrintf function. */
       
   151 #define HAVE_LRINTF 1
       
   152 
       
   153 /* Define to 1 if you have the <malloc.h> header file. */
       
   154 #define HAVE_MALLOC_H 1
       
   155 
       
   156 /* Define to 1 if you have the <memory.h> header file. */
       
   157 #define HAVE_MEMORY_H 1
       
   158 
       
   159 /* support for features: oggdemux oggmux */
       
   160 #define HAVE_OGG 
       
   161 
       
   162 /* support for features: pango */
       
   163 #define HAVE_PANGO 
       
   164 
       
   165 /* defined if the compiler implements __PRETTY_FUNCTION__ */
       
   166 #define HAVE_PRETTY_FUNCTION 1
       
   167 
       
   168 /* Define if RDTSC is available */
       
   169 #define HAVE_RDTSC 1
       
   170 
       
   171 /* Define to 1 if you have the <regex.h> header file. */
       
   172 #define HAVE_REGEX_H 1
       
   173 
       
   174 /* Define to 1 if you have the <stdint.h> header file. */
       
   175 #define HAVE_STDINT_H 1
       
   176 
       
   177 /* Define to 1 if you have the <stdlib.h> header file. */
       
   178 #define HAVE_STDLIB_H 1
       
   179 
       
   180 /* Define to 1 if you have the <strings.h> header file. */
       
   181 #define HAVE_STRINGS_H 1
       
   182 
       
   183 /* Define to 1 if you have the <string.h> header file. */
       
   184 #define HAVE_STRING_H 1
       
   185 
       
   186 /* Define to 1 if you have the <sys/socket.h> header file. */
       
   187 #define HAVE_SYS_SOCKET_H 1
       
   188 
       
   189 /* Define to 1 if you have the <sys/stat.h> header file. */
       
   190 #define HAVE_SYS_STAT_H 1
       
   191 
       
   192 /* Define to 1 if you have the <sys/types.h> header file. */
       
   193 #define HAVE_SYS_TYPES_H 1
       
   194 
       
   195 /* support for features: theoradec theoraenc */
       
   196 /* #undef HAVE_THEORA */
       
   197 
       
   198 /* Define to 1 if you have the <unistd.h> header file. */
       
   199 #define HAVE_UNISTD_H 1
       
   200 
       
   201 /* Define if valgrind should be used */
       
   202 #define HAVE_VALGRIND 1
       
   203 
       
   204 /* support for features: vorbisenc vorbisdec */
       
   205 #define HAVE_VORBIS 
       
   206 
       
   207 /* defined if vorbis_synthesis_restart is present */
       
   208 #define HAVE_VORBIS_SYNTHESIS_RESTART 1
       
   209 
       
   210 /* support for features: ximagesink */
       
   211 #define HAVE_X 
       
   212 
       
   213 /* support for features: xshm */
       
   214 #define HAVE_XSHM 
       
   215 
       
   216 /* support for features: xvimagesink */
       
   217 #define HAVE_XVIDEO 
       
   218 
       
   219 /* gettext locale dir */
       
   220 #define LOCALEDIR "/home/datha/gst-plugins-base-0.10.8/share/locale"
       
   221 
       
   222 /* Name of package */
       
   223 #define PACKAGE "gst-plugins-base"
       
   224 
       
   225 /* Define to the address where bug reports for this package should be sent. */
       
   226 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
       
   227 
       
   228 /* Define to the full name of this package. */
       
   229 #define PACKAGE_NAME "GStreamer nokia speech"
       
   230 
       
   231 /* Define to the full name and version of this package. */
       
   232 #define PACKAGE_STRING "GStreamer nokia speech"
       
   233 
       
   234 /* Define to the one symbol short name of this package. */
       
   235 #define PACKAGE_TARNAME "gst_nokia_speech"
       
   236 
       
   237 /* Define to the version of this package. */
       
   238 #define PACKAGE_VERSION "0.10.0"
       
   239 
       
   240 /* directory where plugins are located */
       
   241 
       
   242 /* The size of a `char', as computed by sizeof. */
       
   243 /* #undef SIZEOF_CHAR */
       
   244 
       
   245 /* The size of a `int', as computed by sizeof. */
       
   246 /* #undef SIZEOF_INT */
       
   247 
       
   248 /* The size of a `long', as computed by sizeof. */
       
   249 /* #undef SIZEOF_LONG */
       
   250 
       
   251 /* The size of a `short', as computed by sizeof. */
       
   252 /* #undef SIZEOF_SHORT */
       
   253 
       
   254 /* The size of a `void*', as computed by sizeof. */
       
   255 /* #undef SIZEOF_VOIDP */
       
   256 
       
   257 /* Define to 1 if you have the ANSI C header files. */
       
   258 #define STDC_HEADERS 1
       
   259 
       
   260 /* Version number of package */
       
   261 #define VERSION "0.10.0"
       
   262 
       
   263 /* Define to 1 if your processor stores words with the most significant byte
       
   264    first (like Motorola and SPARC, unlike Intel and VAX). */
       
   265 /* #undef WORDS_BIGENDIAN */
       
   266 
       
   267 /* Define to 1 if the X Window System is missing or not being used. */
       
   268 /* #undef X_DISPLAY_MISSING */
       
   269 
       
   270 /* Define to `__inline__' or `__inline' if that's what the C compiler
       
   271    calls it, or to nothing if 'inline' is not supported under any name.  */
       
   272 #ifndef __cplusplus
       
   273 /* #undef inline */
       
   274 #endif