/* include/sent/config.h.in. Generated automatically from configure.in by autoheader. */
/**
* @file libsent/include/sent/config.h
*
*
* @brief Environment configuration file
*
* This file contains symbol definitions to switch running environment
* and configuration of this library.
* This file was generated from config.h.in by @c configure,
* switching each definitions according to the arguments.
*
* The symboles above are defined by default when running @c configure
* with no argument.
* To see all definition in detail, please see the source code.
* @sa configure
*
*
* @brief 環境設定ファイル
*
* このファイルには動作環境や設定を表すシンボルの定義が含まれています.
* このファイルは config.h.in から @c configure の実行によって
* 自動的に生成されます.
*
* 上記の定義は, @c configure を引数無しで実行したときにデフォルトで
* 定義されるシンボルです.
* 全定義の詳細については, ソースコードを直接ご覧ください.
* @sa configure
* @sa configure.in
*
*
* @author Akinobu LEE
* @date Thu Feb 10 17:48:32 2005
*
* $Revision: 1.8 $
*
*/
/* Version string */
#undef LIBSENT_VERSION
/* Audio API name */
#undef AUDIO_API_NAME
/* Audio API description */
#undef AUDIO_API_DESC
/* Description of supported audio file formats */
#undef AUDIO_FORMAT_DESC
/* Description of gzip file reading method */
#undef GZIP_READING_DESC
/* Define to empty if the keyword does not work on your compiler. */
#undef const
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define if use microphone input */
#undef USE_MIC
/* Define if use Datlink/Netaudio input */
#undef USE_NETAUDIO
/* Define if libsndfile support is available */
#undef HAVE_LIBSNDFILE
/* Define for libsndfile support (ver.1) */
#undef HAVE_LIBSNDFILE_VER1
/* Define if you have spaudio library */
#undef USE_SPLIB
/* Define if you use integer word WORD_ID (for vocaburary of over 60k) */
#undef WORDS_INT
/* Define if you prefer addlog array function */
#undef USE_ADDLOG_ARRAY
/* Define if you use zcat command for compressed file input */
#undef ZCAT
/* Define if you have socklen definition */
#undef HAVE_SOCKLEN_T
/* Define if you have the header file. */
#undef HAVE_SNDFILE_H
/* Define if you have the header file. */
#undef HAVE_UNISTD_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have zlib library (-lz). */
#undef HAVE_ZLIB
/* Define if you have strcasecmp function */
#undef HAVE_STRCASECMP
/* Define if you have sleep function */
#undef HAVE_SLEEP
/* Define if you have iconv function */
#undef HAVE_ICONV
/* Define if you use libjcode */
#undef USE_LIBJCODE
/* Define if you allow class N-gram */
#undef CLASS_NGRAM
/* Define if you want to enable process forking for each adinnet connection */
#undef FORK_ADINNET
/* Define if use sin/cos table for MFCC calculation */
#undef MFCC_SINCOS_TABLE
/* Define if found */
#undef HAVE_SYS_SOUNDCARD_H
/* Define if found */
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define if found */
#undef HAVE_ALSA_ASOUNDLIB_H
/* Define if exist and not exist */
#undef HAVE_SYS_ASOUNDLIB_H
/* Define if exist */
#undef HAVE_ESD_H
/* Define if exist */
#undef HAVE_PULSE_SIMPLE_H
/* Define if enable alsa */
#undef HAS_ALSA
/* Define if enable oss */
#undef HAS_OSS
/* Define if enable pulseaudio */
#undef HAS_PULSEAUDIO
/* Define if enable esd */
#undef HAS_ESD
/* Define if MSD-HMM support is enabled */
#undef ENABLE_MSD