home *** CD-ROM | disk | FTP | other *** search
- diff -c old/jconfig.h new/jconfig.h
- *** old/jconfig.h Wed Nov 11 19:44:50 1992
- --- new/jconfig.h Thu Dec 17 00:11:26 1992
- ***************
- *** 89,98 ****
- * "far" pointers and to be allocated with a special version of malloc.)
- */
-
- #ifdef MSDOS
- #define NEED_FAR_POINTERS
- #endif
- !
-
- /* The next three symbols only affect the system-dependent user interface
- * modules (jcmain.c, jdmain.c). You can ignore these if you are supplying
- --- 89,99 ----
- * "far" pointers and to be allocated with a special version of malloc.)
- */
-
- + #if 0
- #ifdef MSDOS
- #define NEED_FAR_POINTERS
- #endif
- ! #endif
-
- /* The next three symbols only affect the system-dependent user interface
- * modules (jcmain.c, jdmain.c). You can ignore these if you are supplying
- diff -c old/jmemsys.h new/jmemsys.h
- *** old/jmemsys.h Mon Mar 02 09:19:24 1992
- --- new/jmemsys.h Thu Dec 17 05:00:46 1992
- ***************
- *** 50,56 ****
- --- 50,60 ----
- * On machines with flat address spaces, any large constant may be used here.
- */
-
- + #ifdef MSDOS
- + #define MAX_ALLOC_CHUNK 65440L /* leave room for malloc overhead */
- + #else
- #define MAX_ALLOC_CHUNK 1000000000L
- + #endif
-
- /*
- * This routine computes the total space available for allocation by
-