Lines Matching refs:FILE
5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
14 * compile the program, run it, and it will produce a "jconfig.h" file for
62 * defined only in the include file <sys/types.h>. If you get a failure
76 * to figure out which include file defines "size_t". Look for a line that
78 * that says "#include <someincludefile.h>" to instead include the file
294 FILE *outfile;
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");
383 /* Close the jconfig.h file */
388 printf("\nI have written the jconfig.h file for you.\n\n");
396 printf("\nYou'll need to change jconfig.h to include the system include file\n");