Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / include / config.h
1 /* include/config.h.  Generated automatically by configure.  */
2 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* a52dec profiling */
5 /* #undef A52DEC_GPROF */
6
7 /* maximum supported data alignment */
8 #define ATTRIBUTE_ALIGNED_MAX 64
9
10 /* Define if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12
13 /* Define if you have the <inttypes.h> header file. */
14 #define HAVE_INTTYPES_H 1
15
16 /* Define if you have the <io.h> header file. */
17 /* #undef HAVE_IO_H */
18
19 /* Define if you have the `memalign' function. */
20 #define HAVE_MEMALIGN 1
21
22 /* Define if you have the <memory.h> header file. */
23 #define HAVE_MEMORY_H 1
24
25 /* Define if you have the <stdint.h> header file. */
26 #define HAVE_STDINT_H 1
27
28 /* Define if you have the <stdlib.h> header file. */
29 #define HAVE_STDLIB_H 1
30
31 /* Define if you have the <strings.h> header file. */
32 #define HAVE_STRINGS_H 1
33
34 /* Define if you have the <string.h> header file. */
35 #define HAVE_STRING_H 1
36
37 /* Define if you have the <sys/stat.h> header file. */
38 #define HAVE_SYS_STAT_H 1
39
40 /* Define if you have the <sys/time.h> header file. */
41 #define HAVE_SYS_TIME_H 1
42
43 /* Define if you have the <sys/types.h> header file. */
44 #define HAVE_SYS_TYPES_H 1
45
46 /* Define if you have the <unistd.h> header file. */
47 #define HAVE_UNISTD_H 1
48
49 /* liba52 djbfft support */
50 /* #undef LIBA52_DJBFFT */
51
52 /* a52 sample precision */
53 /* #undef LIBA52_DOUBLE */
54
55 /* libao al support */
56 /* #undef LIBAO_AL */
57
58 /* libao OSS support */
59 #define LIBAO_OSS 
60
61 /* libao solaris support */
62 /* #undef LIBAO_SOLARIS */
63
64 /* Name of package */
65 #define PACKAGE "a52dec"
66
67 /* Define as the return type of signal handlers (`int' or `void'). */
68 #define RETSIGTYPE void
69
70 /* The size of a `char', as computed by sizeof. */
71 /* #undef SIZEOF_CHAR */
72
73 /* The size of a `int', as computed by sizeof. */
74 /* #undef SIZEOF_INT */
75
76 /* The size of a `short', as computed by sizeof. */
77 /* #undef SIZEOF_SHORT */
78
79 /* Define if you have the ANSI C header files. */
80 #define STDC_HEADERS 1
81
82 /* Version number of package */
83 #define VERSION "0.7.3"
84
85 /* Define if your processor stores words with the most significant byte first
86    (like Motorola and SPARC, unlike Intel and VAX). */
87 /* #undef WORDS_BIGENDIAN */
88
89 /* Define to empty if `const' does not conform to ANSI C. */
90 /* #undef const */
91
92 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
93    if it is not supported. */
94 /* #undef inline */
95
96 /* Define to `unsigned' if <sys/types.h> does not define. */
97 /* #undef size_t */