mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +00:00
260 lines
7.0 KiB
C
260 lines
7.0 KiB
C
/*
|
|
** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
|
|
**
|
|
** This program is free software; you can redistribute it and/or modify
|
|
** it under the terms of the GNU Lesser General Public License as published by
|
|
** the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
|
|
**
|
|
** You should have received a copy of the GNU Lesser 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.
|
|
*/
|
|
|
|
/*
|
|
** This is the Win32 version of the file config.h which is autogenerated
|
|
** on Unix systems.
|
|
*/
|
|
|
|
#pragma warning (disable : 4244)
|
|
#pragma warning (disable : 4761)
|
|
|
|
/* Set to 1 if the compile is GNU GCC. */
|
|
/* #undef COMPILER_IS_GCC */
|
|
|
|
/* Target processor clips on negative float to int conversion. */
|
|
#define CPU_CLIPS_NEGATIVE 1
|
|
|
|
/* Target processor clips on positive float to int conversion. */
|
|
#define CPU_CLIPS_POSITIVE 0
|
|
|
|
/* Target processor is big endian. */
|
|
#define CPU_IS_BIG_ENDIAN 0
|
|
|
|
/* Target processor is little endian. */
|
|
#define CPU_IS_LITTLE_ENDIAN 1
|
|
|
|
/* Set to 1 to enable experimental code. */
|
|
#define ENABLE_EXPERIMENTAL_CODE 0
|
|
|
|
/* Major version of GCC or 3 otherwise. */
|
|
/* #undef GCC_MAJOR_VERSION */
|
|
|
|
/* Define to 1 if you have the `calloc' function. */
|
|
#define HAVE_CALLOC 1
|
|
|
|
/* Define to 1 if you have the `ceil' function. */
|
|
#define HAVE_CEIL 1
|
|
|
|
/* Set to 1 if S_IRGRP is defined. */
|
|
#define HAVE_DECL_S_IRGRP 0
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#define HAVE_DLFCN_H 1
|
|
|
|
/* Define to 1 if you have the <endian.h> header file. */
|
|
#define HAVE_ENDIAN_H 1
|
|
|
|
/* Define to 1 if you have the `fdatasync' function. */
|
|
#define HAVE_FDATASYNC 1
|
|
|
|
/* Define to 1 if you have the `floor' function. */
|
|
#define HAVE_FLOOR 1
|
|
|
|
/* Define to 1 if you have the `fmod' function. */
|
|
#define HAVE_FMOD 1
|
|
|
|
/* Define to 1 if you have the `free' function. */
|
|
#define HAVE_FREE 1
|
|
|
|
/* Define to 1 if you have the `fstat' function. */
|
|
#define HAVE_FSTAT 1
|
|
|
|
/* Define to 1 if you have the `fsync' function. */
|
|
#define HAVE_FSYNC 1
|
|
|
|
/* Define to 1 if you have the `ftruncate' function. */
|
|
#define HAVE_FTRUNCATE 1
|
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
#define HAVE_GETPAGESIZE 1
|
|
|
|
/* Define to 1 if you have the `gmtime' function. */
|
|
#define HAVE_GMTIME 1
|
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
/* #undefine HAVE_GMTIME_R */
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
#define HAVE_LIBM 1
|
|
|
|
/* Define if you have C99's lrint function. */
|
|
/* #undef HAVE_LRINT */
|
|
|
|
/* Define if you have C99's lrintf function. */
|
|
/* #undef HAVE_LRINTF */
|
|
|
|
/* Define to 1 if you have the `lseek' function. */
|
|
#define HAVE_LSEEK 1
|
|
|
|
/* Define to 1 if you have the `malloc' function. */
|
|
#define HAVE_MALLOC 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
|
#define HAVE_MMAP 1
|
|
|
|
/* Define to 1 if you have the <mmreg.h> header file. */
|
|
/* #undef HAVE_MMREG_H */
|
|
|
|
/* Define to 1 if you have the `open' function. */
|
|
#define HAVE_OPEN 1
|
|
|
|
/* Define to 1 if you have the `pread' function. */
|
|
#define HAVE_PREAD 1
|
|
|
|
/* Define to 1 if you have the `pwrite' function. */
|
|
#define HAVE_PWRITE 1
|
|
|
|
/* Define to 1 if you have the `read' function. */
|
|
#define HAVE_READ 1
|
|
|
|
/* Define to 1 if you have the `realloc' function. */
|
|
#define HAVE_REALLOC 1
|
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
#define HAVE_SNPRINTF 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#define HAVE_SYS_WAIT_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
/* #undef HAVE_UNISTD_H */
|
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
|
#define HAVE_VSNPRINTF 1
|
|
|
|
/* Define to 1 if you have the <wintypes.h> header file. */
|
|
/* #undef HAVE_WINTYPES_H */
|
|
|
|
/* Define to 1 if you have the `write' function. */
|
|
#define HAVE_WRITE 1
|
|
|
|
/* Set to 1 if compiling for MacOSX */
|
|
#define OS_IS_MACOSX 0
|
|
|
|
/* Set to 1 if compiling for Win32 */
|
|
#define OS_IS_WIN32 1
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "libsndfile"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "<erikd@mega-nerd.com>"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "libsndfile"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "libsndfile 1.0.7"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "libsndfile"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "1.0.7"
|
|
|
|
/* Set to maximum allowed value of sf_count_t type. */
|
|
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFi64
|
|
|
|
/* The size of a `double', as computed by sizeof. */
|
|
#define SIZEOF_DOUBLE 8
|
|
|
|
/* The size of a `float', as computed by sizeof. */
|
|
#define SIZEOF_FLOAT 4
|
|
|
|
/* The size of a `int', as computed by sizeof. */
|
|
#define SIZEOF_INT 4
|
|
|
|
/* The size of a `loff_t', as computed by sizeof. */
|
|
#define SIZEOF_LOFF_T 0
|
|
|
|
/* The size of a `long', as computed by sizeof. */
|
|
#define SIZEOF_LONG 4
|
|
|
|
/* The size of a `off64_t', as computed by sizeof. */
|
|
#define SIZEOF_OFF64_T 0
|
|
|
|
/* The size of a `off_t', as computed by sizeof. */
|
|
#define SIZEOF_OFF_T 4
|
|
|
|
/* Set to sizeof (long) if unknown. */
|
|
#define SIZEOF_SF_COUNT_T 8
|
|
|
|
/* The size of a `short', as computed by sizeof. */
|
|
#define SIZEOF_SHORT 2
|
|
|
|
/* The size of a `size_t', as computed by sizeof. */
|
|
#define SIZEOF_SIZE_T 4
|
|
|
|
/* The size of a `ssize_t', as computed by sizeof. */
|
|
#define SIZEOF_SSIZE_T 4
|
|
|
|
/* The size of a `void*', as computed by sizeof. */
|
|
#define SIZEOF_VOIDP 4
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Set to long if unknown. */
|
|
#define TYPEOF_SF_COUNT_T __int64_t
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.0.7"
|
|
|
|
/* 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 */
|
|
|
|
/*
|
|
** Do not edit or modify anything in this comment block.
|
|
** The arch-tag line is a file identity tag for the GNU Arch
|
|
** revision control system.
|
|
**
|
|
** arch-tag: 78a733c0-a430-46bd-81ab-4e479fbcffac
|
|
*/
|
|
|