Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:outfile

294   FILE *outfile;
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfile, "#define void char\n");
326 fprintf(outfile, "/* #define const */\n");
328 fprintf(outfile, "#define const\n");
331 fprintf(outfile, "#undef CHAR_IS_UNSIGNED\n");
333 fprintf(outfile, "#define CHAR_IS_UNSIGNED\n");
335 fprintf(outfile, "#define HAVE_STDDEF_H\n");
337 fprintf(outfile, "#undef HAVE_STDDEF_H\n");
340 fprintf(outfile, "#define HAVE_STDLIB_H\n");
342 fprintf(outfile, "#undef HAVE_STDLIB_H\n");
345 fprintf(outfile, "#define NEED_BSD_STRINGS\n");
347 fprintf(outfile, "#undef NEED_BSD_STRINGS\n");
350 fprintf(outfile, "#define NEED_SYS_TYPES_H\n");
352 fprintf(outfile, "#undef NEED_SYS_TYPES_H\n");
354 fprintf(outfile, "#undef NEED_FAR_POINTERS\n");
356 fprintf(outfile, "#define NEED_SHORT_EXTERNAL_NAMES\n");
358 fprintf(outfile, "#undef NEED_SHORT_EXTERNAL_NAMES\n");
361 fprintf(outfile, "#define INCOMPLETE_TYPES_BROKEN\n");
363 fprintf(outfile, "#undef INCOMPLETE_TYPES_BROKEN\n");
365 fprintf(outfile, "\n#ifdef JPEG_INTERNALS\n\n");
367 fprintf(outfile, "#undef RIGHT_SHIFT_IS_UNSIGNED\n");
369 fprintf(outfile, "#define RIGHT_SHIFT_IS_UNSIGNED\n");
370 fprintf(outfile, "\n#endif /* JPEG_INTERNALS */\n");
371 fprintf(outfile, "\n#ifdef JPEG_CJPEG_DJPEG\n\n");
372 fprintf(outfile, "#define BMP_SUPPORTED /* BMP image file format */\n");
373 fprintf(outfile, "#define GIF_SUPPORTED /* GIF image file format */\n");
374 fprintf(outfile, "#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */\n");
375 fprintf(outfile, "#undef RLE_SUPPORTED /* Utah RLE image file format */\n");
376 fprintf(outfile, "#define TARGA_SUPPORTED /* Targa image file format */\n\n");
377 fprintf(outfile, "#undef TWO_FILE_COMMANDLINE /* You may need this on non-Unix systems */\n");
378 fprintf(outfile, "#undef NEED_SIGNAL_CATCHER /* Define this if you use jmemname.c */\n");
379 fprintf(outfile, "#undef DONT_USE_B_MODE\n");
380 fprintf(outfile, "/* #define PROGRESS_REPORT */ /* optional */\n");
381 fprintf(outfile, "\n#endif /* JPEG_CJPEG_DJPEG */\n");
384 fclose(outfile);