OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sw/] [mad-xess/] [config.h.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 lampret
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
/*
3
 * mad - MPEG audio decoder
4
 * Copyright (C) 2000-2001 Robert Leslie
5
 *
6
 * This program is free software; you can redistribute it and/or modify
7
 * it under the terms of the GNU General Public License as published by
8
 * the Free Software Foundation; either version 2 of the License, or
9
 * (at your option) any later version.
10
 *
11
 * This program is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 * GNU General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU General Public License
17
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 *
20
 * $Id: config.h.in,v 1.1.1.1 2001-11-04 19:00:24 lampret Exp $
21
 */
22
 
23
# ifndef CONFIG_H
24
# define CONFIG_H
25
 
26
/*****************************************************************************
27
 * Definitions selected automatically by `configure'                         *
28
 *****************************************************************************/
29
 
30
/* Define to empty if the keyword does not work.  */
31
#undef const
32
 
33
/* Define if you don't have vprintf but do have _doprnt.  */
34
#undef HAVE_DOPRNT
35
 
36
/* Define if you have a working `mmap' system call.  */
37
#undef HAVE_MMAP
38
 
39
/* Define if you have the vprintf function.  */
40
#undef HAVE_VPRINTF
41
 
42
/* Define as __inline if that's what the C compiler calls it.  */
43
#undef inline
44
 
45
/* Define if you need to in order for stat and other things to work.  */
46
#undef _POSIX_SOURCE
47
 
48
/* Define if you have the ANSI C header files.  */
49
#undef STDC_HEADERS
50
 
51
/* Define to be the name of your default audio output module. */
52
#define AUDIO_DEFAULT 0
53
 
54
/* Define if you have mmap() and you want to use it. */
55
#undef USE_MMAP
56
 
57
/* Define to enable diagnostic debugging support. */
58
#undef DEBUG
59
 
60
/* Define to disable debugging assertions. */
61
#undef NDEBUG
62
 
63
/* Define to enable experimental code. */
64
#undef EXPERIMENTAL
65
 
66
#undef EMBED
67
 
68
/* Define if you have the getpagesize function.  */
69
#undef HAVE_GETPAGESIZE
70
 
71
/* Define if you have the madvise function.  */
72
#undef HAVE_MADVISE
73
 
74
/* Define if you have the strcasecmp function.  */
75
#undef HAVE_STRCASECMP
76
 
77
/* Define if you have the strncasecmp function.  */
78
#undef HAVE_STRNCASECMP
79
 
80
/* Define if you have the  header file.  */
81
#undef HAVE_UNISTD_H
82
 
83
/* Define if you have the efence library (-lefence).  */
84
#undef HAVE_LIBEFENCE
85
 
86
/* Name of package */
87
#undef PACKAGE
88
 
89
/* Version number of package */
90
#undef VERSION
91
 
92
/*****************************************************************************
93
 * End of automatically configured definitions                               *
94
 *****************************************************************************/
95
 
96
# endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.