URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [orp/] [orp_soc/] [sw.old/] [mad-xess/] [libmad/] [config.h] - Rev 1782
Compare with Previous | Blame | View Log
/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* * mad - MPEG audio decoder * Copyright (C) 2000-2001 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * $Id: config.h,v 1.1 2002-03-28 20:38:51 lampret Exp $ */ # ifndef LIBMAD_CONFIG_H # define LIBMAD_CONFIG_H /***************************************************************************** * Definitions selected automatically by `configure' * *****************************************************************************/ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `int' if <sys/types.h> doesn't define. */ /* #undef pid_t */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to optimize for speed over accuracy. */ /* #undef OPT_SPEED */ /* Define to optimize for accuracy over speed. */ /* #undef OPT_ACCURACY */ /* Define to enable a fast subband synthesis approximation optimization. */ /* #undef OPT_SSO */ /* Define to influence a strict interpretation of the ISO/IEC standards, even if this is in opposition with best accepted practices. */ /* #undef OPT_STRICT */ /* Define if your MIPS CPU supports a 2-operand MADD instruction. */ /* #undef HAVE_MADD_ASM */ /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */ /* #undef HAVE_MADD16_ASM */ /* Define to enable diagnostic debugging support. */ /* #undef DEBUG */ /* Define to disable debugging assertions. */ /* #undef NDEBUG */ /* Define to enable experimental code. */ /* #undef EXPERIMENTAL */ /* Define if we have embedded application. */ #define EMBED 1 /* The number of bytes in a int. */ #define SIZEOF_INT 2 /* The number of bytes in a long. */ #define SIZEOF_LONG 4 /* The number of bytes in a long long. */ #define SIZEOF_LONG_LONG 8 /* Define if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* Name of package */ #define PACKAGE "libmad" /* Version number of package */ #define VERSION "0.13.0b" /***************************************************************************** * End of automatically configured definitions * *****************************************************************************/ # endif