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