Changeset 362

Show
Ignore:
Timestamp:
01/27/07 17:56:41 (2 years ago)
Author:
goodea
Message:

eliminate more scanf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jpeg-6b/Makefile

    r255 r362  
    1111 
    1212INCLUDES = jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ 
    13         jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h 
     13        jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h jconfig.h 
    1414 
    1515 
  • trunk/lib/jpeg-6b/jconfig.h

    r199 r362  
    2222 * #define the symbol if yes, #undef it if no. 
    2323 */ 
     24 
     25/* 
     26 * Don't use getenv, we are embedded. 
     27 */ 
     28#define NO_GETENV 
    2429 
    2530/* Does your compiler support function prototypes?