annotate libs/aubioFullOSXUni/include/libsamplerate/config.h @ 2:fa2af670b5c5 tip

SoundFileLoader might have moved
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 06 Jan 2012 00:23:26 +0000
parents bcb0d40158f4
children
rev   line source
andrew@0 1 /* src/config.h. Generated from config.h.in by configure. */
andrew@0 2 /* src/config.h.in. Generated from configure.ac by autoheader. */
andrew@0 3
andrew@0 4 /* Set to 1 if the compile is GNU GCC. */
andrew@0 5 #define COMPILER_IS_GCC 1
andrew@0 6
andrew@0 7 /* Target processor clips on negative float to int conversion. */
andrew@0 8 #define CPU_CLIPS_NEGATIVE 1
andrew@0 9
andrew@0 10 /* Target processor clips on positive float to int conversion. */
andrew@0 11 #define CPU_CLIPS_POSITIVE 1
andrew@0 12
andrew@0 13 /* Target processor is big endian. */
andrew@0 14 #define CPU_IS_BIG_ENDIAN 0
andrew@0 15
andrew@0 16 /* Target processor is little endian. */
andrew@0 17 #define CPU_IS_LITTLE_ENDIAN 1
andrew@0 18
andrew@0 19 /* Major version of GCC or 3 otherwise. */
andrew@0 20 #define GCC_MAJOR_VERSION 4
andrew@0 21
andrew@0 22 /* Define to 1 if you have the `alarm' function. */
andrew@0 23 #define HAVE_ALARM 1
andrew@0 24
andrew@0 25 /* Define to 1 if you have the `calloc' function. */
andrew@0 26 #define HAVE_CALLOC 1
andrew@0 27
andrew@0 28 /* Define to 1 if you have the `ceil' function. */
andrew@0 29 #define HAVE_CEIL 1
andrew@0 30
andrew@0 31 /* Define to 1 if you have the <dlfcn.h> header file. */
andrew@0 32 #define HAVE_DLFCN_H 1
andrew@0 33
andrew@0 34 /* Set to 1 if you have libfftw3. */
andrew@0 35 #define HAVE_FFTW3 0
andrew@0 36
andrew@0 37 /* Define to 1 if you have the `floor' function. */
andrew@0 38 #define HAVE_FLOOR 1
andrew@0 39
andrew@0 40 /* Define to 1 if you have the `fmod' function. */
andrew@0 41 #define HAVE_FMOD 1
andrew@0 42
andrew@0 43 /* Define to 1 if you have the `free' function. */
andrew@0 44 #define HAVE_FREE 1
andrew@0 45
andrew@0 46 /* Define to 1 if you have the <inttypes.h> header file. */
andrew@0 47 #define HAVE_INTTYPES_H 1
andrew@0 48
andrew@0 49 /* Define to 1 if you have the `m' library (-lm). */
andrew@0 50 #define HAVE_LIBM 1
andrew@0 51
andrew@0 52 /* Define if you have C99's lrint function. */
andrew@0 53 #define HAVE_LRINT 1
andrew@0 54
andrew@0 55 /* Define if you have C99's lrintf function. */
andrew@0 56 #define HAVE_LRINTF 1
andrew@0 57
andrew@0 58 /* Define to 1 if you have the `malloc' function. */
andrew@0 59 #define HAVE_MALLOC 1
andrew@0 60
andrew@0 61 /* Define to 1 if you have the `memcpy' function. */
andrew@0 62 #define HAVE_MEMCPY 1
andrew@0 63
andrew@0 64 /* Define to 1 if you have the `memmove' function. */
andrew@0 65 #define HAVE_MEMMOVE 1
andrew@0 66
andrew@0 67 /* Define to 1 if you have the <memory.h> header file. */
andrew@0 68 #define HAVE_MEMORY_H 1
andrew@0 69
andrew@0 70 /* Define if you have signal SIGALRM. */
andrew@0 71 #define HAVE_SIGALRM 1
andrew@0 72
andrew@0 73 /* Define to 1 if you have the `signal' function. */
andrew@0 74 #define HAVE_SIGNAL 1
andrew@0 75
andrew@0 76 /* Set to 1 if you have libsndfile. */
andrew@0 77 #define HAVE_SNDFILE 0
andrew@0 78
andrew@0 79 /* Define to 1 if you have the <stdint.h> header file. */
andrew@0 80 #define HAVE_STDINT_H 1
andrew@0 81
andrew@0 82 /* Define to 1 if you have the <stdlib.h> header file. */
andrew@0 83 #define HAVE_STDLIB_H 1
andrew@0 84
andrew@0 85 /* Define to 1 if you have the <strings.h> header file. */
andrew@0 86 #define HAVE_STRINGS_H 1
andrew@0 87
andrew@0 88 /* Define to 1 if you have the <string.h> header file. */
andrew@0 89 #define HAVE_STRING_H 1
andrew@0 90
andrew@0 91 /* Define to 1 if you have the <sys/stat.h> header file. */
andrew@0 92 #define HAVE_SYS_STAT_H 1
andrew@0 93
andrew@0 94 /* Define to 1 if you have the <sys/times.h> header file. */
andrew@0 95 #define HAVE_SYS_TIMES_H 1
andrew@0 96
andrew@0 97 /* Define to 1 if you have the <sys/types.h> header file. */
andrew@0 98 #define HAVE_SYS_TYPES_H 1
andrew@0 99
andrew@0 100 /* Define to 1 if you have the <unistd.h> header file. */
andrew@0 101 #define HAVE_UNISTD_H 1
andrew@0 102
andrew@0 103 /* Set to 1 if compiling for Win32 */
andrew@0 104 #define OS_IS_WIN32 0
andrew@0 105
andrew@0 106 /* Name of package */
andrew@0 107 #define PACKAGE "libsamplerate"
andrew@0 108
andrew@0 109 /* Define to the address where bug reports for this package should be sent. */
andrew@0 110 #define PACKAGE_BUGREPORT ""
andrew@0 111
andrew@0 112 /* Define to the full name of this package. */
andrew@0 113 #define PACKAGE_NAME ""
andrew@0 114
andrew@0 115 /* Define to the full name and version of this package. */
andrew@0 116 #define PACKAGE_STRING ""
andrew@0 117
andrew@0 118 /* Define to the one symbol short name of this package. */
andrew@0 119 #define PACKAGE_TARNAME ""
andrew@0 120
andrew@0 121 /* Define to the version of this package. */
andrew@0 122 #define PACKAGE_VERSION ""
andrew@0 123
andrew@0 124 /* The size of `double', as computed by sizeof. */
andrew@0 125 #define SIZEOF_DOUBLE 8
andrew@0 126
andrew@0 127 /* The size of `float', as computed by sizeof. */
andrew@0 128 #define SIZEOF_FLOAT 4
andrew@0 129
andrew@0 130 /* The size of `int', as computed by sizeof. */
andrew@0 131 #define SIZEOF_INT 4
andrew@0 132
andrew@0 133 /* The size of `long', as computed by sizeof. */
andrew@0 134 #define SIZEOF_LONG 4
andrew@0 135
andrew@0 136 /* Define to 1 if you have the ANSI C header files. */
andrew@0 137 #define STDC_HEADERS 1
andrew@0 138
andrew@0 139 /* Version number of package */
andrew@0 140 #define VERSION "0.1.3"