xxmc-config.h

Go to the documentation of this file.
00001 /* include/config.h.  Generated by configure.  */
00002 /* include/config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* autodetect accelerations */
00005 #define ACCEL_DETECT 
00006 
00007 /* alpha architecture */
00008 /* #undef ARCH_ALPHA */
00009 
00010 /* ppc architecture */
00011 /* #undef ARCH_PPC */
00012 
00013 /* sparc architecture */
00014 /* #undef ARCH_SPARC */
00015 
00016 /* x86 architecture */
00017 #define ARCH_X86 
00018 
00019 /* maximum supported data alignment */
00020 #define ATTRIBUTE_ALIGNED_MAX 64
00021 
00022 /* debug mode configuration */
00023 /* #undef DEBUG */
00024 
00025 /* Define to 1 if you have the <altivec.h> header file. */
00026 /* #undef HAVE_ALTIVEC_H */
00027 
00028 /* Define if you have the `__builtin_expect' function. */
00029 #define HAVE_BUILTIN_EXPECT 
00030 
00031 /* Define to 1 if you have the <dlfcn.h> header file. */
00032 #define HAVE_DLFCN_H 1
00033 
00034 /* Define to 1 if you have the `ftime' function. */
00035 #define HAVE_FTIME 1
00036 
00037 /* Define to 1 if you have the `gettimeofday' function. */
00038 #define HAVE_GETTIMEOFDAY 1
00039 
00040 /* Define to 1 if you have the <inttypes.h> header file. */
00041 #define HAVE_INTTYPES_H 1
00042 
00043 /* Define to 1 if you have the <io.h> header file. */
00044 /* #undef HAVE_IO_H */
00045 
00046 /* Define to 1 if you have the <memory.h> header file. */
00047 #define HAVE_MEMORY_H 1
00048 
00049 /* Define to 1 if you have the <stdint.h> header file. */
00050 #define HAVE_STDINT_H 1
00051 
00052 /* Define to 1 if you have the <stdlib.h> header file. */
00053 #define HAVE_STDLIB_H 1
00054 
00055 /* Define to 1 if you have the <strings.h> header file. */
00056 #define HAVE_STRINGS_H 1
00057 
00058 /* Define to 1 if you have the <string.h> header file. */
00059 #define HAVE_STRING_H 1
00060 
00061 /* Define to 1 if the system has the type `struct timeval'. */
00062 #define HAVE_STRUCT_TIMEVAL 1
00063 
00064 /* Define to 1 if you have the <sys/stat.h> header file. */
00065 #define HAVE_SYS_STAT_H 1
00066 
00067 /* Define to 1 if you have the <sys/timeb.h> header file. */
00068 #define HAVE_SYS_TIMEB_H 1
00069 
00070 /* Define to 1 if you have the <sys/time.h> header file. */
00071 #define HAVE_SYS_TIME_H 1
00072 
00073 /* Define to 1 if you have the <sys/types.h> header file. */
00074 #define HAVE_SYS_TYPES_H 1
00075 
00076 /* Define to 1 if you have the <time.h> header file. */
00077 #define HAVE_TIME_H 1
00078 
00079 /* Define to 1 if you have the <unistd.h> header file. */
00080 #define HAVE_UNISTD_H 1
00081 
00082 /* libvo DirectX support */
00083 /* #undef LIBVO_DX */
00084 
00085 /* libvo SDL support */
00086 /* #undef LIBVO_SDL */
00087 
00088 /* libvo X11 support */
00089 #define LIBVO_X11 
00090 
00091 /* libvo Xv support */
00092 #define LIBVO_XV 
00093 
00094 /* mpeg2dec profiling */
00095 /* #undef MPEG2DEC_GPROF */
00096 
00097 /* Name of package */
00098 /*#define PACKAGE "mpeg2dec"*/
00099 
00100 /* Define to the address where bug reports for this package should be sent. */
00101 /*#define PACKAGE_BUGREPORT ""*/
00102 
00103 /* Define to the full name of this package. */
00104 /*#define PACKAGE_NAME ""*/
00105 
00106 /* Define to the full name and version of this package. */
00107 /*#define PACKAGE_STRING ""*/
00108 
00109 /* Define to the one symbol short name of this package. */
00110 /*#define PACKAGE_TARNAME ""*/
00111 
00112 /* Define to the version of this package. */
00113 /*#define PACKAGE_VERSION ""*/
00114 
00115 /* Define as the return type of signal handlers (`int' or `void'). */
00116 #define RETSIGTYPE void
00117 
00118 /* The size of a `char', as computed by sizeof. */
00119 /* #undef SIZEOF_CHAR */
00120 
00121 /* The size of a `int', as computed by sizeof. */
00122 /* #undef SIZEOF_INT */
00123 
00124 /* The size of a `long', as computed by sizeof. */
00125 /* #undef SIZEOF_LONG */
00126 
00127 /* The size of a `short', as computed by sizeof. */
00128 /* #undef SIZEOF_SHORT */
00129 
00130 /* The size of a `void*', as computed by sizeof. */
00131 /* #undef SIZEOF_VOIDP */
00132 
00133 /* Define to 1 if you have the ANSI C header files. */
00134 #define STDC_HEADERS 1
00135 
00136 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00137 #define TIME_WITH_SYS_TIME 1
00138 
00139 /* Version number of package */
00140 /* #define VERSION "0.4.0" */
00141 
00142 /* Define to 1 if your processor stores words with the most significant byte
00143    first (like Motorola and SPARC, unlike Intel and VAX). */
00144 /* #undef WORDS_BIGENDIAN */
00145 
00146 /* Define to 1 if the X Window System is missing or not being used. */
00147 /* #undef X_DISPLAY_MISSING */
00148 
00149 /* Number of bits in a file offset, on hosts where this is settable. */
00150 #define _FILE_OFFSET_BITS 64
00151 
00152 /* Define for large files, on AIX-style hosts. */
00153 /* #undef _LARGE_FILES */
00154 
00155 /* Define to empty if `const' does not conform to ANSI C. */
00156 /* #undef const */
00157 
00158 /* Define to `__inline__' or `__inline' if that's what the C compiler
00159    calls it, or to nothing if 'inline' is not supported under any name.  */
00160 #ifndef __cplusplus
00161 #define inline __attribute__ ((__always_inline__))
00162 #endif
00163 
00164 /* Define as `__restrict' if that's what the C compiler calls it, or to
00165    nothing if it is not supported. */
00166 #define restrict __restrict__
00167 
00168 /* Define to `unsigned' if <sys/types.h> does not define. */
00169 /* #undef size_t */
00170 
00171 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00172    code using `volatile' can become incorrect without. Disable with care. */
00173 /* #undef volatile */

Generated on Wed Aug 13 08:02:37 2008 for VLC by  doxygen 1.5.1