annotate src/libsamplerate-0.1.8/src/config.h.in @ 164:9fa11135915a

This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 31 Oct 2019 13:20:41 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
cannam@85 2
cannam@85 3 /* Set to 1 if the compile is GNU GCC. */
cannam@85 4 #undef COMPILER_IS_GCC
cannam@85 5
cannam@85 6 /* Target processor clips on negative float to int conversion. */
cannam@85 7 #undef CPU_CLIPS_NEGATIVE
cannam@85 8
cannam@85 9 /* Target processor clips on positive float to int conversion. */
cannam@85 10 #undef CPU_CLIPS_POSITIVE
cannam@85 11
cannam@85 12 /* Target processor is big endian. */
cannam@85 13 #undef CPU_IS_BIG_ENDIAN
cannam@85 14
cannam@85 15 /* Target processor is little endian. */
cannam@85 16 #undef CPU_IS_LITTLE_ENDIAN
cannam@85 17
cannam@85 18 /* Major version of GCC or 3 otherwise. */
cannam@85 19 #undef GCC_MAJOR_VERSION
cannam@85 20
cannam@85 21 /* Define to 1 if you have the `alarm' function. */
cannam@85 22 #undef HAVE_ALARM
cannam@85 23
cannam@85 24 /* Define to 1 if you have the `calloc' function. */
cannam@85 25 #undef HAVE_CALLOC
cannam@85 26
cannam@85 27 /* Define to 1 if you have the `ceil' function. */
cannam@85 28 #undef HAVE_CEIL
cannam@85 29
cannam@85 30 /* Define to 1 if you have the <dlfcn.h> header file. */
cannam@85 31 #undef HAVE_DLFCN_H
cannam@85 32
cannam@85 33 /* Set to 1 if you have libfftw3. */
cannam@85 34 #undef HAVE_FFTW3
cannam@85 35
cannam@85 36 /* Define to 1 if you have the `floor' function. */
cannam@85 37 #undef HAVE_FLOOR
cannam@85 38
cannam@85 39 /* Define to 1 if you have the `fmod' function. */
cannam@85 40 #undef HAVE_FMOD
cannam@85 41
cannam@85 42 /* Define to 1 if you have the `free' function. */
cannam@85 43 #undef HAVE_FREE
cannam@85 44
cannam@85 45 /* Define to 1 if you have the <inttypes.h> header file. */
cannam@85 46 #undef HAVE_INTTYPES_H
cannam@85 47
cannam@85 48 /* Define to 1 if you have the `m' library (-lm). */
cannam@85 49 #undef HAVE_LIBM
cannam@85 50
cannam@85 51 /* Define if you have C99's lrint function. */
cannam@85 52 #undef HAVE_LRINT
cannam@85 53
cannam@85 54 /* Define if you have C99's lrintf function. */
cannam@85 55 #undef HAVE_LRINTF
cannam@85 56
cannam@85 57 /* Define to 1 if you have the `malloc' function. */
cannam@85 58 #undef HAVE_MALLOC
cannam@85 59
cannam@85 60 /* Define to 1 if you have the `memcpy' function. */
cannam@85 61 #undef HAVE_MEMCPY
cannam@85 62
cannam@85 63 /* Define to 1 if you have the `memmove' function. */
cannam@85 64 #undef HAVE_MEMMOVE
cannam@85 65
cannam@85 66 /* Define to 1 if you have the <memory.h> header file. */
cannam@85 67 #undef HAVE_MEMORY_H
cannam@85 68
cannam@85 69 /* Define if you have signal SIGALRM. */
cannam@85 70 #undef HAVE_SIGALRM
cannam@85 71
cannam@85 72 /* Define to 1 if you have the `signal' function. */
cannam@85 73 #undef HAVE_SIGNAL
cannam@85 74
cannam@85 75 /* Set to 1 if you have libsndfile. */
cannam@85 76 #undef HAVE_SNDFILE
cannam@85 77
cannam@85 78 /* Define to 1 if you have the <stdint.h> header file. */
cannam@85 79 #undef HAVE_STDINT_H
cannam@85 80
cannam@85 81 /* Define to 1 if you have the <stdlib.h> header file. */
cannam@85 82 #undef HAVE_STDLIB_H
cannam@85 83
cannam@85 84 /* Define to 1 if you have the <strings.h> header file. */
cannam@85 85 #undef HAVE_STRINGS_H
cannam@85 86
cannam@85 87 /* Define to 1 if you have the <string.h> header file. */
cannam@85 88 #undef HAVE_STRING_H
cannam@85 89
cannam@85 90 /* Define to 1 if you have the <sys/stat.h> header file. */
cannam@85 91 #undef HAVE_SYS_STAT_H
cannam@85 92
cannam@85 93 /* Define to 1 if you have the <sys/times.h> header file. */
cannam@85 94 #undef HAVE_SYS_TIMES_H
cannam@85 95
cannam@85 96 /* Define to 1 if you have the <sys/types.h> header file. */
cannam@85 97 #undef HAVE_SYS_TYPES_H
cannam@85 98
cannam@85 99 /* Define to 1 if you have the <unistd.h> header file. */
cannam@85 100 #undef HAVE_UNISTD_H
cannam@85 101
cannam@85 102 /* Define to the sub-directory in which libtool stores uninstalled libraries.
cannam@85 103 */
cannam@85 104 #undef LT_OBJDIR
cannam@85 105
cannam@85 106 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
cannam@85 107 #undef NO_MINUS_C_MINUS_O
cannam@85 108
cannam@85 109 /* Set to 1 if compiling for Win32 */
cannam@85 110 #undef OS_IS_WIN32
cannam@85 111
cannam@85 112 /* Name of package */
cannam@85 113 #undef PACKAGE
cannam@85 114
cannam@85 115 /* Define to the address where bug reports for this package should be sent. */
cannam@85 116 #undef PACKAGE_BUGREPORT
cannam@85 117
cannam@85 118 /* Define to the full name of this package. */
cannam@85 119 #undef PACKAGE_NAME
cannam@85 120
cannam@85 121 /* Define to the full name and version of this package. */
cannam@85 122 #undef PACKAGE_STRING
cannam@85 123
cannam@85 124 /* Define to the one symbol short name of this package. */
cannam@85 125 #undef PACKAGE_TARNAME
cannam@85 126
cannam@85 127 /* Define to the home page for this package. */
cannam@85 128 #undef PACKAGE_URL
cannam@85 129
cannam@85 130 /* Define to the version of this package. */
cannam@85 131 #undef PACKAGE_VERSION
cannam@85 132
cannam@85 133 /* The size of `double', as computed by sizeof. */
cannam@85 134 #undef SIZEOF_DOUBLE
cannam@85 135
cannam@85 136 /* The size of `float', as computed by sizeof. */
cannam@85 137 #undef SIZEOF_FLOAT
cannam@85 138
cannam@85 139 /* The size of `int', as computed by sizeof. */
cannam@85 140 #undef SIZEOF_INT
cannam@85 141
cannam@85 142 /* The size of `long', as computed by sizeof. */
cannam@85 143 #undef SIZEOF_LONG
cannam@85 144
cannam@85 145 /* Define to 1 if you have the ANSI C header files. */
cannam@85 146 #undef STDC_HEADERS
cannam@85 147
cannam@85 148 /* Version number of package */
cannam@85 149 #undef VERSION