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