andrew@0: /* src/config.h. Generated from config.h.in by configure. */ andrew@0: /* src/config.h.in. Generated from configure.ac by autoheader. */ andrew@0: andrew@0: /* Set to 1 if the compile is GNU GCC. */ andrew@0: #define COMPILER_IS_GCC 1 andrew@0: andrew@0: /* Target processor clips on negative float to int conversion. */ andrew@0: #define CPU_CLIPS_NEGATIVE 1 andrew@0: andrew@0: /* Target processor clips on positive float to int conversion. */ andrew@0: #define CPU_CLIPS_POSITIVE 1 andrew@0: andrew@0: /* Target processor is big endian. */ andrew@0: #define CPU_IS_BIG_ENDIAN 0 andrew@0: andrew@0: /* Target processor is little endian. */ andrew@0: #define CPU_IS_LITTLE_ENDIAN 1 andrew@0: andrew@0: /* Major version of GCC or 3 otherwise. */ andrew@0: #define GCC_MAJOR_VERSION 4 andrew@0: andrew@0: /* Define to 1 if you have the `alarm' function. */ andrew@0: #define HAVE_ALARM 1 andrew@0: andrew@0: /* Define to 1 if you have the `calloc' function. */ andrew@0: #define HAVE_CALLOC 1 andrew@0: andrew@0: /* Define to 1 if you have the `ceil' function. */ andrew@0: #define HAVE_CEIL 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_DLFCN_H 1 andrew@0: andrew@0: /* Set to 1 if you have libfftw3. */ andrew@0: #define HAVE_FFTW3 0 andrew@0: andrew@0: /* Define to 1 if you have the `floor' function. */ andrew@0: #define HAVE_FLOOR 1 andrew@0: andrew@0: /* Define to 1 if you have the `fmod' function. */ andrew@0: #define HAVE_FMOD 1 andrew@0: andrew@0: /* Define to 1 if you have the `free' function. */ andrew@0: #define HAVE_FREE 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_INTTYPES_H 1 andrew@0: andrew@0: /* Define to 1 if you have the `m' library (-lm). */ andrew@0: #define HAVE_LIBM 1 andrew@0: andrew@0: /* Define if you have C99's lrint function. */ andrew@0: #define HAVE_LRINT 1 andrew@0: andrew@0: /* Define if you have C99's lrintf function. */ andrew@0: #define HAVE_LRINTF 1 andrew@0: andrew@0: /* Define to 1 if you have the `malloc' function. */ andrew@0: #define HAVE_MALLOC 1 andrew@0: andrew@0: /* Define to 1 if you have the `memcpy' function. */ andrew@0: #define HAVE_MEMCPY 1 andrew@0: andrew@0: /* Define to 1 if you have the `memmove' function. */ andrew@0: #define HAVE_MEMMOVE 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_MEMORY_H 1 andrew@0: andrew@0: /* Define if you have signal SIGALRM. */ andrew@0: #define HAVE_SIGALRM 1 andrew@0: andrew@0: /* Define to 1 if you have the `signal' function. */ andrew@0: #define HAVE_SIGNAL 1 andrew@0: andrew@0: /* Set to 1 if you have libsndfile. */ andrew@0: #define HAVE_SNDFILE 0 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_STDINT_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_STDLIB_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_STRINGS_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_STRING_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_SYS_STAT_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_SYS_TIMES_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_SYS_TYPES_H 1 andrew@0: andrew@0: /* Define to 1 if you have the header file. */ andrew@0: #define HAVE_UNISTD_H 1 andrew@0: andrew@0: /* Set to 1 if compiling for Win32 */ andrew@0: #define OS_IS_WIN32 0 andrew@0: andrew@0: /* Name of package */ andrew@0: #define PACKAGE "libsamplerate" andrew@0: andrew@0: /* Define to the address where bug reports for this package should be sent. */ andrew@0: #define PACKAGE_BUGREPORT "" andrew@0: andrew@0: /* Define to the full name of this package. */ andrew@0: #define PACKAGE_NAME "" andrew@0: andrew@0: /* Define to the full name and version of this package. */ andrew@0: #define PACKAGE_STRING "" andrew@0: andrew@0: /* Define to the one symbol short name of this package. */ andrew@0: #define PACKAGE_TARNAME "" andrew@0: andrew@0: /* Define to the version of this package. */ andrew@0: #define PACKAGE_VERSION "" andrew@0: andrew@0: /* The size of `double', as computed by sizeof. */ andrew@0: #define SIZEOF_DOUBLE 8 andrew@0: andrew@0: /* The size of `float', as computed by sizeof. */ andrew@0: #define SIZEOF_FLOAT 4 andrew@0: andrew@0: /* The size of `int', as computed by sizeof. */ andrew@0: #define SIZEOF_INT 4 andrew@0: andrew@0: /* The size of `long', as computed by sizeof. */ andrew@0: #define SIZEOF_LONG 4 andrew@0: andrew@0: /* Define to 1 if you have the ANSI C header files. */ andrew@0: #define STDC_HEADERS 1 andrew@0: andrew@0: /* Version number of package */ andrew@0: #define VERSION "0.1.3"