fix crashes reported by Debian Cylab Mayhem Team
[swftools.git] / lib / lame / config_static.h
blob1b66c87a45bb8d8405683625bbdbd4f80bf35fb9
1 #include "../../config.h"
3 /* Define if you have alloca, as a function or macro. */
4 #define HAVE_ALLOCA 1
6 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
7 #define HAVE_ALLOCA_H 1
9 /* Define if the `long double' type works. */
10 #define HAVE_LONG_DOUBLE 1
12 /* Define to `unsigned' if <sys/types.h> doesn't define. */
13 /* #undef size_t */
15 /* Define if you have the ANSI C header files. */
16 #define STDC_HEADERS 1
18 /* Define if you can safely include both <sys/time.h> and <time.h>. */
19 #define TIME_WITH_SYS_TIME 1
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 */
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
37 /* The number of bytes in a double. */
38 #define SIZEOF_DOUBLE 8
40 /* The number of bytes in a float. */
41 #define SIZEOF_FLOAT 4
43 /* The number of bytes in a int. */
44 #define SIZEOF_INT 4
46 /* The number of bytes in a long. */
47 #define SIZEOF_LONG 4
49 /* The number of bytes in a long double. */
50 /* #undef SIZEOF_LONG_DOUBLE */
52 /* The number of bytes in a long long. */
53 #define SIZEOF_LONG_LONG 8
55 /* The number of bytes in a short. */
56 #define SIZEOF_SHORT 2
58 /* The number of bytes in a unsigned int. */
59 #define SIZEOF_UNSIGNED_INT 4
61 /* The number of bytes in a unsigned long. */
62 #define SIZEOF_UNSIGNED_LONG 4
64 /* The number of bytes in a unsigned long long. */
65 #define SIZEOF_UNSIGNED_LONG_LONG 8
67 /* The number of bytes in a unsigned short. */
68 #define SIZEOF_UNSIGNED_SHORT 2
70 /* Define if you have the <errno.h> header file. */
71 #define HAVE_ERRNO_H 1
73 /* Define if you have the <fcntl.h> header file. */
74 #define HAVE_FCNTL_H 1
76 /* Define if you have the <limits.h> header file. */
77 #define HAVE_LIMITS_H 1
79 /* Define if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
82 /* Define if you have the <sys/time.h> header file. */
83 #define HAVE_SYS_TIME_H 1
85 /* Define if you have the <termcap.h> header file. */
86 #define HAVE_TERMCAP_H 1
88 /* Define if you have the <unistd.h> header file. */
89 #define HAVE_UNISTD_H 1
91 /* Define if compiler has function prototypes */
92 #define PROTOTYPES 1
94 /* system has 80 bit floats */
95 #define HAVE_IEEE854_FLOAT80 1
97 /* requested by Frank, seems to be temporary needed for a smooth transition */
98 #define LAME_LIBRARY_BUILD 1
100 /* have working GTK */
101 #define HAVE_GTK 1
103 /* build with layer 1 decoding */
104 #define USE_LAYER_1 1
106 /* build with layer 2 decoding */
107 #define USE_LAYER_2 1
109 /* enable VBR bitrate histogram */
110 #define BRHIST 1
112 /* have termcap */
113 #define HAVE_TERMCAP 1
115 /* IEEE754 compatible machine */
116 #define TAKEHIRO_IEEE754_HACK 1
118 /* no debug build */
119 #define NDEBUG 1