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