polygon intersector: added horizontal line reconstruction
[swftools.git] / lib / lame / config_static.h
1 #include "../../config.h"
2
3 /* Define if you have alloca, as a function or macro.  */
4 #define HAVE_ALLOCA 1
5
6 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
7 #define HAVE_ALLOCA_H 1
8
9 /* Define if the `long double' type works.  */
10 #define HAVE_LONG_DOUBLE 1
11
12 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
13 /* #undef size_t */
14
15 /* Define if you have the ANSI C header files.  */
16 #define STDC_HEADERS 1
17
18 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
19 #define TIME_WITH_SYS_TIME 1
20
21 /* Define if your processor stores words with the most significant
22    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
23 /* #undef WORDS_BIGENDIAN */
24
25 /* #undef  int8_t */
26 #define uint8_t unsigned char
27 /* #undef  int18_t */
28 #define uint16_t unsigned short
29 /* #undef  int32_t */
30 #define uint32_t unsigned int
31 /* #undef  int64_t */
32 #define uint64_t unsigned long long
33 #define ieee854_float80_t long double
34 #define ieee754_float64_t double
35 #define ieee754_float32_t float
36
37 /* The number of bytes in a double.  */
38 #define SIZEOF_DOUBLE 8
39
40 /* The number of bytes in a float.  */
41 #define SIZEOF_FLOAT 4
42
43 /* The number of bytes in a int.  */
44 #define SIZEOF_INT 4
45
46 /* The number of bytes in a long.  */
47 #define SIZEOF_LONG 4
48
49 /* The number of bytes in a long double.  */
50 /* #undef SIZEOF_LONG_DOUBLE */
51
52 /* The number of bytes in a long long.  */
53 #define SIZEOF_LONG_LONG 8
54
55 /* The number of bytes in a short.  */
56 #define SIZEOF_SHORT 2
57
58 /* The number of bytes in a unsigned int.  */
59 #define SIZEOF_UNSIGNED_INT 4
60
61 /* The number of bytes in a unsigned long.  */
62 #define SIZEOF_UNSIGNED_LONG 4
63
64 /* The number of bytes in a unsigned long long.  */
65 #define SIZEOF_UNSIGNED_LONG_LONG 8
66
67 /* The number of bytes in a unsigned short.  */
68 #define SIZEOF_UNSIGNED_SHORT 2
69
70 /* Define if you have the <errno.h> header file.  */
71 #define HAVE_ERRNO_H 1
72
73 /* Define if you have the <fcntl.h> header file.  */
74 #define HAVE_FCNTL_H 1
75
76 /* Define if you have the <limits.h> header file.  */
77 #define HAVE_LIMITS_H 1
78
79 /* Define if you have the <string.h> header file.  */
80 #define HAVE_STRING_H 1
81
82 /* Define if you have the <sys/time.h> header file.  */
83 #define HAVE_SYS_TIME_H 1
84
85 /* Define if you have the <termcap.h> header file.  */
86 #define HAVE_TERMCAP_H 1
87
88 /* Define if you have the <unistd.h> header file.  */
89 #define HAVE_UNISTD_H 1
90
91 /* Define if compiler has function prototypes */
92 #define PROTOTYPES 1
93
94 /* system has 80 bit floats */
95 #define HAVE_IEEE854_FLOAT80 1
96
97 /* requested by Frank, seems to be temporary needed for a smooth transition */
98 #define LAME_LIBRARY_BUILD 1
99
100 /* have working GTK */
101 #define HAVE_GTK 1
102
103 /* build with layer 1 decoding */
104 #define USE_LAYER_1 1
105
106 /* build with layer 2 decoding */
107 #define USE_LAYER_2 1
108
109 /* enable VBR bitrate histogram */
110 #define BRHIST 1
111
112 /* have termcap */
113 #define HAVE_TERMCAP 1
114
115 /* IEEE754 compatible machine */
116 #define TAKEHIRO_IEEE754_HACK 1
117
118 /* no debug build */
119 #define NDEBUG 1
120