~ubuntu-branches/ubuntu/feisty/libxfont/feisty-security

« back to all changes in this revision

Viewing changes to src/fontfile/ffcheck.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    BitmapRegisterFontFileFunctions ();
126
126
 
127
127
 
128
 
#ifndef CRAY
129
 
#ifdef BUILD_SPEEDO
 
128
#ifdef XFONT_SPEEDO
130
129
    SpeedoRegisterFontFileFunctions ();
131
130
#endif
132
 
#ifdef BUILD_TYPE1
 
131
#ifdef XFONT_TYPE1
133
132
    Type1RegisterFontFileFunctions();
134
133
#endif
135
 
#endif
136
 
#ifdef BUILD_CID
 
134
#ifdef XFONT_CID
137
135
    CIDRegisterFontFileFunctions();
138
136
#endif
139
 
#ifdef BUILD_FREETYPE
 
137
#ifdef XFONT_FREETYPE
140
138
    FreeTypeRegisterFontFileFunctions();
141
139
#endif
142
140