gstreamer_core/config.h
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 /* config.h.  Generated from config.h.in by configure.  */
       
    18 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
    19 
       
    20 /* Define to 1 if translation of program messages to the user's native
       
    21    language is requested. */
       
    22 	 #undef ENABLE_NLS 
       
    23 
       
    24 /* gettext package name */
       
    25 #define GETTEXT_PACKAGE "gstreamer-0.10"
       
    26 
       
    27 /* Define if pipeline parsing code is disabled */
       
    28 //#define GST_DISABLE_PARSE 1 
       
    29 
       
    30 /* macro to use to show function name */
       
    31 #define GST_FUNCTION __PRETTY_FUNCTION__
       
    32 
       
    33 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
       
    34 /* #undef GST_GCOV_ENABLED */
       
    35 
       
    36 /* Default errorlevel to use */
       
    37 #ifdef DEBUG_ENABLE
       
    38 #define GST_LEVEL_DEFAULT GST_LEVEL_DEBUG
       
    39 #else
       
    40 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
       
    41 #endif
       
    42 
       
    43 /* GStreamer license */
       
    44 #define GST_LICENSE "LGPL"
       
    45 
       
    46 /* library major.minor version */
       
    47 #define GST_MAJORMINOR "0.10"
       
    48 
       
    49 /* package name in plugins */
       
    50 #define GST_PACKAGE_NAME "GStreamer source release"
       
    51 
       
    52 /* package origin */
       
    53 #define GST_PACKAGE_ORIGIN "Unknown package origin"
       
    54 
       
    55 /* Define to 1 if you have the `clock_gettime' function. */
       
    56 #define HAVE_CLOCK_GETTIME 1
       
    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 #ifdef __SYMBIAN32__
       
    63 #define HAVE_CPU_ARM 
       
    64 #endif
       
    65 
       
    66 /* #undef HAVE_CPU_ALPHA */
       
    67 
       
    68 /* Define if the host CPU is a CRIS */
       
    69 /* #undef HAVE_CPU_CRIS */
       
    70 
       
    71 /* Define if the host CPU is a CRISv32 */
       
    72 /* #undef HAVE_CPU_CRISV32 */
       
    73 
       
    74 /* Define if the host CPU is a HPPA */
       
    75 /* #undef HAVE_CPU_HPPA */
       
    76 
       
    77 /* Define if the host CPU is an x86 */
       
    78 /* #define HAVE_CPU_I386 1*/
       
    79 
       
    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 /* Defined if we have dladdr () */
       
   109 #ifdef __SYMBIAN32__
       
   110 #undef HAVE_DLADDR
       
   111 #else
       
   112 #define HAVE_DLADDR 1
       
   113 #endif
       
   114 /* Define to 1 if you have the <dlfcn.h> header file. */
       
   115 #define HAVE_DLFCN_H 1
       
   116 
       
   117 /* Define to 1 if you have the `fgetpos' function. */
       
   118 #define HAVE_FGETPOS 1
       
   119 
       
   120 /* Define to 1 if you have the `fork' function. */
       
   121 #ifdef __SYMBIAN32__
       
   122 #undef HAVE_FORK
       
   123 #else
       
   124 #define HAVE_FORK 1
       
   125 #endif
       
   126 
       
   127 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
       
   128 #ifndef __SYMBIAN32__
       
   129 #define HAVE_FSEEKO 1
       
   130 #endif
       
   131 
       
   132 /* Define to 1 if you have the `fsetpos' function. */
       
   133 #define HAVE_FSETPOS 1
       
   134 
       
   135 /* Define to 1 if you have the `ftello' function. */
       
   136 #ifndef __SYMBIAN32__
       
   137 #define HAVE_FTELLO 1
       
   138 #endif
       
   139 /* defined if the compiler implements __func__ */
       
   140 #define HAVE_FUNC 1
       
   141 
       
   142 /* defined if the compiler implements __FUNCTION__ */
       
   143 #define HAVE_FUNCTION 1
       
   144 
       
   145 /* Define to 1 if you have the `getpagesize' function. */
       
   146 #define HAVE_GETPAGESIZE 1
       
   147 
       
   148 /* Define if the GNU gettext() function is already present or preinstalled. */
       
   149 #ifndef __SYMBIAN32__
       
   150 #define HAVE_GETTEXT 1
       
   151 #endif
       
   152 
       
   153 /* Define if you have the iconv() function. */
       
   154 /* #undef HAVE_ICONV */
       
   155 
       
   156 /* Define to 1 if you have the <inttypes.h> header file. */
       
   157 #define HAVE_INTTYPES_H 1
       
   158 
       
   159 /* Define to 1 if you have the `nsl' library (-lnsl). */
       
   160 /* #undef HAVE_LIBNSL */
       
   161 
       
   162 /* Define to 1 if you have the `resolv' library (-lresolv). */
       
   163 /* #undef HAVE_LIBRESOLV */
       
   164 
       
   165 /* Define to 1 if you have the `socket' library (-lsocket). */
       
   166 /* #undef HAVE_LIBSOCKET */
       
   167 
       
   168 /* Define if libxml2 is available */
       
   169 /* #undef HAVE_LIBXML2 */
       
   170 
       
   171 /* Define to 1 if you have the <memory.h> header file. */
       
   172 #define HAVE_MEMORY_H 1
       
   173 
       
   174 /* Define to 1 if you have a working `mmap' system call. */
       
   175 #define HAVE_MMAP 1
       
   176 
       
   177 /* Have a monotonic clock */
       
   178 #define HAVE_MONOTONIC_CLOCK 1
       
   179 
       
   180 /* Define to 1 if you have the `poll' function. */
       
   181 #ifndef __SYMBIAN32__
       
   182 #define HAVE_POLL 1
       
   183 #endif
       
   184 
       
   185 /* Have posix timers */
       
   186 #define HAVE_POSIX_TIMERS 1
       
   187 
       
   188 /* Define to 1 if you have the `ppoll' function. */
       
   189 #ifndef __SYMBIAN32__
       
   190 #define HAVE_PPOLL 1
       
   191 #endif
       
   192 
       
   193 /* defined if the compiler implements __PRETTY_FUNCTION__ */
       
   194 #define HAVE_PRETTY_FUNCTION 1
       
   195 
       
   196 /* Defined if we have register_printf_function () */
       
   197 #ifndef __SYMBIAN32__
       
   198 #define HAVE_PRINTF_EXTENSION 1
       
   199 #endif
       
   200 
       
   201 /* Define to 1 if you have the <process.h> header file. */
       
   202 /* #undef HAVE_PROCESS_H */
       
   203 
       
   204 /* Define to 1 if you have the `pselect' function. */
       
   205 #ifndef __SYMBIAN32__
       
   206 #define HAVE_PSELECT 1
       
   207 #endif
       
   208 
       
   209 /* Define if RDTSC is available */
       
   210 #ifndef __SYMBIAN32__
       
   211 #define HAVE_RDTSC 1
       
   212 #endif
       
   213 
       
   214 /* Define to 1 if you have the `sigaction' function. */
       
   215 #define HAVE_SIGACTION 1
       
   216 
       
   217 /* Define to 1 if you have the <stdint.h> header file. */
       
   218 #define HAVE_STDINT_H 1
       
   219 
       
   220 /* Define to 1 if you have the <stdio_ext.h> header file. */
       
   221 #ifndef __SYMBIAN32__
       
   222 #define HAVE_STDIO_EXT_H 1
       
   223 #endif
       
   224 
       
   225 /* Define to 1 if you have the <stdlib.h> header file. */
       
   226 #define HAVE_STDLIB_H 1
       
   227 
       
   228 /* Define to 1 if you have the <strings.h> header file. */
       
   229 #define HAVE_STRINGS_H 1
       
   230 
       
   231 /* Define to 1 if you have the <string.h> header file. */
       
   232 #define HAVE_STRING_H 1
       
   233 
       
   234 /* Define to 1 if you have the <sys/socket.h> header file. */
       
   235 #define HAVE_SYS_SOCKET_H 1
       
   236 
       
   237 /* Define to 1 if you have the <sys/stat.h> header file. */
       
   238 #define HAVE_SYS_STAT_H 1
       
   239 
       
   240 /* Define to 1 if you have the <sys/times.h> header file. */
       
   241 #define HAVE_SYS_TIMES_H 1
       
   242 
       
   243 /* Define to 1 if you have the <sys/types.h> header file. */
       
   244 #define HAVE_SYS_TYPES_H 1
       
   245 
       
   246 /* Define to 1 if you have the <sys/utsname.h> header file. */
       
   247 #define HAVE_SYS_UTSNAME_H 1
       
   248 
       
   249 /* Define to 1 if you have the <ucontext.h> header file. */
       
   250 #define HAVE_UCONTEXT_H 1
       
   251 
       
   252 /* defined if unaligned memory access works correctly */
       
   253 #define HAVE_UNALIGNED_ACCESS 1
       
   254 
       
   255 /* Define to 1 if you have the <unistd.h> header file. */
       
   256 #define HAVE_UNISTD_H 1
       
   257 
       
   258 /* Define if valgrind should be used */
       
   259 #ifndef __SYMBIAN32__
       
   260 #define HAVE_VALGRIND 1
       
   261 #endif
       
   262 
       
   263 /* Defined if compiling for Windows */
       
   264 /* #undef HAVE_WIN32 */
       
   265 
       
   266 /* the host CPU */
       
   267 #define HOST_CPU "i686"
       
   268 
       
   269 /* library dir */
       
   270 #define LIBDIR "/usr/local/lib"
       
   271 
       
   272 /* gettext locale dir */
       
   273 #define LOCALEDIR "/usr/local/share/locale"
       
   274 
       
   275 /* Define if you have no native inet_aton() function. */
       
   276 /* #undef NO_INET_ATON */
       
   277 
       
   278 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
       
   279 /* #undef NO_MINUS_C_MINUS_O */
       
   280 
       
   281 /* Name of package */
       
   282 #define PACKAGE "gstreamer"
       
   283 
       
   284 /* Define to the address where bug reports for this package should be sent. */
       
   285 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
       
   286 
       
   287 /* Define to the full name of this package. */
       
   288 #define PACKAGE_NAME "GStreamer"
       
   289 
       
   290 /* Define to the full name and version of this package. */
       
   291 #define PACKAGE_STRING "GStreamer 0.10.19"
       
   292 
       
   293 /* Define to the one symbol short name of this package. */
       
   294 #define PACKAGE_TARNAME "gstreamer"
       
   295 
       
   296 /* Define to the version of this package. */
       
   297 #define PACKAGE_VERSION "0.10.19"
       
   298 
       
   299 #define PLUGIN_LIST "c:\\gstreamer\\plugins_list"
       
   300 #define PLUGIN_LIST_IN_ROM "z:\\gstreamer\\plugins_list"
       
   301 #define GSTREAMER_REGISTERY_PATH "c:\\gstreamer"
       
   302 #define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer"
       
   303 
       
   304 #define GST_REGISTRY_GENERATOR "GSTRegistryGenerator.exe"
       
   305 /* directory where plugins are located */
       
   306 #ifdef __SYMBIAN32__
       
   307 #if defined(__WINSCW__) || defined(__WINS__)
       
   308 #define PLUGINDIR "z:\\sys\\bin\\plugins"
       
   309 #else 
       
   310 #ifdef FF_GSTREAMER
       
   311 #define PLUGINDIR "z:\\sys\\bin\\plugins"
       
   312 #else
       
   313 #define PLUGINDIR "c:\\sys\\bin"
       
   314 #endif
       
   315 #endif
       
   316 #else
       
   317 /* directory where plugins are located */
       
   318 #define PLUGINDIR "/home/datha/gstreamer-0.10.8/lib/gstreamer-0.10"
       
   319 #endif
       
   320 
       
   321 /* Define to 1 if you have the ANSI C header files. */
       
   322 #define STDC_HEADERS 1
       
   323 
       
   324 /* Define if we should use binary registry instead xml registry */
       
   325 #define USE_BINARY_REGISTRY 1
       
   326 
       
   327 /* Define if we should poison deallocated memory */
       
   328 /* #undef USE_POISONING */
       
   329 
       
   330 /* Version number of package */
       
   331 #define VERSION "0.10.19"
       
   332 
       
   333 /* Define to 1 if your processor stores words with the most significant byte
       
   334    first (like Motorola and SPARC, unlike Intel and VAX). */
       
   335 /* #undef WORDS_BIGENDIAN */
       
   336 
       
   337 /* Number of bits in a file offset, on hosts where this is settable. */
       
   338 #define _FILE_OFFSET_BITS 64
       
   339 
       
   340 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
       
   341 /* #undef _LARGEFILE_SOURCE */
       
   342 
       
   343 /* Define for large files, on AIX-style hosts. */
       
   344 /* #undef _LARGE_FILES */
       
   345 
       
   346 /* Define to `__inline__' or `__inline' if that's what the C compiler
       
   347    calls it, or to nothing if 'inline' is not supported under any name.  */
       
   348 #ifndef __cplusplus
       
   349 /* #undef inline */
       
   350 #endif