1/* include/aconfig.h. Generated from aconfig.h.in by configure. */ 2/* include/aconfig.h.in. Generated from configure.ac by autoheader. */ 3 4/* directory containing ALSA topology pre-process plugins */ 5#define ALSA_TOPOLOGY_PLUGIN_DIR "/home/xuxuehai/code/alsa-utils-1.2.11/build/lib/alsa-topology" 6 7/* directory containing alsa configuration */ 8#define DATADIR "/home/xuxuehai/code/alsa-utils-1.2.11/build/share/alsa" 9 10/* Define to 1 if translation of program messages to the user's native 11 language is requested. */ 12#define ENABLE_NLS 1 13 14/* Define if curses-based programs can show translated messages. */ 15#define ENABLE_NLS_IN_CURSES 1 16 17/* Define to 1 if you have the <alsa/mixer.h> header file. */ 18#define HAVE_ALSA_MIXER_H 1 19 20/* Define to 1 if you have the <alsa/pcm.h> header file. */ 21#define HAVE_ALSA_PCM_H 1 22 23/* Define to 1 if you have the <alsa/rawmidi.h> header file. */ 24#define HAVE_ALSA_RAWMIDI_H 1 25 26/* Define to 1 if you have the <alsa/seq.h> header file. */ 27#define HAVE_ALSA_SEQ_H 1 28 29/* Define to 1 if you have the <alsa/topology.h> header file. */ 30#define HAVE_ALSA_TOPOLOGY_H 1 31 32/* Define to 1 if you have the <alsa/use-case.h> header file. */ 33#define HAVE_ALSA_USE_CASE_H 1 34 35/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the 36 CoreFoundation framework. */ 37/* #undef HAVE_CFLOCALECOPYCURRENT */ 38 39/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 40 the CoreFoundation framework. */ 41/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 42 43/* Have clock gettime */ 44#define HAVE_CLOCK_GETTIME 1 45 46/* Have curses set_escdelay */ 47#define HAVE_CURSES_ESCDELAY 1 48 49/* Define if the GNU dcgettext() function is already present or preinstalled. 50 */ 51#define HAVE_DCGETTEXT 1 52 53/* Define to 1 if you have the <dlfcn.h> header file. */ 54#define HAVE_DLFCN_H 1 55 56/* Define to 1 if you have the <form.h> header file. */ 57#define HAVE_FORM_H 1 58 59/* Define if the GNU gettext() function is already present or preinstalled. */ 60#define HAVE_GETTEXT 1 61 62/* Define if you have the iconv() function and it works. */ 63/* #undef HAVE_ICONV */ 64 65/* Define to 1 if you have the <inttypes.h> header file. */ 66#define HAVE_INTTYPES_H 1 67 68/* Define to 1 if you have the `asound' library (-lasound). */ 69#define HAVE_LIBASOUND 1 70 71/* Define to 1 if you have the `atopology' library (-latopology). */ 72#define HAVE_LIBATOPOLOGY 1 73 74/* Define to 1 if you have the `fftw3f' library (-lfftw3f). */ 75/* #undef HAVE_LIBFFTW3F */ 76 77/* Define to 1 if you have the `m' library (-lm). */ 78#define HAVE_LIBM 1 79 80/* Define to 1 if you have the `pthread' library (-lpthread). */ 81#define HAVE_LIBPTHREAD 1 82 83/* Have librt */ 84#define HAVE_LIBRT 1 85 86/* Define to 1 if you have the `tinyalsa' library (-ltinyalsa). */ 87/* #undef HAVE_LIBTINYALSA */ 88 89/* Define to 1 if you have the <malloc.h> header file. */ 90#define HAVE_MALLOC_H 1 91 92/* Define if Linux kernel supports memfd_create system call */ 93#define HAVE_MEMFD_CREATE 1 94 95/* Define to 1 if you have the <memory.h> header file. */ 96#define HAVE_MEMORY_H 1 97 98/* Define to 1 if you have the <menu.h> header file. */ 99#define HAVE_MENU_H 1 100 101/* Define to 1 if you have the <panel.h> header file. */ 102#define HAVE_PANEL_H 1 103 104/* Define to 1 if you have the <samplerate.h> header file. */ 105/* #undef HAVE_SAMPLERATE_H */ 106 107/* alsa-lib supports snd_seq_client_info_get_card */ 108#define HAVE_SEQ_CLIENT_INFO_GET_CARD 1 109 110/* alsa-lib supports snd_seq_client_info_get_midi_version */ 111/* #undef HAVE_SEQ_CLIENT_INFO_GET_MIDI_VERSION */ 112 113/* alsa-lib supports snd_seq_client_info_get_pid */ 114#define HAVE_SEQ_CLIENT_INFO_GET_PID 1 115 116/* Define to 1 if you have the <stdint.h> header file. */ 117#define HAVE_STDINT_H 1 118 119/* Define to 1 if you have the <stdlib.h> header file. */ 120#define HAVE_STDLIB_H 1 121 122/* Define to 1 if you have the <strings.h> header file. */ 123#define HAVE_STRINGS_H 1 124 125/* Define to 1 if you have the <string.h> header file. */ 126#define HAVE_STRING_H 1 127 128/* Define to 1 if you have the <sys/stat.h> header file. */ 129#define HAVE_SYS_STAT_H 1 130 131/* Define to 1 if you have the <sys/types.h> header file. */ 132#define HAVE_SYS_TYPES_H 1 133 134/* Define to 1 if you have the <unistd.h> header file. */ 135#define HAVE_UNISTD_H 1 136 137/* Define to the sub-directory where libtool stores uninstalled libraries. */ 138#define LT_OBJDIR ".libs/" 139 140/* Name of package */ 141#define PACKAGE "alsa-utils" 142 143/* Define to the address where bug reports for this package should be sent. */ 144#define PACKAGE_BUGREPORT "" 145 146/* Define to the full name of this package. */ 147#define PACKAGE_NAME "alsa-utils" 148 149/* Define to the full name and version of this package. */ 150#define PACKAGE_STRING "alsa-utils 1.2.11" 151 152/* Define to the one symbol short name of this package. */ 153#define PACKAGE_TARNAME "alsa-utils" 154 155/* Define to the home page for this package. */ 156#define PACKAGE_URL "" 157 158/* Define to the version of this package. */ 159#define PACKAGE_VERSION "1.2.11" 160 161/* directory containing sample data */ 162#define SOUNDSDIR "/home/xuxuehai/code/alsa-utils-1.2.11/build/share/sounds/alsa" 163 164/* Define to 1 if you have the ANSI C header files. */ 165#define STDC_HEADERS 1 166 167/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 168#define TIME_WITH_SYS_TIME 1 169 170/* ALSA util version */ 171#define VERSION "1.2.11" 172 173/* Define if FFADO library is available */ 174/* #undef WITH_FFADO */ 175 176/* Enable large inode numbers on Mac OS X 10.5. */ 177#ifndef _DARWIN_USE_64_BIT_INODE 178# define _DARWIN_USE_64_BIT_INODE 1 179#endif 180 181/* Number of bits in a file offset, on hosts where this is settable. */ 182/* #undef _FILE_OFFSET_BITS */ 183 184/* Define for large files, on AIX-style hosts. */ 185/* #undef _LARGE_FILES */ 186 187/* Define to empty if `const' does not conform to ANSI C. */ 188/* #undef const */ 189 190/* Define to `__inline__' or `__inline' if that's what the C compiler 191 calls it, or to nothing if 'inline' is not supported under any name. */ 192#ifndef __cplusplus 193/* #undef inline */ 194#endif 195