shithub: aacdec

ref: 46d58fc082a8537f9de79342cd7d7d24974c984d
dir: /common/libsndfile/src/config.h.in/

View raw version
/* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* The number of bytes in a double.  */
#undef SIZEOF_DOUBLE

/* The number of bytes in a float.  */
#undef SIZEOF_FLOAT

/* The number of bytes in a int.  */
#undef SIZEOF_INT

/* The number of bytes in a long.  */
#undef SIZEOF_LONG

/* The number of bytes in a off_t.  */
#undef SIZEOF_OFF_T

/* The number of bytes in a short.  */
#undef SIZEOF_SHORT

/* The number of bytes in a void*.  */
#undef SIZEOF_VOIDP

/* Define if you have the free function.  */
#undef HAVE_FREE

/* Define if you have the fstat function.  */
#undef HAVE_FSTAT

/* Define if you have the lseek function.  */
#undef HAVE_LSEEK

/* Define if you have the malloc function.  */
#undef HAVE_MALLOC

/* Define if you have the open function.  */
#undef HAVE_OPEN

/* Define if you have the read function.  */
#undef HAVE_READ

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

/* Define if you have the vsnprintf function.  */
#undef HAVE_VSNPRINTF

/* Define if you have the write function.  */
#undef HAVE_WRITE

/* Define if you have the <dlfcn.h> header file.  */
#undef HAVE_DLFCN_H

/* Define if you have the <endian.h> header file.  */
#undef HAVE_ENDIAN_H

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* 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. */
#undef CPU_IS_BIG_ENDIAN

/* Target processor is little endian. */
#undef CPU_IS_LITTLE_ENDIAN

/* Define if you have C99's lrint function. */
#undef HAVE_LRINT

/* Define if you have C99's lrintf function. */
#undef HAVE_LRINTF

/* Set to 1 to force the use of code for processors with broken floats */
#undef FORCE_BROKEN_FLOAT

/* Set to 1 to force the use of code for processors with broken floats */
#undef FORCE_BROKEN_FLOAT

/* Set to 1 if compiling for Win32 */
#undef OS_IS_WIN32