1 |
782 |
lampret |
/* 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.1 2002-03-28 20:38:50 lampret Exp $
|
22 |
|
|
*/
|
23 |
|
|
|
24 |
|
|
# ifndef CONFIG_H
|
25 |
|
|
# define 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 don't have vprintf but do have _doprnt. */
|
35 |
|
|
/* #undef HAVE_DOPRNT */
|
36 |
|
|
|
37 |
|
|
/* Define if you have a working `mmap' system call. */
|
38 |
|
|
/* #undef HAVE_MMAP */
|
39 |
|
|
|
40 |
|
|
/* Define if you have the vprintf function. */
|
41 |
|
|
/* #undef HAVE_VPRINTF */
|
42 |
|
|
|
43 |
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
44 |
|
|
/* #undef inline */
|
45 |
|
|
|
46 |
|
|
/* Define if you need to in order for stat and other things to work. */
|
47 |
|
|
/* #undef _POSIX_SOURCE */
|
48 |
|
|
|
49 |
|
|
/* Define if you have the ANSI C header files. */
|
50 |
|
|
#define STDC_HEADERS 1
|
51 |
|
|
|
52 |
|
|
/* Define to be the name of your default audio output module. */
|
53 |
|
|
#define AUDIO_DEFAULT audio_null
|
54 |
|
|
|
55 |
|
|
/* Define if you have mmap() and you want to use it. */
|
56 |
|
|
#define USE_MMAP 1
|
57 |
|
|
|
58 |
|
|
/* Define to enable diagnostic debugging support. */
|
59 |
|
|
/* #undef DEBUG */
|
60 |
|
|
|
61 |
|
|
/* Define to disable debugging assertions. */
|
62 |
|
|
/* #undef NDEBUG */
|
63 |
|
|
|
64 |
|
|
/* Define to enable experimental code. */
|
65 |
|
|
/* #undef EXPERIMENTAL */
|
66 |
|
|
|
67 |
|
|
#define EMBED 1
|
68 |
|
|
|
69 |
|
|
/* Define to enable pcm output trogh or1ksim simulator */
|
70 |
|
|
/*#define OR1K_SIM 1*/
|
71 |
|
|
|
72 |
|
|
/* Define if you have the getpagesize function. */
|
73 |
|
|
/* #undef HAVE_GETPAGESIZE */
|
74 |
|
|
|
75 |
|
|
/* Define if you have the madvise function. */
|
76 |
|
|
/* #undef HAVE_MADVISE */
|
77 |
|
|
|
78 |
|
|
/* Define if you have the strcasecmp function. */
|
79 |
|
|
#define HAVE_STRCASECMP 1
|
80 |
|
|
|
81 |
|
|
/* Define if you have the strncasecmp function. */
|
82 |
|
|
#define HAVE_STRNCASECMP 1
|
83 |
|
|
|
84 |
|
|
/* Define if you have the <unistd.h> header file. */
|
85 |
|
|
#define HAVE_UNISTD_H 1
|
86 |
|
|
|
87 |
|
|
/* Define if you have the efence library (-lefence). */
|
88 |
|
|
/* #undef HAVE_LIBEFENCE */
|
89 |
|
|
|
90 |
|
|
/* Name of package */
|
91 |
|
|
#define PACKAGE "mad"
|
92 |
|
|
|
93 |
|
|
/* Version number of package */
|
94 |
|
|
#define VERSION "0.13.0b"
|
95 |
|
|
|
96 |
|
|
/*****************************************************************************
|
97 |
|
|
* End of automatically configured definitions *
|
98 |
|
|
*****************************************************************************/
|
99 |
|
|
|
100 |
|
|
# endif
|