annotate src/opusfile-0.9/config.h.in @ 76:f3731af47c4b

No, that isn't going to end well. Back it out.
author Chris Cannam
date Sat, 16 Feb 2019 18:32:35 +0000
parents 7aeed7906520
children
rev   line source
Chris@69 1 /* config.h.in. Generated from configure.ac by autoheader. */
Chris@69 2
Chris@69 3 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@69 4 #undef HAVE_DLFCN_H
Chris@69 5
Chris@69 6 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@69 7 #undef HAVE_INTTYPES_H
Chris@69 8
Chris@69 9 /* Define to 1 if you have the <memory.h> header file. */
Chris@69 10 #undef HAVE_MEMORY_H
Chris@69 11
Chris@69 12 /* Define to 1 if you have the <stdint.h> header file. */
Chris@69 13 #undef HAVE_STDINT_H
Chris@69 14
Chris@69 15 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@69 16 #undef HAVE_STDLIB_H
Chris@69 17
Chris@69 18 /* Define to 1 if you have the <strings.h> header file. */
Chris@69 19 #undef HAVE_STRINGS_H
Chris@69 20
Chris@69 21 /* Define to 1 if you have the <string.h> header file. */
Chris@69 22 #undef HAVE_STRING_H
Chris@69 23
Chris@69 24 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@69 25 #undef HAVE_SYS_STAT_H
Chris@69 26
Chris@69 27 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@69 28 #undef HAVE_SYS_TYPES_H
Chris@69 29
Chris@69 30 /* Define to 1 if you have the <unistd.h> header file. */
Chris@69 31 #undef HAVE_UNISTD_H
Chris@69 32
Chris@69 33 /* Define to the sub-directory where libtool stores uninstalled libraries. */
Chris@69 34 #undef LT_OBJDIR
Chris@69 35
Chris@69 36 /* Disable floating-point API */
Chris@69 37 #undef OP_DISABLE_FLOAT_API
Chris@69 38
Chris@69 39 /* Enable assertions in code */
Chris@69 40 #undef OP_ENABLE_ASSERTIONS
Chris@69 41
Chris@69 42 /* Enable HTTP support */
Chris@69 43 #undef OP_ENABLE_HTTP
Chris@69 44
Chris@69 45 /* Enable fixed-point calculation */
Chris@69 46 #undef OP_FIXED_POINT
Chris@69 47
Chris@69 48 /* Enable use of lrintf function */
Chris@69 49 #undef OP_HAVE_LRINTF
Chris@69 50
Chris@69 51 /* Define to the address where bug reports for this package should be sent. */
Chris@69 52 #undef PACKAGE_BUGREPORT
Chris@69 53
Chris@69 54 /* Define to the full name of this package. */
Chris@69 55 #undef PACKAGE_NAME
Chris@69 56
Chris@69 57 /* Define to the full name and version of this package. */
Chris@69 58 #undef PACKAGE_STRING
Chris@69 59
Chris@69 60 /* Define to the one symbol short name of this package. */
Chris@69 61 #undef PACKAGE_TARNAME
Chris@69 62
Chris@69 63 /* Define to the home page for this package. */
Chris@69 64 #undef PACKAGE_URL
Chris@69 65
Chris@69 66 /* Define to the version of this package. */
Chris@69 67 #undef PACKAGE_VERSION
Chris@69 68
Chris@69 69 /* Define to 1 if you have the ANSI C header files. */
Chris@69 70 #undef STDC_HEADERS
Chris@69 71
Chris@69 72 /* Define this if the compiler supports __attribute__((
Chris@69 73 ifelse([visibility("default")], , [visibility_default],
Chris@69 74 [visibility("default")]) )) */
Chris@69 75 #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT
Chris@69 76
Chris@69 77 /* Define this if the compiler supports the -fvisibility flag */
Chris@69 78 #undef SUPPORT_FLAG_VISIBILITY
Chris@69 79
Chris@69 80 /* Enable extensions on AIX 3, Interix. */
Chris@69 81 #ifndef _ALL_SOURCE
Chris@69 82 # undef _ALL_SOURCE
Chris@69 83 #endif
Chris@69 84 /* Enable GNU extensions on systems that have them. */
Chris@69 85 #ifndef _GNU_SOURCE
Chris@69 86 # undef _GNU_SOURCE
Chris@69 87 #endif
Chris@69 88 /* Enable threading extensions on Solaris. */
Chris@69 89 #ifndef _POSIX_PTHREAD_SEMANTICS
Chris@69 90 # undef _POSIX_PTHREAD_SEMANTICS
Chris@69 91 #endif
Chris@69 92 /* Enable extensions on HP NonStop. */
Chris@69 93 #ifndef _TANDEM_SOURCE
Chris@69 94 # undef _TANDEM_SOURCE
Chris@69 95 #endif
Chris@69 96 /* Enable general extensions on Solaris. */
Chris@69 97 #ifndef __EXTENSIONS__
Chris@69 98 # undef __EXTENSIONS__
Chris@69 99 #endif
Chris@69 100
Chris@69 101
Chris@69 102 /* Enable large inode numbers on Mac OS X 10.5. */
Chris@69 103 #ifndef _DARWIN_USE_64_BIT_INODE
Chris@69 104 # define _DARWIN_USE_64_BIT_INODE 1
Chris@69 105 #endif
Chris@69 106
Chris@69 107 /* Number of bits in a file offset, on hosts where this is settable. */
Chris@69 108 #undef _FILE_OFFSET_BITS
Chris@69 109
Chris@69 110 /* Define for large files, on AIX-style hosts. */
Chris@69 111 #undef _LARGE_FILES
Chris@69 112
Chris@69 113 /* Define to 1 if on MINIX. */
Chris@69 114 #undef _MINIX
Chris@69 115
Chris@69 116 /* Define to 2 if the system does not provide POSIX.1 features except with
Chris@69 117 this defined. */
Chris@69 118 #undef _POSIX_1_SOURCE
Chris@69 119
Chris@69 120 /* Define to 1 if you need to in order for `stat' and other things to work. */
Chris@69 121 #undef _POSIX_SOURCE
Chris@69 122
Chris@69 123 /* We need at least WindowsXP for getaddrinfo/freeaddrinfo */
Chris@69 124 #undef _WIN32_WINNT