1#include <ByteOrder.h>
2
3/* include/config.h.  Generated by configure.  */
4/* include/config.h.in.  Generated from configure.in by autoheader.  */
5
6/* maximum supported data alignment */
7#define ATTRIBUTE_ALIGNED_MAX 64
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10/* #undef HAVE_DLFCN_H */
11
12/* Define to 1 if you have the `ftime' function. */
13#define HAVE_FTIME 1
14
15/* Define to 1 if you have the `gettimeofday' function. */
16#define HAVE_GETTIMEOFDAY 1
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#define HAVE_INTTYPES_H 1
20
21/* Define to 1 if you have the <io.h> header file. */
22/* #undef HAVE_IO_H */
23
24/* Define to 1 if you have the `memalign' function. */
25#define HAVE_MEMALIGN 1
26
27/* Define to 1 if you have the <memory.h> header file. */
28#define HAVE_MEMORY_H 1
29
30/* Define to 1 if you have the <stdint.h> header file. */
31/* #undef HAVE_STDINT_H */
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#define HAVE_STDLIB_H 1
35
36/* Define to 1 if you have the <strings.h> header file. */
37#define HAVE_STRINGS_H 1
38
39/* Define to 1 if you have the <string.h> header file. */
40#define HAVE_STRING_H 1
41
42/* Define to 1 if you have the <sys/stat.h> header file. */
43#define HAVE_SYS_STAT_H 1
44
45/* Define to 1 if you have the <sys/timeb.h> header file. */
46#define HAVE_SYS_TIMEB_H 1
47
48/* Define to 1 if you have the <sys/time.h> header file. */
49#define HAVE_SYS_TIME_H 1
50
51/* Define to 1 if you have the <sys/types.h> header file. */
52#define HAVE_SYS_TYPES_H 1
53
54/* Define to 1 if you have the <unistd.h> header file. */
55#define HAVE_UNISTD_H 1
56
57/* liba52 djbfft support */
58/* #undef LIBA52_DJBFFT */
59
60/* a52 sample precision */
61/* #undef LIBA52_DOUBLE */
62
63/* libao al support */
64/* #undef LIBAO_AL */
65
66/* libao OSS support */
67/* #undef LIBAO_OSS */
68
69/* libao solaris support */
70/* #undef LIBAO_SOLARIS */
71
72/* libao win support */
73/* #undef LIBAO_WIN */
74
75/* Name of package */
76#define PACKAGE "a52dec"
77
78/* Define to the address where bug reports for this package should be sent. */
79#define PACKAGE_BUGREPORT ""
80
81/* Define to the full name of this package. */
82#define PACKAGE_NAME ""
83
84/* Define to the full name and version of this package. */
85#define PACKAGE_STRING ""
86
87/* Define to the one symbol short name of this package. */
88#define PACKAGE_TARNAME ""
89
90/* Define to the version of this package. */
91#define PACKAGE_VERSION ""
92
93/* Define as the return type of signal handlers (`int' or `void'). */
94#define RETSIGTYPE void
95
96/* The size of a `char', as computed by sizeof. */
97/* #undef SIZEOF_CHAR */
98
99/* The size of a `int', as computed by sizeof. */
100/* #undef SIZEOF_INT */
101
102/* The size of a `short', as computed by sizeof. */
103/* #undef SIZEOF_SHORT */
104
105/* Define to 1 if you have the ANSI C header files. */
106#define STDC_HEADERS 1
107
108/* Version number of package */
109#define VERSION "0.7.4"
110
111/* Define to 1 if your processor stores words with the most significant byte
112   first (like Motorola and SPARC, unlike Intel and VAX). */
113/* #undef WORDS_BIGENDIAN */
114#if B_HOST_IS_BENDIAN
115  #define WORDS_BIGENDIAN 1
116#endif
117
118/* Define to empty if `const' does not conform to ANSI C. */
119/* #undef const */
120
121/* Define as `__inline' if that's what the C compiler calls it, or to nothing
122   if it is not supported. */
123/* #undef inline */
124
125/* Define as `__restrict' if that's what the C compiler calls it, or to
126   nothing if it is not supported. */
127#define restrict __restrict__
128
129/* Define to `unsigned' if <sys/types.h> does not define. */
130/* #undef size_t */
131