Home | History | Annotate | Download | only in zlib

Lines Matching refs:makefixed

88 #ifdef MAKEFIXED
99 void makefixed OF((void));
304 #ifdef MAKEFIXED
308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
309 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
311 can simply call makefixed to do this:
313 void makefixed(void);
317 makefixed();
321 Then that can be linked with zlib built with MAKEFIXED defined and run:
325 void makefixed()
332 puts(" * Generated automatically by makefixed().");
363 #endif /* MAKEFIXED */