00001 /* include/sent/config.h. Generated automatically by configure. */ 00002 /* include/sent/config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00040 /* Define to empty if the keyword does not work on your compiler. */ 00041 /* #undef const */ 00042 00043 /* Define if you have the ANSI C header files. */ 00044 #define STDC_HEADERS 1 00045 00046 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ 00047 /* #undef WORDS_BIGENDIAN */ 00048 00049 /* Define if use microphone input */ 00050 #define USE_MIC 1 00051 00052 /* Define if use Datlink/Netaudio input */ 00053 /* #undef USE_NETAUDIO */ 00054 00055 /* Define if libsndfile support is available */ 00056 /* #undef HAVE_LIBSNDFILE */ 00057 00058 /* Define for libsndfile support (ver.1) */ 00059 /* #undef HAVE_LIBSNDFILE_VER1 */ 00060 00061 /* Define if you have spaudio library */ 00062 /* #undef USE_SPLIB */ 00063 00064 /* Define if you use integer word WORD_ID (for vocaburary of over 60k) */ 00065 /* #undef WORDS_INT */ 00066 00067 /* Define if you prefer addlog array function */ 00068 #define USE_ADDLOG_ARRAY 1 00069 00070 /* Define if you use zcat command for compressed file input */ 00071 /* #undef ZCAT */ 00072 00073 /* Define if you have socklen definition */ 00074 #define HAVE_SOCKLEN_T 1 00075 00076 /* Define if you have POSIX thread */ 00077 #define HAVE_PTHREAD 1 00078 00079 /* Define if you have the <sndfile.h> header file. */ 00080 /* #undef HAVE_SNDFILE_H */ 00081 00082 /* Define if you have the <unistd.h> header file. */ 00083 #define HAVE_UNISTD_H 1 00084 00085 /* Define if you have the nsl library (-lnsl). */ 00086 /* #undef HAVE_LIBNSL */ 00087 00088 /* Define if you have the socket library (-lsocket). */ 00089 /* #undef HAVE_LIBSOCKET */ 00090 00091 /* Define if you have zlib library (-lz). */ 00092 #define HAVE_ZLIB 1 00093 00094 /* Define if you have strcasecmp function */ 00095 #define HAVE_STRCASECMP 1 00096 00097 /* Define if you use character conversion function */ 00098 #define CHARACTER_CONVERSION 1 00099 00100 /* Define if you have iconv function */ 00101 #define HAVE_ICONV 1 00102 00103 /* Define if you use libjcode */ 00104 /* #undef USE_LIBJCODE */ 00105 00106 /* Define if you use Win32 character conversion API */ 00107 /* #undef USE_WIN32_MULTIBYTE */ 00108 00109 /* Define if you allow class N-gram */ 00110 #define CLASS_NGRAM 1 00111 00112 /* Define if you want to enable process forking for each adinnet connection */ 00113 /* #undef FORK_ADINNET */ 00114 00115 /* Define if use sin/cos table for MFCC calculation */ 00116 #define MFCC_SINCOS_TABLE 1 00117 00118 /* Define if compile as MULTIPATH version */ 00119 /* #undef MULTIPATH_VERSION */