X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=195733bd9c73d150168d7964b51cd2f8bc306215;hb=HEAD;hp=b553c6ec6a5c3c919774186e901a17aaf432a353;hpb=1517709438931d163e561b67991af15ec1d358c5;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index b553c6e..195733b 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -6,7 +6,7 @@ /* Version of the Glk specification implemented by this library */ #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define SUB_VERSION 3 +#define SUB_VERSION 4 /** * glk_gestalt: @@ -123,22 +123,23 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) case gestalt_UnicodeNorm: case gestalt_LineInputEcho: case gestalt_LineTerminators: + case gestalt_ResourceStream: return 1; - /* Capabilities supported if compiled with GStreamer */ + /* Capabilities supported if compiled with sound support */ case gestalt_Sound: case gestalt_SoundVolume: case gestalt_SoundNotify: case gestalt_SoundMusic: case gestalt_Sound2: -#ifdef GSTREAMER_SOUND +#ifdef HAVE_SOUND return 1; #else return 0; #endif /* Unsupported capabilities */ - /* none! */ + /* None! */ /* Selector not supported */ default: