rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / vc++ / config.h
1 /* vc++/config.h - manually adapted from include/config.h.in */
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 #define HAVE_IO_H 1
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 #define HAVE_MEMORY_H 1
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 #define HAVE_STDLIB_H 1
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 #define HAVE_STRING_H 1
35
36 /* Define if you have the <sys/stat.h> header file. */
37 #define HAVE_SYS_STAT_H 1
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 #define HAVE_SYS_TYPES_H 1
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 #define PACKAGE "a52dec"
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 #define SIZEOF_CHAR 1
71
72 /* The size of a `int', as computed by sizeof. */
73 #define SIZEOF_INT 4
74
75 /* The size of a `short', as computed by sizeof. */
76 #define SIZEOF_SHORT 2
77
78 /* Define if you have the ANSI C header files. */
79 #define STDC_HEADERS 1
80
81 /* Version number of package */
82 #define VERSION "0.7.3"
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 #define inline __inline
94
95 /* Define to `unsigned' if <sys/types.h> does not define. */
96 /* #undef size_t */