Julius 4.2
libsent/acconfig.h
00001 /* $Id: acconfig.h,v 1.1.1.1 2007/09/28 02:50:55 sumomo Exp $ */
00002 /* use microphone input */
00003 #undef USE_MIC
00004 
00005 /* use Datlink/Netaudio input */
00006 #undef USE_NETAUDIO
00007 
00008 /* libsndfile support */
00009 #undef HAVE_LIBSNDFILE
00010 
00011 /* use integer word WORD_ID (for over 60k word) */
00012 #undef WORDS_INT
00013 
00014 /* use addlog array */
00015 #undef USE_ADDLOG_ARRAY
00016 
00017 /* zcat command */
00018 #undef ZCAT
00019 
00020 /* have socklen */
00021 #undef HAVE_SOCKLEN_T
00022 
00023 /* have POSIX thread */
00024 #undef HAVE_PTHREAD