1 /* 2 * ALSA utils header file include/aconfig.h 3 * Copyright (c) 2022 by Allen Riemann Free Software Foundation, Inc. 4 * 5 * This library is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU Lesser General Public License as 7 * published by the Free Software Foundation; either version 2.1 of 8 * the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU Lesser General Public License for more details. 14 * 15 * You should have received a copy of the GNU Lesser General Public 16 * License along with this library; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * 19 */ 20 21 #ifndef __ACONFIG_H 22 #define __ACONFIG_H 23 24 /* directory containing alsa configuration */ 25 #define DATADIR "/system/etc/audio/alsa/share/" 26 27 /* Define to 1 if translation of program messages to the user's native 28 language is requested. */ 29 /* #undef ENABLE_NLS */ 30 31 /* Define if curses-based programs can show translated messages. */ 32 /* #undef ENABLE_NLS_IN_CURSES */ 33 34 /* Define to 1 if you have the <alsa/mixer.h> header file. */ 35 #define HAVE_ALSA_MIXER_H 1 36 37 /* Define to 1 if you have the <alsa/pcm.h> header file. */ 38 #define HAVE_ALSA_PCM_H 1 39 40 /* Define to 1 if you have the <alsa/rawmidi.h> header file. */ 41 #define HAVE_ALSA_RAWMIDI_H 1 42 43 /* Define to 1 if you have the <alsa/seq.h> header file. */ 44 #define HAVE_ALSA_SEQ_H 1 45 46 /* Define to 1 if you have the <alsa/topology.h> header file. */ 47 #define HAVE_ALSA_TOPOLOGY_H 1 48 49 /* Define to 1 if you have the <alsa/use-case.h> header file. */ 50 #define HAVE_ALSA_USE_CASE_H 1 51 52 /* Define to 1 if you have the Mac OS X function 53 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 54 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 55 56 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 57 the CoreFoundation framework. */ 58 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 59 60 /* Have clock gettime */ 61 #define HAVE_CLOCK_GETTIME 1 62 63 /* Have curses set_escdelay */ 64 /* #undef HAVE_CURSES_ESCDELAY */ 65 66 /* Define if the GNU dcgettext() function is already present or preinstalled. 67 */ 68 /* #undef HAVE_DCGETTEXT */ 69 70 /* Define to 1 if you have the <form.h> header file. */ 71 /* #undef HAVE_FORM_H */ 72 73 /* Define if the GNU gettext() function is already present or preinstalled. */ 74 /* #undef HAVE_GETTEXT */ 75 76 /* Define if you have the iconv() function and it works. */ 77 /* #undef HAVE_ICONV */ 78 79 /* Define to 1 if you have the <inttypes.h> header file. */ 80 /* #undef HAVE_INTTYPES_H */ 81 82 /* Define to 1 if you have the `asound' library (-lasound). */ 83 #define HAVE_LIBASOUND 1 84 85 /* Define to 1 if you have the `atopology' library (-latopology). */ 86 #define HAVE_LIBATOPOLOGY 1 87 88 /* Define to 1 if you have the `fftw3f' library (-lfftw3f). */ 89 /* #undef HAVE_LIBFFTW3F */ 90 91 /* Define to 1 if you have the `m' library (-lm). */ 92 #define HAVE_LIBM 1 93 94 /* Define to 1 if you have the `pthread' library (-lpthread). */ 95 #define HAVE_LIBPTHREAD 1 96 97 /* Have librt */ 98 #define HAVE_LIBRT 1 99 100 /* Define to 1 if you have the `tinyalsa' library (-ltinyalsa). */ 101 /* #undef HAVE_LIBTINYALSA */ 102 103 /* Define if Linux kernel supports memfd_create system call */ 104 #define HAVE_MEMFD_CREATE 1 105 106 /* Define to 1 if you have the <memory.h> header file. */ 107 /* #undef HAVE_MEMORY_H */ 108 109 /* Define to 1 if you have the <menu.h> header file. */ 110 /* #undef HAVE_MENU_H */ 111 112 /* Define to 1 if you have the <panel.h> header file. */ 113 /* #undef HAVE_PANEL_H */ 114 115 /* Define to 1 if you have the <samplerate.h> header file. */ 116 /* #undef HAVE_SAMPLERATE_H */ 117 118 /* alsa-lib supports snd_seq_client_info_get_card */ 119 #define HAVE_SEQ_CLIENT_INFO_GET_CARD 1 120 121 /* alsa-lib supports snd_seq_client_info_get_pid */ 122 #define HAVE_SEQ_CLIENT_INFO_GET_PID 1 123 124 /* Define to 1 if you have the <stdint.h> header file. */ 125 /* #undef HAVE_STDINT_H */ 126 127 /* Define to 1 if you have the <stdlib.h> header file. */ 128 /* #undef HAVE_STDLIB_H */ 129 130 /* Define to 1 if you have the <strings.h> header file. */ 131 /* #undef HAVE_STRINGS_H */ 132 133 /* Define to 1 if you have the <string.h> header file. */ 134 /* #undef HAVE_STRING_H */ 135 136 /* Define to 1 if you have the <sys/stat.h> header file. */ 137 /* #undef HAVE_SYS_STAT_H */ 138 139 /* Define to 1 if you have the <sys/types.h> header file. */ 140 /* #undef HAVE_SYS_TYPES_H */ 141 142 /* Define to 1 if you have the <unistd.h> header file. */ 143 /* #undef HAVE_UNISTD_H */ 144 145 /* Name of package */ 146 #define PACKAGE "alsa-utils" 147 148 /* Define to the address where bug reports for this package should be sent. */ 149 #define PACKAGE_BUGREPORT "" 150 151 /* Define to the full name of this package. */ 152 #define PACKAGE_NAME "alsa-utils" 153 154 /* Define to the full name and version of this package. */ 155 #define PACKAGE_STRING "alsa-utils 1.2.6" 156 157 /* Define to the one symbol short name of this package. */ 158 #define PACKAGE_TARNAME "alsa-utils" 159 160 /* Define to the home page for this package. */ 161 #define PACKAGE_URL "" 162 163 /* Define to the version of this package. */ 164 #define PACKAGE_VERSION "1.2.6" 165 166 /* directory containing sample data */ 167 #define SOUNDSDIR "/system/etc/audio/alsa/share/sounds/" 168 169 /* Define to 1 if you have the ANSI C header files. */ 170 #define STDC_HEADERS 1 171 172 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 173 #define TIME_WITH_SYS_TIME 1 174 175 /* ALSA util version */ 176 #define VERSION "1.2.6" 177 178 /* Define if FFADO library is available */ 179 /* #undef WITH_FFADO */ 180 181 /* Define for large files, on AIX-style hosts. */ 182 /* #undef _LARGE_FILES */ 183 184 /* Define to empty if `const' does not conform to ANSI C. */ 185 /* #undef const */ 186 187 /* Define to `__inline__' or `__inline' if that's what the C compiler 188 calls it, or to nothing if 'inline' is not supported under any name. */ 189 #ifndef __cplusplus 190 /* #undef inline */ 191 #endif 192 193 #endif /* __ACONFIG_H */ 194