ref: 5a241403dd9338b0b46ef16ae88f7abde9b5dfdc
dir: /common/libsndfile/MacOS/config.h/
/* src/config.h. Generated automatically by configure. */ /* src/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* The number of bytes in a double. */ #define SIZEOF_DOUBLE 8 /* The number of bytes in a float. */ #define SIZEOF_FLOAT 4 /* The number of bytes in a int. */ #define SIZEOF_INT 4 /* The number of bytes in a long. */ #define SIZEOF_LONG 4 /* The number of bytes in a off_t. */ #define SIZEOF_OFF_T 4 /* The number of bytes in a short. */ #define SIZEOF_SHORT 2 /* The number of bytes in a void*. */ #define SIZEOF_VOIDP 4 /* Define if you have the free function. */ #define HAVE_FREE 1 /* Define if you have the fstat function. */ #define HAVE_FSTAT 1 /* Define if you have the lseek function. */ #define HAVE_LSEEK 1 /* Define if you have the malloc function. */ #define HAVE_MALLOC 1 /* Define if you have the open function. */ #define HAVE_OPEN 1 /* Define if you have the read function. */ #define HAVE_READ 1 /* Define if you have the snprintf function. */ #define HAVE_SNPRINTF 1 /* Define if you have the vsnprintf function. */ #define HAVE_VSNPRINTF 1 /* Define if you have the write function. */ #define HAVE_WRITE 1 /* Define if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define if you have the <endian.h> header file. */ #define HAVE_ENDIAN_H 1 /* Name of package */ #define PACKAGE "libsndfile" /* Version number of package */ #define VERSION "1.0.0rc2" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS 64 */ /* Define to make fseeko etc. visible, on some hosts. */ /* #undef _LARGEFILE_SOURCE */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Target processor is big endian. */ #define CPU_IS_BIG_ENDIAN 1 /* Target processor is little endian. */ #define CPU_IS_LITTLE_ENDIAN 0 /* Define if you have C99's lrint function. */ #define HAVE_LRINT 1 /* Define if you have C99's lrintf function. */ #define HAVE_LRINTF 1 /* Set to 1 to force the use of code for processors with broken floats */ #define FORCE_BROKEN_FLOAT 0 /* Set to 1 to force the use of code for processors with broken floats */ #define FORCE_BROKEN_FLOAT 0 /* Set to 1 if compiling for Win32 */ #define OS_IS_WIN32 0