* include/freetype/ftgasp.h, src/base/ftgasp.c: adding a
        new API FT_Get_Gasp to return entries of the GASP table
        corresponding to a given character pixel size.

        * src/sfnt/ttload.c: add version check for the GASP table,
        in order to be better future-proof

        * include/freetype/config/ftheader.h: add definition of
        FT_GASP_H, corresponding to <freetype/ftgasp.h>

        * src/base/rules.mk, src/base/Jamfile, modules.cfg,
        builds/win32/visualc/freetype.dsp,
        builds/win32/visualc/freetype.vcproj: Adding src/base/ftgasp.c
        to the default build
diff --git a/modules.cfg b/modules.cfg
index 26a7506..6c924c0 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -216,6 +216,10 @@
 # See include/freetype/ftlcdfil.h for the API.
 BASE_EXTENSIONS += ftlcdfil.c
 
+# Support for GASP table queries
+#
+# See include/freetype/ftgasp.h for the API
+BASE_EXTENSIONS += ftgasp.c
 
 ####
 #### The components `ftsystem.c' (for memory allocation and stream I/O