resetting manifest requested domain to floor
[platform/upstream/alsa-utils.git] / include / aconfig.h.in
1 /* include/aconfig.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* directory containing alsa configuration */
4 #undef DATADIR
5
6 /* Define to 1 if translation of program messages to the user's native
7    language is requested. */
8 #undef ENABLE_NLS
9
10 /* Define if curses-based programs can show translated messages. */
11 #undef ENABLE_NLS_IN_CURSES
12
13 /* Define to 1 if you have the <alsa/mixer.h> header file. */
14 #undef HAVE_ALSA_MIXER_H
15
16 /* Define to 1 if you have the <alsa/pcm.h> header file. */
17 #undef HAVE_ALSA_PCM_H
18
19 /* Define to 1 if you have the <alsa/rawmidi.h> header file. */
20 #undef HAVE_ALSA_RAWMIDI_H
21
22 /* Define to 1 if you have the <alsa/seq.h> header file. */
23 #undef HAVE_ALSA_SEQ_H
24
25 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
26    CoreFoundation framework. */
27 #undef HAVE_CFLOCALECOPYCURRENT
28
29 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30    the CoreFoundation framework. */
31 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
32
33 /* Have clock gettime */
34 #undef HAVE_CLOCK_GETTIME
35
36 /* Have curses set_escdelay */
37 #undef HAVE_CURSES_ESCDELAY
38
39 /* Define if the GNU dcgettext() function is already present or preinstalled.
40    */
41 #undef HAVE_DCGETTEXT
42
43 /* Define to 1 if you have the <form.h> header file. */
44 #undef HAVE_FORM_H
45
46 /* Define if the GNU gettext() function is already present or preinstalled. */
47 #undef HAVE_GETTEXT
48
49 /* Define if you have the iconv() function and it works. */
50 #undef HAVE_ICONV
51
52 /* Define to 1 if you have the <inttypes.h> header file. */
53 #undef HAVE_INTTYPES_H
54
55 /* Define to 1 if you have the `asound' library (-lasound). */
56 #undef HAVE_LIBASOUND
57
58 /* Have librt */
59 #undef HAVE_LIBRT
60
61 /* Define to 1 if you have the <memory.h> header file. */
62 #undef HAVE_MEMORY_H
63
64 /* Define to 1 if you have the <menu.h> header file. */
65 #undef HAVE_MENU_H
66
67 /* Define to 1 if you have the <panel.h> header file. */
68 #undef HAVE_PANEL_H
69
70 /* Define to 1 if you have the <samplerate.h> header file. */
71 #undef HAVE_SAMPLERATE_H
72
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #undef HAVE_STDINT_H
75
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #undef HAVE_STDLIB_H
78
79 /* Define to 1 if you have the <strings.h> header file. */
80 #undef HAVE_STRINGS_H
81
82 /* Define to 1 if you have the <string.h> header file. */
83 #undef HAVE_STRING_H
84
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #undef HAVE_SYS_STAT_H
87
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #undef HAVE_SYS_TYPES_H
90
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #undef HAVE_UNISTD_H
93
94 /* Name of package */
95 #undef PACKAGE
96
97 /* Define to the address where bug reports for this package should be sent. */
98 #undef PACKAGE_BUGREPORT
99
100 /* Define to the full name of this package. */
101 #undef PACKAGE_NAME
102
103 /* Define to the full name and version of this package. */
104 #undef PACKAGE_STRING
105
106 /* Define to the one symbol short name of this package. */
107 #undef PACKAGE_TARNAME
108
109 /* Define to the home page for this package. */
110 #undef PACKAGE_URL
111
112 /* Define to the version of this package. */
113 #undef PACKAGE_VERSION
114
115 /* directory containing sample data */
116 #undef SOUNDSDIR
117
118 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS
120
121 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
122 #undef TIME_WITH_SYS_TIME
123
124 /* ALSA util version */
125 #undef VERSION
126
127 /* Enable large inode numbers on Mac OS X 10.5.  */
128 #ifndef _DARWIN_USE_64_BIT_INODE
129 # define _DARWIN_USE_64_BIT_INODE 1
130 #endif
131
132 /* Number of bits in a file offset, on hosts where this is settable. */
133 #undef _FILE_OFFSET_BITS
134
135 /* Define for large files, on AIX-style hosts. */
136 #undef _LARGE_FILES
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