Home | History | Annotate | Download | only in zlib

Lines Matching refs:makefixed

88 #ifdef MAKEFIXED

98 void makefixed OF((void));
248 #ifdef MAKEFIXED
252 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
253 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
255 can simply call makefixed to do this:
257 void makefixed(void);
261 makefixed();
265 Then that can be linked with zlib built with MAKEFIXED defined and run:
269 void makefixed()
276 puts(" * Generated automatically by makefixed().");
307 #endif /* MAKEFIXED */