Home | History | Annotate | Download | only in zlib

Lines Matching refs:makefixed

88 #ifdef MAKEFIXED
98 void makefixed OF((void));
283 #ifdef MAKEFIXED
287 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
288 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
290 can simply call makefixed to do this:
292 void makefixed(void);
296 makefixed();
300 Then that can be linked with zlib built with MAKEFIXED defined and run:
304 void makefixed()
311 puts(" * Generated automatically by makefixed().");
342 #endif /* MAKEFIXED */