1 |
291 |
simons |
/* config.h. Generated automatically by configure. */
|
2 |
|
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
3 |
|
|
/*
|
4 |
|
|
* mad - MPEG audio decoder
|
5 |
|
|
* Copyright (C) 2000-2001 Robert Leslie
|
6 |
|
|
*
|
7 |
|
|
* This program is free software; you can redistribute it and/or modify
|
8 |
|
|
* it under the terms of the GNU General Public License as published by
|
9 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
10 |
|
|
* (at your option) any later version.
|
11 |
|
|
*
|
12 |
|
|
* This program is distributed in the hope that it will be useful,
|
13 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
15 |
|
|
* GNU General Public License for more details.
|
16 |
|
|
*
|
17 |
|
|
* You should have received a copy of the GNU General Public License
|
18 |
|
|
* along with this program; if not, write to the Free Software
|
19 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
20 |
|
|
*
|
21 |
|
|
* $Id: config.h,v 1.6 2001-11-06 17:01:28 simons Exp $
|
22 |
|
|
*/
|
23 |
|
|
|
24 |
|
|
# ifndef LIBMAD_CONFIG_H
|
25 |
|
|
# define LIBMAD_CONFIG_H
|
26 |
|
|
|
27 |
|
|
/*****************************************************************************
|
28 |
|
|
* Definitions selected automatically by `configure' *
|
29 |
|
|
*****************************************************************************/
|
30 |
|
|
|
31 |
|
|
/* Define to empty if the keyword does not work. */
|
32 |
|
|
/* #undef const */
|
33 |
|
|
|
34 |
|
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
35 |
|
|
#define HAVE_SYS_WAIT_H 1
|
36 |
|
|
|
37 |
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
38 |
|
|
/* #undef inline */
|
39 |
|
|
|
40 |
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
41 |
|
|
/* #undef pid_t */
|
42 |
|
|
|
43 |
|
|
/* Define if you have the ANSI C header files. */
|
44 |
|
|
#define STDC_HEADERS 1
|
45 |
|
|
|
46 |
|
|
/* Define to optimize for speed over accuracy. */
|
47 |
|
|
/* #undef OPT_SPEED */
|
48 |
|
|
|
49 |
|
|
/* Define to optimize for accuracy over speed. */
|
50 |
|
|
/* #undef OPT_ACCURACY */
|
51 |
|
|
|
52 |
|
|
/* Define to enable a fast subband synthesis approximation optimization. */
|
53 |
|
|
/* #undef OPT_SSO */
|
54 |
|
|
|
55 |
|
|
/* Define to influence a strict interpretation of the ISO/IEC standards,
|
56 |
|
|
even if this is in opposition with best accepted practices. */
|
57 |
|
|
/* #undef OPT_STRICT */
|
58 |
|
|
|
59 |
|
|
/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
|
60 |
|
|
/* #undef HAVE_MADD_ASM */
|
61 |
|
|
|
62 |
|
|
/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
|
63 |
|
|
/* #undef HAVE_MADD16_ASM */
|
64 |
|
|
|
65 |
|
|
/* Define to enable diagnostic debugging support. */
|
66 |
|
|
/* #undef DEBUG */
|
67 |
|
|
|
68 |
|
|
/* Define to disable debugging assertions. */
|
69 |
|
|
/* #undef NDEBUG */
|
70 |
|
|
|
71 |
|
|
/* Define to enable experimental code. */
|
72 |
|
|
/* #undef EXPERIMENTAL */
|
73 |
|
|
|
74 |
|
|
/* Define if we have embedded application. */
|
75 |
|
|
#define EMBED 1
|
76 |
|
|
|
77 |
|
|
/* The number of bytes in a int. */
|
78 |
|
|
#define SIZEOF_INT 2
|
79 |
|
|
|
80 |
|
|
/* The number of bytes in a long. */
|
81 |
|
|
#define SIZEOF_LONG 4
|
82 |
|
|
|
83 |
|
|
/* The number of bytes in a long long. */
|
84 |
|
|
#define SIZEOF_LONG_LONG 8
|
85 |
|
|
|
86 |
|
|
/* Define if you have the <limits.h> header file. */
|
87 |
|
|
#define HAVE_LIMITS_H 1
|
88 |
|
|
|
89 |
|
|
/* Define if you have the <unistd.h> header file. */
|
90 |
|
|
#define HAVE_UNISTD_H 1
|
91 |
|
|
|
92 |
|
|
/* Name of package */
|
93 |
|
|
#define PACKAGE "libmad"
|
94 |
|
|
|
95 |
|
|
/* Version number of package */
|
96 |
|
|
#define VERSION "0.13.0b"
|
97 |
|
|
|
98 |
|
|
/*****************************************************************************
|
99 |
|
|
* End of automatically configured definitions *
|
100 |
|
|
*****************************************************************************/
|
101 |
|
|
|
102 |
|
|
# endif
|