1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Assertions */
7#undef ENABLE_ASSERTIONS
8
9/* Define to 1 if you have the <alloca.h> header file. */
10#undef HAVE_ALLOCA_H
11
12/* Define to 1 if you have the `clock_gettime' function. */
13#undef HAVE_CLOCK_GETTIME
14
15/* Define to 1 if you have the `clock_nanosleep' function. */
16#undef HAVE_CLOCK_NANOSLEEP
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if you have the `fmaxf' function. */
22#undef HAVE_FMAXF
23
24/* Define to 1 if you have the `fminf' function. */
25#undef HAVE_FMINF
26
27/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
28#undef HAVE_FSEEKO
29
30/* Define to 1 if you have the `inet_ntop' function. */
31#undef HAVE_INET_NTOP
32
33/* Define to 1 if you have the <inttypes.h> header file. */
34#undef HAVE_INTTYPES_H
35
36/* FLAC */
37#undef HAVE_LIBFLAC
38
39/* Define to 1 if you have the `sndio' library (-lsndio). */
40#undef HAVE_LIBSNDIO
41
42/* Define to 1 if you have the `winmm' library (-lwinmm). */
43#undef HAVE_LIBWINMM
44
45/* Define to 1 if you have the `lrintf' function. */
46#undef HAVE_LRINTF
47
48/* Define to 1 if you have the <machine/soundcard.h> header file. */
49#undef HAVE_MACHINE_SOUNDCARD_H
50
51/* Define to 1 if you have the `mach_absolute_time' function. */
52#undef HAVE_MACH_ABSOLUTE_TIME
53
54/* Define to 1 if you have the <memory.h> header file. */
55#undef HAVE_MEMORY_H
56
57/* Define to 1 if you have the `nanosleep' function. */
58#undef HAVE_NANOSLEEP
59
60/* Define if building with libpcap support */
61#undef HAVE_PCAP
62
63/* Define if building with socket support */
64#undef HAVE_SOCKETS
65
66/* Define to 1 if you have the <soundcard.h> header file. */
67#undef HAVE_SOUNDCARD_H
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#undef HAVE_STDINT_H
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
74
75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
77
78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the <sys/soundcard.h> header file. */
82#undef HAVE_SYS_SOUNDCARD_H
83
84/* Define to 1 if you have the <sys/stat.h> header file. */
85#undef HAVE_SYS_STAT_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have the <unistd.h> header file. */
91#undef HAVE_UNISTD_H
92
93/* Define to 1 if you have the `usleep' function. */
94#undef HAVE_USLEEP
95
96/* Define to the sub-directory where libtool stores uninstalled libraries. */
97#undef LT_OBJDIR
98
99/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the home page for this package. */
112#undef PACKAGE_URL
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
119
120/* Use C99 variable-size arrays */
121#undef VAR_ARRAYS
122
123/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
124   significant byte first (like Motorola and SPARC, unlike Intel). */
125#if defined AC_APPLE_UNIVERSAL_BUILD
126# if defined __BIG_ENDIAN__
127#  define WORDS_BIGENDIAN 1
128# endif
129#else
130# ifndef WORDS_BIGENDIAN
131#  undef WORDS_BIGENDIAN
132# endif
133#endif
134
135/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
136#undef _LARGEFILE_SOURCE
137
138/* Define to empty if `const' does not conform to ANSI C. */
139#undef const
140
141/* Define to `__inline__' or `__inline' if that's what the C compiler
142   calls it, or to nothing if 'inline' is not supported under any name.  */
143#ifndef __cplusplus
144#undef inline
145#endif
146
147/* Define to the equivalent of the C99 'restrict' keyword, or to
148   nothing if this is not supported.  Do not define if restrict is
149   supported directly.  */
150#undef restrict
151/* Work around a bug in Sun C++: it does not support _Restrict or
152   __restrict__, even though the corresponding Sun C compiler ends up with
153   "#define restrict _Restrict" or "#define restrict __restrict__" in the
154   previous line.  Perhaps some future version of Sun C++ will work with
155   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
156#if defined __SUNPRO_CC && !defined __RESTRICT
157# define _Restrict
158# define __restrict__
159#endif
160