Home | History | Annotate | Download | only in zlib

Lines Matching defs:makefixed

90 #ifdef MAKEFIXED
295 #ifdef MAKEFIXED
299 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
300 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
302 can simply call makefixed to do this:
304 void makefixed(void);
308 makefixed();
312 Then that can be linked with zlib built with MAKEFIXED defined and run:
316 void makefixed(void)
323 puts(" * Generated automatically by makefixed().");
354 #endif /* MAKEFIXED */