SphinxBase 0.6

include/s60/sphinx_config.h

00001 /* include/sphinx_config.h, defaults for S60.  */
00002 /* sphinx_config.h: Externally visible configuration parameters for
00003  * SphinxBase.
00004  */
00005 
00006 /* Use S60 interface for sound I/O */
00007 #define AD_BACKEND_S60
00008 
00009 /* The size of `long', as computed by sizeof. */
00010 #define SIZEOF_LONG 4
00011 
00012 /* Define to 1 if the system has the type `long long'. */
00013 #define HAVE_LONG_LONG 1
00014 
00015 /* The size of `long long', as computed by sizeof. */
00016 #define SIZEOF_LONG_LONG 8
00017 
00018 /* Enable debugging output */
00019 #undef SPHINX_DEBUG
00020 
00021 /* Extension for executables */
00022 #define EXEEXT ".exe"
00023 
00024 /* Enable thread safety */
00025 #define ENABLE_THREADS 1
00026 
00027 /* Define to 1 if you have the <dlfcn.h> header file. */
00028 #define HAVE_DLFCN_H 1
00029 
00030 /* Define to 1 if you have the <inttypes.h> header file. */
00031 #define HAVE_INTTYPES_H 1
00032 
00033 /* Define to 1 if you have the `m' library (-lm). */
00034 #define HAVE_LIBM 1
00035 
00036 /* Define to 1 if you have the `pthread' library (-lpthread). */
00037 #define HAVE_LIBPTHREAD 1
00038 
00039 /* Define to 1 if you have the <memory.h> header file. */
00040 #define HAVE_MEMORY_H 1
00041 
00042 /* Define to 1 if you have the `perror' function. */
00043 #define HAVE_PERROR 1
00044 
00045 /* Define to 1 if you have the `popen' function. */
00046 #define HAVE_POPEN 1
00047 
00048 /* Define to 1 if you have the <pthread.h> header file. */
00049 #define HAVE_PTHREAD_H 1
00050 
00051 /* Define to 1 if you have the `snprintf' function. */
00052 #define HAVE_SNPRINTF 1
00053 
00054 /* Define to 1 if you have the <stdint.h> header file. */
00055 #define HAVE_STDINT_H 1
00056 
00057 /* Define to 1 if you have the <stdlib.h> header file. */
00058 #define HAVE_STDLIB_H 1
00059 
00060 /* Define to 1 if you have the <strings.h> header file. */
00061 #define HAVE_STRINGS_H 1
00062 
00063 /* Define to 1 if you have the <string.h> header file. */
00064 #define HAVE_STRING_H 1
00065 
00066 /* Define to 1 if you have the <sys/stat.h> header file. */
00067 #define HAVE_SYS_STAT_H 1
00068 
00069 /* Define to 1 if you have the <sys/types.h> header file. */
00070 #define HAVE_SYS_TYPES_H 1
00071 
00072 /* Define to 1 if you have the <unistd.h> header file. */
00073 #define HAVE_UNISTD_H 1
00074 
00075 /* Define as the return type of signal handlers (`int' or `void'). */
00076 #define RETSIGTYPE void
00077 
00078 /* Define to 1 if you have the ANSI C header files. */
00079 #define STDC_HEADERS 1
00080 
00081 /* Enable matrix algebra with LAPACK */
00082 #define WITH_LAPACK 1