Home | History | Annotate | Download | only in include
      1 /* include/config.h.  Generated from config.h.in by configure.  */
      2 /* include/config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* Directory with aload* device files */
      5 #ifndef ALOAD_DEVICE_DIRECTORY
      6 #define ALOAD_DEVICE_DIRECTORY "/dev/"
      7 #endif
      8 
      9 /* directory containing ALSA configuration database */
     10 #ifndef ALSA_CONFIG_DIR
     11 #define ALSA_CONFIG_DIR "/usr/share/alsa"
     12 #endif
     13 
     14 /* Enable assert at error message handler */
     15 /* #undef ALSA_DEBUG_ASSERT */
     16 
     17 /* Directory with ALSA device files */
     18 #ifndef ALSA_DEVICE_DIRECTORY
     19 #define ALSA_DEVICE_DIRECTORY "/dev/snd/"
     20 #endif
     21 
     22 /* directory containing ALSA add-on modules */
     23 #ifndef ALSA_PLUGIN_DIR
     24 #define ALSA_PLUGIN_DIR "/usr/lib/alsa-lib"
     25 #endif
     26 
     27 /* Build hwdep component */
     28 #define BUILD_HWDEP "1"
     29 
     30 /* Build mixer component */
     31 #define BUILD_MIXER "1"
     32 
     33 /* Build PCM component */
     34 #define BUILD_PCM "1"
     35 
     36 /* Build PCM adpcm plugin */
     37 /* #undef BUILD_PCM_PLUGIN_ADPCM */
     38 
     39 /* Build PCM alaw plugin */
     40 /* #undef BUILD_PCM_PLUGIN_ALAW */
     41 
     42 /* Build PCM lfloat plugin */
     43 /* #undef BUILD_PCM_PLUGIN_LFLOAT */
     44 
     45 /* Build PCM mulaw plugin */
     46 /* #undef BUILD_PCM_PLUGIN_MULAW */
     47 
     48 /* Build PCM rate plugin */
     49 #define BUILD_PCM_PLUGIN_RATE "1"
     50 
     51 /* Build PCM route plugin */
     52 /* #undef BUILD_PCM_PLUGIN_ROUTE */
     53 
     54 /* Build raw MIDI component */
     55 /* #undef BUILD_RAWMIDI */
     56 
     57 /* Build sequencer component */
     58 /* #undef BUILD_SEQ */
     59 
     60 /* Have clock gettime */
     61 /* #undef HAVE_CLOCK_GETTIME */
     62 
     63 /* Define to 1 if you have the <dlfcn.h> header file. */
     64 #define HAVE_DLFCN_H 1
     65 
     66 /* Define to 1 if you have the <inttypes.h> header file. */
     67 #define HAVE_INTTYPES_H 1
     68 
     69 /* Have libdl */
     70 #define HAVE_LIBDL 1
     71 
     72 /* Have libpthread */
     73 #define HAVE_LIBPTHREAD 1
     74 
     75 /* Define to 1 if you have the `resmgr' library (-lresmgr). */
     76 /* #undef HAVE_LIBRESMGR */
     77 
     78 /* Have librt */
     79 /* #undef HAVE_LIBRT */
     80 
     81 /* Define to 1 if you have the <memory.h> header file. */
     82 #define HAVE_MEMORY_H 1
     83 
     84 /* Avoid calculation in float */
     85 #define HAVE_SOFT_FLOAT "1"
     86 
     87 /* Define to 1 if you have the <stdint.h> header file. */
     88 #define HAVE_STDINT_H 1
     89 
     90 /* Define to 1 if you have the <stdlib.h> header file. */
     91 #define HAVE_STDLIB_H 1
     92 
     93 /* Define to 1 if you have the <strings.h> header file. */
     94 #define HAVE_STRINGS_H 1
     95 
     96 /* Define to 1 if you have the <string.h> header file. */
     97 #define HAVE_STRING_H 1
     98 
     99 /* Define to 1 if you have the <sys/stat.h> header file. */
    100 #define HAVE_SYS_STAT_H 1
    101 
    102 /* Define to 1 if you have the <sys/types.h> header file. */
    103 #define HAVE_SYS_TYPES_H 1
    104 
    105 /* Define to 1 if you have the <unistd.h> header file. */
    106 #define HAVE_UNISTD_H 1
    107 
    108 /* Define to 1 if you have the <wordexp.h> header file. */
    109 /* #undef HAVE_WORDEXP_H */
    110 
    111 /* No assert debug */
    112 #ifndef NDEBUG
    113 #define NDEBUG
    114 #endif
    115 
    116 /* Name of package */
    117 #define PACKAGE "alsa-lib"
    118 
    119 /* Define to the address where bug reports for this package should be sent. */
    120 #define PACKAGE_BUGREPORT ""
    121 
    122 /* Define to the full name of this package. */
    123 #define PACKAGE_NAME ""
    124 
    125 /* Define to the full name and version of this package. */
    126 #define PACKAGE_STRING ""
    127 
    128 /* Define to the one symbol short name of this package. */
    129 #define PACKAGE_TARNAME ""
    130 
    131 /* Define to the version of this package. */
    132 #define PACKAGE_VERSION ""
    133 
    134 /* Define to 1 if you have the ANSI C header files. */
    135 #define STDC_HEADERS 1
    136 
    137 /* Support /dev/aload* access for auto-loading */
    138 #define SUPPORT_ALOAD "1"
    139 
    140 /* Support resmgr with alsa-lib */
    141 /* #undef SUPPORT_RESMGR */
    142 
    143 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    144 #define TIME_WITH_SYS_TIME 1
    145 
    146 /* directory to put tmp socket files */
    147 #define TMPDIR "/tmp"
    148 
    149 /* sound library version string */
    150 #define VERSION "1.0.16"
    151 
    152 /* compiled with versioned symbols */
    153 /* #undef VERSIONED_SYMBOLS */
    154 
    155 /* Toolchain Symbol Prefix */
    156 #define __SYMBOL_PREFIX ""
    157 
    158 /* Define to empty if `const' does not conform to ANSI C. */
    159 /* #undef const */
    160 
    161 /* Define to `__inline__' or `__inline' if that's what the C compiler
    162    calls it, or to nothing if 'inline' is not supported under any name.  */
    163 #ifndef __cplusplus
    164 /* #undef inline */
    165 #endif
    166