comparison libfaad2/config.h @ 10725:e989150f8216

libfaad2 v2.0rc1 imported
author arpi
date Sat, 30 Aug 2003 22:30:28 +0000
parents
children 125a35fc47a5
comparison
equal deleted inserted replaced
10724:adf5697b9d83 10725:e989150f8216
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
3
4 /* Define if needed */
5 /* #undef HAVE_FLOAT32_T */
6
7 /* Define if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9
10 /* Define if you have the `memcpy' function. */
11 #define HAVE_MEMCPY 1
12
13 /* Define if you have the <stdint.h> header file. */
14 #define HAVE_STDINT_H 1
15
16 /* Define if you have the `strchr' function. */
17 #define HAVE_STRCHR 1
18
19 /* Define if you have the ANSI C header files. */
20 #define STDC_HEADERS 1
21
22 /* Define if your processor stores words with the most significant byte first
23 (like Motorola and SPARC, unlike Intel and VAX). */
24 /* #undef WORDS_BIGENDIAN */
25
26 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
27 if it is not supported. */
28 /* #undef inline */