mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			208 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			208 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/* config.h.in.  Generated from configure.ac by autoheader.  */
 | 
						|
/*
 | 
						|
 * libmad - MPEG audio decoder library
 | 
						|
 * 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.in,v 1.13 2009-01-26 21:40:16 richardash1981 Exp $
 | 
						|
 */
 | 
						|
 | 
						|
# ifndef LIBMAD_CONFIG_H
 | 
						|
# define LIBMAD_CONFIG_H
 | 
						|
 | 
						|
/*****************************************************************************
 | 
						|
 * Definitions selected automatically by `configure'                         *
 | 
						|
 *****************************************************************************/
 | 
						|
 | 
						|
/* 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 building universal (internal helper macro) */
 | 
						|
#undef AC_APPLE_UNIVERSAL_BUILD
 | 
						|
 | 
						|
/* Define to enable diagnostic debugging support. */
 | 
						|
#undef DEBUG
 | 
						|
 | 
						|
/* Define to enable experimental code. */
 | 
						|
#undef EXPERIMENTAL
 | 
						|
 | 
						|
/* Define to 1 if you have the <assert.h> header file. */
 | 
						|
#undef HAVE_ASSERT_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <dlfcn.h> header file. */
 | 
						|
#undef HAVE_DLFCN_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <errno.h> header file. */
 | 
						|
#undef HAVE_ERRNO_H
 | 
						|
 | 
						|
/* Define to 1 if you have the `fcntl' function. */
 | 
						|
#undef HAVE_FCNTL
 | 
						|
 | 
						|
/* Define to 1 if you have the <fcntl.h> header file. */
 | 
						|
#undef HAVE_FCNTL_H
 | 
						|
 | 
						|
/* Define to 1 if you have the `fork' function. */
 | 
						|
#undef HAVE_FORK
 | 
						|
 | 
						|
/* Define to 1 if you have the <inttypes.h> header file. */
 | 
						|
#undef HAVE_INTTYPES_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <limits.h> header file. */
 | 
						|
#undef HAVE_LIMITS_H
 | 
						|
 | 
						|
/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
 | 
						|
#undef HAVE_MADD16_ASM
 | 
						|
 | 
						|
/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
 | 
						|
#undef HAVE_MADD_ASM
 | 
						|
 | 
						|
/* Define to 1 if you have the <memory.h> header file. */
 | 
						|
#undef HAVE_MEMORY_H
 | 
						|
 | 
						|
/* Define to 1 if you have the `pipe' function. */
 | 
						|
#undef HAVE_PIPE
 | 
						|
 | 
						|
/* Define to 1 if you have the <stdint.h> header file. */
 | 
						|
#undef HAVE_STDINT_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <stdlib.h> header file. */
 | 
						|
#undef HAVE_STDLIB_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <strings.h> header file. */
 | 
						|
#undef HAVE_STRINGS_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <string.h> header file. */
 | 
						|
#undef HAVE_STRING_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/stat.h> header file. */
 | 
						|
#undef HAVE_SYS_STAT_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/types.h> header file. */
 | 
						|
#undef HAVE_SYS_TYPES_H
 | 
						|
 | 
						|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 | 
						|
#undef HAVE_SYS_WAIT_H
 | 
						|
 | 
						|
/* Define to 1 if you have the <unistd.h> header file. */
 | 
						|
#undef HAVE_UNISTD_H
 | 
						|
 | 
						|
/* Define to 1 if you have the `waitpid' function. */
 | 
						|
#undef HAVE_WAITPID
 | 
						|
 | 
						|
/* Define to disable debugging assertions. */
 | 
						|
#undef NDEBUG
 | 
						|
 | 
						|
/* Define to optimize for accuracy over speed. */
 | 
						|
#undef OPT_ACCURACY
 | 
						|
 | 
						|
/* Define to optimize for speed over accuracy. */
 | 
						|
#undef OPT_SPEED
 | 
						|
 | 
						|
/* 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
 | 
						|
 | 
						|
/* Name of package */
 | 
						|
#undef PACKAGE
 | 
						|
 | 
						|
/* Define to the address where bug reports for this package should be sent. */
 | 
						|
#undef PACKAGE_BUGREPORT
 | 
						|
 | 
						|
/* Define to the full name of this package. */
 | 
						|
#undef PACKAGE_NAME
 | 
						|
 | 
						|
/* Define to the full name and version of this package. */
 | 
						|
#undef PACKAGE_STRING
 | 
						|
 | 
						|
/* Define to the one symbol short name of this package. */
 | 
						|
#undef PACKAGE_TARNAME
 | 
						|
 | 
						|
/* Define to the version of this package. */
 | 
						|
#undef PACKAGE_VERSION
 | 
						|
 | 
						|
/* The size of `int', as computed by sizeof. */
 | 
						|
#undef SIZEOF_INT
 | 
						|
 | 
						|
/* The size of `long', as computed by sizeof. */
 | 
						|
#undef SIZEOF_LONG
 | 
						|
 | 
						|
/* The size of `long long', as computed by sizeof. */
 | 
						|
#undef SIZEOF_LONG_LONG
 | 
						|
 | 
						|
/* Define to 1 if you have the ANSI C header files. */
 | 
						|
#undef STDC_HEADERS
 | 
						|
 | 
						|
/* Version number of package */
 | 
						|
#undef VERSION
 | 
						|
 | 
						|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 | 
						|
   significant byte first (like Motorola and SPARC, unlike Intel). */
 | 
						|
#if defined AC_APPLE_UNIVERSAL_BUILD
 | 
						|
# if defined __BIG_ENDIAN__
 | 
						|
#  define WORDS_BIGENDIAN 1
 | 
						|
# endif
 | 
						|
#else
 | 
						|
# ifndef WORDS_BIGENDIAN
 | 
						|
#  undef WORDS_BIGENDIAN
 | 
						|
# endif
 | 
						|
#endif
 | 
						|
 | 
						|
/* Define to empty if `const' does not conform to ANSI C. */
 | 
						|
#undef const
 | 
						|
 | 
						|
/* Define to `__inline__' or `__inline' if that's what the C compiler
 | 
						|
   calls it, or to nothing if 'inline' is not supported under any name.  */
 | 
						|
#ifndef __cplusplus
 | 
						|
#undef inline
 | 
						|
#endif
 | 
						|
 | 
						|
/* Define to `int' if <sys/types.h> does not define. */
 | 
						|
#undef pid_t
 | 
						|
/*****************************************************************************
 | 
						|
 * End of automatically configured definitions                               *
 | 
						|
 *****************************************************************************/
 | 
						|
 | 
						|
# endif
 |