Julius 4.2
msvc/config/config-msvc-libsent.h
00001 /* Version string */
00002 #define LIBSENT_VERSION "4.1.5"
00003 
00004 /* Audio API name */
00005 #define AUDIO_API_NAME "pa-dsound"
00006 
00007 /* Audio API description */
00008 #define AUDIO_API_DESC "PortAudio library (DirectSound)"
00009 
00010 /* Description of supported audio file formats */
00011 #define AUDIO_FORMAT_DESC "WAV and RAW"
00012 
00013 /* Description of gzip file reading method */
00014 #define GZIP_READING_DESC "zlib"
00015 
00016 /* Define to empty if the keyword does not work on your compiler. */
00017 //#undef const
00018 
00019 /* Define if you have the ANSI C header files.   */
00020 #define STDC_HEADERS
00021 
00022 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).   */
00023 #undef WORDS_BIGENDIAN
00024 
00025 /* Define if use microphone input  */
00026 #define USE_MIC
00027 
00028 /* Define if use Datlink/Netaudio input  */
00029 #undef USE_NETAUDIO
00030 
00031 /* Define if libsndfile support is available */
00032 #undef HAVE_LIBSNDFILE
00033 
00034 /* Define for libsndfile support (ver.1)  */
00035 #undef HAVE_LIBSNDFILE_VER1
00036 
00037 /* Define if you have spaudio library  */
00038 #undef USE_SPLIB
00039 
00040 /* Define if you use integer word WORD_ID (for vocaburary of over 60k)  */
00041 #undef WORDS_INT
00042 
00043 /* Define if you prefer addlog array function */
00044 #define USE_ADDLOG_ARRAY
00045 
00046 /* Define if you use zcat command for compressed file input */
00047 #undef ZCAT
00048 
00049 /* Define if you have socklen definition */
00050 #undef HAVE_SOCKLEN_T
00051 
00052 /* Define if you have the <sndfile.h> header file.   */
00053 #undef HAVE_SNDFILE_H
00054 
00055 /* Define if you have the <unistd.h> header file.   */
00056 #undef HAVE_UNISTD_H
00057 
00058 /* Define if you have the nsl library (-lnsl).   */
00059 #undef HAVE_LIBNSL
00060 
00061 /* Define if you have the socket library (-lsocket).   */
00062 #undef HAVE_LIBSOCKET
00063 
00064 /* Define if you have zlib library (-lz).  */
00065 #define HAVE_ZLIB
00066 
00067 /* Define if you have strcasecmp function  */
00068 #undef HAVE_STRCASECMP
00069 
00070 /* Define if you have sleep function  */
00071 #undef HAVE_SLEEP
00072 
00073 /* Define if you have iconv function */
00074 #undef HAVE_ICONV
00075 
00076 /* Define if you use libjcode */
00077 #undef USE_LIBJCODE
00078 
00079 /* Define if you allow class N-gram  */
00080 #define CLASS_NGRAM
00081 
00082 /* Define if you want to enable process forking for each adinnet connection */
00083 #undef FORK_ADINNET
00084 
00085 /* Define if use sin/cos table for MFCC calculation  */
00086 #define MFCC_SINCOS_TABLE
00087 
00088 /* Define if <sys/soundcard.h> found */
00089 #undef HAVE_SYS_SOUNDCARD_H
00090 
00091 /* Define if <machine/soundcard.h> found */
00092 #undef HAVE_MACHINE_SOUNDCARD_H
00093 
00094 /* Define if <alsa/asoundlib.h> found */
00095 #undef HAVE_ALSA_ASOUNDLIB_H
00096 
00097 /* Define if <sys/asoundlib.h> exist and <alsa/asoundlib.h> not exist */
00098 #undef HAVE_SYS_ASOUNDLIB_H
00099 
00100 /* Define if <esd.h> exist  */
00101 #undef HAVE_ESD_H
00102 
00103 /* Define if <pulse/simple.h> exist  */
00104 #undef HAVE_PULSE_SIMPLE_H
00105 
00106 /* Define if MSD-HMM support is enabled */
00107 #undef ENABLE_MSD