
/* src/config.h */

#define STDC_HEADERS 1

#define HAVE_FCLOSE 1
#define HAVE_FOPEN 1
#define HAVE_FREAD 1
#define HAVE_FREE 1
#define HAVE_FSEEK 1
#define HAVE_FTELL 1
#define HAVE_FWRITE 1
#define HAVE_MALLOC 1

#define HAVE_STRCHR
#define HAVE_MEMCPY

#define HAVE_ENDIAN_H
#define HAVE_ERRNO_H
#define HAVE_FCNTL_H
#define HAVE_LIMITS_H

#define PROTOTYPES 1

#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_VOIDP 4
#define CHAR_BIT 8

#define uint8_t unsigned char
#define uint16_t unsigned short
#define uint32_t unsigned int
#define uint64_t unsigned long long

#define GUESS_BIG_ENDIAN 0
#define GUESS_LITTLE_ENDIAN 1

#undef USE_LAYER_1
#define USE_LAYER_2

#define LAME_LIBRARY_BUILD
#define PACKAGE "LAME"
#define VERSION "3.92"

//#define SIZEOF_DOUBLE 8

#if defined(FPA10)
//# define float double
//# define SIZEOF_FLOAT 8
# define SIZEOF_FLOAT 4
# include "ymath.h"
# define CAN_READ_WRITE_x86_IEEE 1
#else
# define float double
# define SIZEOF_FLOAT 8
# define CAN_READ_WRITE_x86_IEEE 0
//# include "dooperfplib.h"
#endif
