| #include "speak_lib.h" | #include "speak_lib.h" | ||||
| #ifndef S_ISDIR | |||||
| #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) | |||||
| #endif | |||||
| // This version of the command-line speak program uses the | // This version of the command-line speak program uses the | ||||
| // libespeak.so.1 library | // libespeak.so.1 library | ||||
| #include "event.h" | #include "event.h" | ||||
| #include "wave.h" | #include "wave.h" | ||||
| #ifndef S_ISDIR | |||||
| #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) | |||||
| #endif | |||||
| unsigned char *outbuf=NULL; | unsigned char *outbuf=NULL; | ||||
| espeak_EVENT *event_list=NULL; | espeak_EVENT *event_list=NULL; |
| #include "voice.h" | #include "voice.h" | ||||
| #include "translate.h" | #include "translate.h" | ||||
| #ifndef S_ISDIR | |||||
| #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) | |||||
| #endif | |||||
| extern void Write4Bytes(FILE *f, int value); | extern void Write4Bytes(FILE *f, int value); |