mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			215 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			215 lines
		
	
	
		
			6.1 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: acconfig.h,v 1.2 2001-10-21 22:26:32 dmazzoni 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 the sub-directory in which libtool stores uninstalled libraries.
 | |
|    */
 | |
| #undef LT_OBJDIR
 | |
| 
 | |
| /* 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 home page for this package. */
 | |
| #undef PACKAGE_URL
 | |
| 
 | |
| /* 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
 |