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