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