1159b3361Sopenharmony_ci/* config.h.in. Generated from configure.in by autoheader. */ 2159b3361Sopenharmony_ci 3159b3361Sopenharmony_ci 4159b3361Sopenharmony_ci#ifndef LAME_CONFIG_H 5159b3361Sopenharmony_ci#define LAME_CONFIG_H 6159b3361Sopenharmony_ci 7159b3361Sopenharmony_ci 8159b3361Sopenharmony_ci/* debug define */ 9159b3361Sopenharmony_ci#undef ABORTFP 10159b3361Sopenharmony_ci 11159b3361Sopenharmony_ci/* Define if building universal (internal helper macro) */ 12159b3361Sopenharmony_ci#undef AC_APPLE_UNIVERSAL_BUILD 13159b3361Sopenharmony_ci 14159b3361Sopenharmony_ci/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 15159b3361Sopenharmony_ci systems. This function is required for `alloca.c' support on those systems. 16159b3361Sopenharmony_ci */ 17159b3361Sopenharmony_ci#undef CRAY_STACKSEG_END 18159b3361Sopenharmony_ci 19159b3361Sopenharmony_ci/* Define to 1 if using `alloca.c'. */ 20159b3361Sopenharmony_ci#undef C_ALLOCA 21159b3361Sopenharmony_ci 22159b3361Sopenharmony_ci/* alot of debug output */ 23159b3361Sopenharmony_ci#undef DEBUG 24159b3361Sopenharmony_ci 25159b3361Sopenharmony_ci/* allow to compute a more accurate replaygain value */ 26159b3361Sopenharmony_ci#undef DECODE_ON_THE_FLY 27159b3361Sopenharmony_ci 28159b3361Sopenharmony_ci/* double is faster than float on Alpha */ 29159b3361Sopenharmony_ci#undef FLOAT 30159b3361Sopenharmony_ci 31159b3361Sopenharmony_ci/* Define to 1 if you have `alloca', as a function or macro. */ 32159b3361Sopenharmony_ci#undef HAVE_ALLOCA 33159b3361Sopenharmony_ci 34159b3361Sopenharmony_ci/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 35159b3361Sopenharmony_ci */ 36159b3361Sopenharmony_ci#undef HAVE_ALLOCA_H 37159b3361Sopenharmony_ci 38159b3361Sopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */ 39159b3361Sopenharmony_ci#undef HAVE_DLFCN_H 40159b3361Sopenharmony_ci 41159b3361Sopenharmony_ci/* we link against libefence */ 42159b3361Sopenharmony_ci#undef HAVE_EFENCE 43159b3361Sopenharmony_ci 44159b3361Sopenharmony_ci/* Define to 1 if you have the <errno.h> header file. */ 45159b3361Sopenharmony_ci#undef HAVE_ERRNO_H 46159b3361Sopenharmony_ci 47159b3361Sopenharmony_ci/* Define to 1 if you have the <fcntl.h> header file. */ 48159b3361Sopenharmony_ci#undef HAVE_FCNTL_H 49159b3361Sopenharmony_ci 50159b3361Sopenharmony_ci/* Define to 1 if you have the `gettimeofday' function. */ 51159b3361Sopenharmony_ci#undef HAVE_GETTIMEOFDAY 52159b3361Sopenharmony_ci 53159b3361Sopenharmony_ci/* Define if you have the iconv() function and it works. */ 54159b3361Sopenharmony_ci#undef HAVE_ICONV 55159b3361Sopenharmony_ci 56159b3361Sopenharmony_ci/* add ieee754_float32_t type */ 57159b3361Sopenharmony_ci#undef HAVE_IEEE754_FLOAT32_T 58159b3361Sopenharmony_ci#ifndef HAVE_IEEE754_FLOAT32_T 59159b3361Sopenharmony_ci typedef float ieee754_float32_t; 60159b3361Sopenharmony_ci#endif 61159b3361Sopenharmony_ci 62159b3361Sopenharmony_ci/* add ieee754_float64_t type */ 63159b3361Sopenharmony_ci#undef HAVE_IEEE754_FLOAT64_T 64159b3361Sopenharmony_ci#ifndef HAVE_IEEE754_FLOAT64_T 65159b3361Sopenharmony_ci typedef double ieee754_float64_t; 66159b3361Sopenharmony_ci#endif 67159b3361Sopenharmony_ci 68159b3361Sopenharmony_ci/* system has 80 bit floats */ 69159b3361Sopenharmony_ci#undef HAVE_IEEE854_FLOAT80 70159b3361Sopenharmony_ci 71159b3361Sopenharmony_ci/* add ieee854_float80_t type */ 72159b3361Sopenharmony_ci#undef HAVE_IEEE854_FLOAT80_T 73159b3361Sopenharmony_ci#ifndef HAVE_IEEE854_FLOAT80_T 74159b3361Sopenharmony_ci typedef long double ieee854_float80_t; 75159b3361Sopenharmony_ci#endif 76159b3361Sopenharmony_ci 77159b3361Sopenharmony_ci/* add int16_t type */ 78159b3361Sopenharmony_ci#undef HAVE_INT16_T 79159b3361Sopenharmony_ci#ifndef HAVE_INT16_T 80159b3361Sopenharmony_ci typedef short int16_t; 81159b3361Sopenharmony_ci#endif 82159b3361Sopenharmony_ci 83159b3361Sopenharmony_ci/* add int32_t type */ 84159b3361Sopenharmony_ci#undef HAVE_INT32_T 85159b3361Sopenharmony_ci#ifndef HAVE_INT32_T 86159b3361Sopenharmony_ci#undef A_INT32_T 87159b3361Sopenharmony_ci typedef A_INT32_T int32_t; 88159b3361Sopenharmony_ci#endif 89159b3361Sopenharmony_ci 90159b3361Sopenharmony_ci/* add int64_t type */ 91159b3361Sopenharmony_ci#undef HAVE_INT64_T 92159b3361Sopenharmony_ci#ifndef HAVE_INT64_T 93159b3361Sopenharmony_ci#undef A_INT64_T 94159b3361Sopenharmony_ci typedef A_INT64_T int64_t; 95159b3361Sopenharmony_ci#endif 96159b3361Sopenharmony_ci 97159b3361Sopenharmony_ci/* add int8_t type */ 98159b3361Sopenharmony_ci#undef HAVE_INT8_T 99159b3361Sopenharmony_ci#ifndef HAVE_INT8_T 100159b3361Sopenharmony_ci typedef char int8_t; 101159b3361Sopenharmony_ci#endif 102159b3361Sopenharmony_ci 103159b3361Sopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */ 104159b3361Sopenharmony_ci#undef HAVE_INTTYPES_H 105159b3361Sopenharmony_ci 106159b3361Sopenharmony_ci/* Define to 1 if you have the <langinfo.h> header file. */ 107159b3361Sopenharmony_ci#undef HAVE_LANGINFO_H 108159b3361Sopenharmony_ci 109159b3361Sopenharmony_ci/* Define to 1 if you have the <limits.h> header file. */ 110159b3361Sopenharmony_ci#undef HAVE_LIMITS_H 111159b3361Sopenharmony_ci 112159b3361Sopenharmony_ci/* Define to 1 if you have the <linux/soundcard.h> header file. */ 113159b3361Sopenharmony_ci#undef HAVE_LINUX_SOUNDCARD_H 114159b3361Sopenharmony_ci 115159b3361Sopenharmony_ci/* Define to 1 if the type `long double' works and has more range or precision 116159b3361Sopenharmony_ci than `double'. */ 117159b3361Sopenharmony_ci#undef HAVE_LONG_DOUBLE 118159b3361Sopenharmony_ci 119159b3361Sopenharmony_ci/* Define to 1 if the type `long double' works and has more range or precision 120159b3361Sopenharmony_ci than `double'. */ 121159b3361Sopenharmony_ci#undef HAVE_LONG_DOUBLE_WIDER 122159b3361Sopenharmony_ci 123159b3361Sopenharmony_ci/* Define to 1 if you have the <memory.h> header file. */ 124159b3361Sopenharmony_ci#undef HAVE_MEMORY_H 125159b3361Sopenharmony_ci 126159b3361Sopenharmony_ci/* set to 1 if you have libmpg123 */ 127159b3361Sopenharmony_ci#undef HAVE_MPG123 128159b3361Sopenharmony_ci 129159b3361Sopenharmony_ci/* build with mpglib support */ 130159b3361Sopenharmony_ci#undef HAVE_MPGLIB 131159b3361Sopenharmony_ci 132159b3361Sopenharmony_ci/* have nasm */ 133159b3361Sopenharmony_ci#undef HAVE_NASM 134159b3361Sopenharmony_ci 135159b3361Sopenharmony_ci/* Define to 1 if you have the <ncurses/termcap.h> header file. */ 136159b3361Sopenharmony_ci#undef HAVE_NCURSES_TERMCAP_H 137159b3361Sopenharmony_ci 138159b3361Sopenharmony_ci/* Define to 1 if you have the `nl_langinfo' function. */ 139159b3361Sopenharmony_ci#undef HAVE_NL_LANGINFO 140159b3361Sopenharmony_ci 141159b3361Sopenharmony_ci/* Define to 1 if you have the `socket' function. */ 142159b3361Sopenharmony_ci#undef HAVE_SOCKET 143159b3361Sopenharmony_ci 144159b3361Sopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */ 145159b3361Sopenharmony_ci#undef HAVE_STDINT_H 146159b3361Sopenharmony_ci 147159b3361Sopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */ 148159b3361Sopenharmony_ci#undef HAVE_STDLIB_H 149159b3361Sopenharmony_ci 150159b3361Sopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */ 151159b3361Sopenharmony_ci#undef HAVE_STRINGS_H 152159b3361Sopenharmony_ci 153159b3361Sopenharmony_ci/* Define to 1 if you have the <string.h> header file. */ 154159b3361Sopenharmony_ci#undef HAVE_STRING_H 155159b3361Sopenharmony_ci 156159b3361Sopenharmony_ci/* Define to 1 if you have the `strtol' function. */ 157159b3361Sopenharmony_ci#undef HAVE_STRTOL 158159b3361Sopenharmony_ci 159159b3361Sopenharmony_ci/* Define to 1 if you have the <sys/soundcard.h> header file. */ 160159b3361Sopenharmony_ci#undef HAVE_SYS_SOUNDCARD_H 161159b3361Sopenharmony_ci 162159b3361Sopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */ 163159b3361Sopenharmony_ci#undef HAVE_SYS_STAT_H 164159b3361Sopenharmony_ci 165159b3361Sopenharmony_ci/* Define to 1 if you have the <sys/time.h> header file. */ 166159b3361Sopenharmony_ci#undef HAVE_SYS_TIME_H 167159b3361Sopenharmony_ci 168159b3361Sopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */ 169159b3361Sopenharmony_ci#undef HAVE_SYS_TYPES_H 170159b3361Sopenharmony_ci 171159b3361Sopenharmony_ci/* have termcap */ 172159b3361Sopenharmony_ci#undef HAVE_TERMCAP 173159b3361Sopenharmony_ci 174159b3361Sopenharmony_ci/* Define to 1 if you have the <termcap.h> header file. */ 175159b3361Sopenharmony_ci#undef HAVE_TERMCAP_H 176159b3361Sopenharmony_ci 177159b3361Sopenharmony_ci/* add uint16_t type */ 178159b3361Sopenharmony_ci#undef HAVE_UINT16_T 179159b3361Sopenharmony_ci#ifndef HAVE_UINT16_T 180159b3361Sopenharmony_ci typedef unsigned short uint16_t; 181159b3361Sopenharmony_ci#endif 182159b3361Sopenharmony_ci 183159b3361Sopenharmony_ci/* add uint32_t type */ 184159b3361Sopenharmony_ci#undef HAVE_UINT32_T 185159b3361Sopenharmony_ci#ifndef HAVE_UINT32_T 186159b3361Sopenharmony_ci#undef A_UINT32_T 187159b3361Sopenharmony_ci typedef A_UINT32_T uint32_t; 188159b3361Sopenharmony_ci#endif 189159b3361Sopenharmony_ci 190159b3361Sopenharmony_ci/* add uint64_t type */ 191159b3361Sopenharmony_ci#undef HAVE_UINT64_T 192159b3361Sopenharmony_ci#ifndef HAVE_UINT64_T 193159b3361Sopenharmony_ci#undef A_UINT64_T 194159b3361Sopenharmony_ci typedef A_UINT64_T uint64_t; 195159b3361Sopenharmony_ci#endif 196159b3361Sopenharmony_ci 197159b3361Sopenharmony_ci/* add uint8_t type */ 198159b3361Sopenharmony_ci#undef HAVE_UINT8_T 199159b3361Sopenharmony_ci#ifndef HAVE_UINT8_T 200159b3361Sopenharmony_ci typedef unsigned char uint8_t; 201159b3361Sopenharmony_ci#endif 202159b3361Sopenharmony_ci 203159b3361Sopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */ 204159b3361Sopenharmony_ci#undef HAVE_UNISTD_H 205159b3361Sopenharmony_ci 206159b3361Sopenharmony_ci/* Define if SSE intrinsics work. */ 207159b3361Sopenharmony_ci#undef HAVE_XMMINTRIN_H 208159b3361Sopenharmony_ci 209159b3361Sopenharmony_ci/* Define as const if the declaration of iconv() needs const. */ 210159b3361Sopenharmony_ci#undef ICONV_CONST 211159b3361Sopenharmony_ci 212159b3361Sopenharmony_ci/* requested by Frank, seems to be temporary needed for a smooth transition */ 213159b3361Sopenharmony_ci#undef LAME_LIBRARY_BUILD 214159b3361Sopenharmony_ci 215159b3361Sopenharmony_ci/* set to 1 if you have libsndfile */ 216159b3361Sopenharmony_ci#undef LIBSNDFILE 217159b3361Sopenharmony_ci 218159b3361Sopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */ 219159b3361Sopenharmony_ci#undef LT_OBJDIR 220159b3361Sopenharmony_ci 221159b3361Sopenharmony_ci/* use MMX version of choose_table */ 222159b3361Sopenharmony_ci#undef MMX_choose_table 223159b3361Sopenharmony_ci 224159b3361Sopenharmony_ci/* build without hooks for analyzer */ 225159b3361Sopenharmony_ci#undef NOANALYSIS 226159b3361Sopenharmony_ci 227159b3361Sopenharmony_ci/* Name of package */ 228159b3361Sopenharmony_ci#undef PACKAGE 229159b3361Sopenharmony_ci 230159b3361Sopenharmony_ci/* Define to the address where bug reports for this package should be sent. */ 231159b3361Sopenharmony_ci#undef PACKAGE_BUGREPORT 232159b3361Sopenharmony_ci 233159b3361Sopenharmony_ci/* Define to the full name of this package. */ 234159b3361Sopenharmony_ci#undef PACKAGE_NAME 235159b3361Sopenharmony_ci 236159b3361Sopenharmony_ci/* Define to the full name and version of this package. */ 237159b3361Sopenharmony_ci#undef PACKAGE_STRING 238159b3361Sopenharmony_ci 239159b3361Sopenharmony_ci/* Define to the one symbol short name of this package. */ 240159b3361Sopenharmony_ci#undef PACKAGE_TARNAME 241159b3361Sopenharmony_ci 242159b3361Sopenharmony_ci/* Define to the home page for this package. */ 243159b3361Sopenharmony_ci#undef PACKAGE_URL 244159b3361Sopenharmony_ci 245159b3361Sopenharmony_ci/* Define to the version of this package. */ 246159b3361Sopenharmony_ci#undef PACKAGE_VERSION 247159b3361Sopenharmony_ci 248159b3361Sopenharmony_ci/* The size of `double', as computed by sizeof. */ 249159b3361Sopenharmony_ci#undef SIZEOF_DOUBLE 250159b3361Sopenharmony_ci 251159b3361Sopenharmony_ci/* The size of `float', as computed by sizeof. */ 252159b3361Sopenharmony_ci#undef SIZEOF_FLOAT 253159b3361Sopenharmony_ci 254159b3361Sopenharmony_ci/* The size of `int', as computed by sizeof. */ 255159b3361Sopenharmony_ci#undef SIZEOF_INT 256159b3361Sopenharmony_ci 257159b3361Sopenharmony_ci/* The size of `long', as computed by sizeof. */ 258159b3361Sopenharmony_ci#undef SIZEOF_LONG 259159b3361Sopenharmony_ci 260159b3361Sopenharmony_ci/* The size of `long double', as computed by sizeof. */ 261159b3361Sopenharmony_ci#undef SIZEOF_LONG_DOUBLE 262159b3361Sopenharmony_ci 263159b3361Sopenharmony_ci/* The size of `long long', as computed by sizeof. */ 264159b3361Sopenharmony_ci#undef SIZEOF_LONG_LONG 265159b3361Sopenharmony_ci 266159b3361Sopenharmony_ci/* The size of `short', as computed by sizeof. */ 267159b3361Sopenharmony_ci#undef SIZEOF_SHORT 268159b3361Sopenharmony_ci 269159b3361Sopenharmony_ci/* The size of `unsigned int', as computed by sizeof. */ 270159b3361Sopenharmony_ci#undef SIZEOF_UNSIGNED_INT 271159b3361Sopenharmony_ci 272159b3361Sopenharmony_ci/* The size of `unsigned long', as computed by sizeof. */ 273159b3361Sopenharmony_ci#undef SIZEOF_UNSIGNED_LONG 274159b3361Sopenharmony_ci 275159b3361Sopenharmony_ci/* The size of `unsigned long long', as computed by sizeof. */ 276159b3361Sopenharmony_ci#undef SIZEOF_UNSIGNED_LONG_LONG 277159b3361Sopenharmony_ci 278159b3361Sopenharmony_ci/* The size of `unsigned short', as computed by sizeof. */ 279159b3361Sopenharmony_ci#undef SIZEOF_UNSIGNED_SHORT 280159b3361Sopenharmony_ci 281159b3361Sopenharmony_ci/* If using the C implementation of alloca, define if you know the 282159b3361Sopenharmony_ci direction of stack growth for your system; otherwise it will be 283159b3361Sopenharmony_ci automatically deduced at runtime. 284159b3361Sopenharmony_ci STACK_DIRECTION > 0 => grows toward higher addresses 285159b3361Sopenharmony_ci STACK_DIRECTION < 0 => grows toward lower addresses 286159b3361Sopenharmony_ci STACK_DIRECTION = 0 => direction of growth unknown */ 287159b3361Sopenharmony_ci#undef STACK_DIRECTION 288159b3361Sopenharmony_ci 289159b3361Sopenharmony_ci/* Define to 1 if you have the ANSI C header files. */ 290159b3361Sopenharmony_ci#undef STDC_HEADERS 291159b3361Sopenharmony_ci 292159b3361Sopenharmony_ci/* IEEE754 compatible machine */ 293159b3361Sopenharmony_ci#undef TAKEHIRO_IEEE754_HACK 294159b3361Sopenharmony_ci 295159b3361Sopenharmony_ci/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 296159b3361Sopenharmony_ci#undef TIME_WITH_SYS_TIME 297159b3361Sopenharmony_ci 298159b3361Sopenharmony_ci/* faster log implementation with less but enough precission */ 299159b3361Sopenharmony_ci#undef USE_FAST_LOG 300159b3361Sopenharmony_ci 301159b3361Sopenharmony_ci/* Enable extensions on AIX 3, Interix. */ 302159b3361Sopenharmony_ci#ifndef _ALL_SOURCE 303159b3361Sopenharmony_ci# undef _ALL_SOURCE 304159b3361Sopenharmony_ci#endif 305159b3361Sopenharmony_ci/* Enable GNU extensions on systems that have them. */ 306159b3361Sopenharmony_ci#ifndef _GNU_SOURCE 307159b3361Sopenharmony_ci# undef _GNU_SOURCE 308159b3361Sopenharmony_ci#endif 309159b3361Sopenharmony_ci/* Enable threading extensions on Solaris. */ 310159b3361Sopenharmony_ci#ifndef _POSIX_PTHREAD_SEMANTICS 311159b3361Sopenharmony_ci# undef _POSIX_PTHREAD_SEMANTICS 312159b3361Sopenharmony_ci#endif 313159b3361Sopenharmony_ci/* Enable extensions on HP NonStop. */ 314159b3361Sopenharmony_ci#ifndef _TANDEM_SOURCE 315159b3361Sopenharmony_ci# undef _TANDEM_SOURCE 316159b3361Sopenharmony_ci#endif 317159b3361Sopenharmony_ci/* Enable general extensions on Solaris. */ 318159b3361Sopenharmony_ci#ifndef __EXTENSIONS__ 319159b3361Sopenharmony_ci# undef __EXTENSIONS__ 320159b3361Sopenharmony_ci#endif 321159b3361Sopenharmony_ci 322159b3361Sopenharmony_ci 323159b3361Sopenharmony_ci/* Version number of package */ 324159b3361Sopenharmony_ci#undef VERSION 325159b3361Sopenharmony_ci 326159b3361Sopenharmony_ci/* Define if using the dmalloc debugging malloc package */ 327159b3361Sopenharmony_ci#undef WITH_DMALLOC 328159b3361Sopenharmony_ci 329159b3361Sopenharmony_ci/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 330159b3361Sopenharmony_ci significant byte first (like Motorola and SPARC, unlike Intel). */ 331159b3361Sopenharmony_ci#if defined AC_APPLE_UNIVERSAL_BUILD 332159b3361Sopenharmony_ci# if defined __BIG_ENDIAN__ 333159b3361Sopenharmony_ci# define WORDS_BIGENDIAN 1 334159b3361Sopenharmony_ci# endif 335159b3361Sopenharmony_ci#else 336159b3361Sopenharmony_ci# ifndef WORDS_BIGENDIAN 337159b3361Sopenharmony_ci# undef WORDS_BIGENDIAN 338159b3361Sopenharmony_ci# endif 339159b3361Sopenharmony_ci#endif 340159b3361Sopenharmony_ci 341159b3361Sopenharmony_ci/* Enable large inode numbers on Mac OS X 10.5. */ 342159b3361Sopenharmony_ci#ifndef _DARWIN_USE_64_BIT_INODE 343159b3361Sopenharmony_ci# define _DARWIN_USE_64_BIT_INODE 1 344159b3361Sopenharmony_ci#endif 345159b3361Sopenharmony_ci 346159b3361Sopenharmony_ci/* Number of bits in a file offset, on hosts where this is settable. */ 347159b3361Sopenharmony_ci#undef _FILE_OFFSET_BITS 348159b3361Sopenharmony_ci 349159b3361Sopenharmony_ci/* Define for large files, on AIX-style hosts. */ 350159b3361Sopenharmony_ci#undef _LARGE_FILES 351159b3361Sopenharmony_ci 352159b3361Sopenharmony_ci/* Define to 1 if on MINIX. */ 353159b3361Sopenharmony_ci#undef _MINIX 354159b3361Sopenharmony_ci 355159b3361Sopenharmony_ci/* Define to 2 if the system does not provide POSIX.1 features except with 356159b3361Sopenharmony_ci this defined. */ 357159b3361Sopenharmony_ci#undef _POSIX_1_SOURCE 358159b3361Sopenharmony_ci 359159b3361Sopenharmony_ci/* Define to 1 if you need to in order for `stat' and other things to work. */ 360159b3361Sopenharmony_ci#undef _POSIX_SOURCE 361159b3361Sopenharmony_ci 362159b3361Sopenharmony_ci/* we're on DEC Alpha */ 363159b3361Sopenharmony_ci#undef __DECALPHA__ 364159b3361Sopenharmony_ci 365159b3361Sopenharmony_ci/* work around a glibc bug */ 366159b3361Sopenharmony_ci#undef __NO_MATH_INLINES 367159b3361Sopenharmony_ci 368159b3361Sopenharmony_ci/* Define to empty if `const' does not conform to ANSI C. */ 369159b3361Sopenharmony_ci#undef const 370159b3361Sopenharmony_ci 371159b3361Sopenharmony_ci/* Define to `__inline__' or `__inline' if that's what the C compiler 372159b3361Sopenharmony_ci calls it, or to nothing if 'inline' is not supported under any name. */ 373159b3361Sopenharmony_ci#ifndef __cplusplus 374159b3361Sopenharmony_ci#undef inline 375159b3361Sopenharmony_ci#endif 376159b3361Sopenharmony_ci 377159b3361Sopenharmony_ci/* Define to `unsigned int' if <sys/types.h> does not define. */ 378159b3361Sopenharmony_ci#undef size_t 379159b3361Sopenharmony_ci 380159b3361Sopenharmony_ci#endif /* LAME_CONFIG_H */ 381