~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/jpeg/jwinfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */
 
2
/* see jconfig.doc for explanations */
 
3
 
 
4
/* this is a hack */
 
5
#define HAVE_BOOLEAN
 
6
#ifndef __RPCNDR_H__
 
7
typedef unsigned char boolean;
 
8
#endif
 
9
 
 
10
#define HAVE_PROTOTYPES
 
11
#define HAVE_UNSIGNED_CHAR
 
12
#define HAVE_UNSIGNED_SHORT
 
13
/* #define void char */
 
14
/* #define const */
 
15
#undef CHAR_IS_UNSIGNED
 
16
#define HAVE_STDDEF_H
 
17
#define HAVE_STDLIB_H
 
18
#undef NEED_BSD_STRINGS
 
19
#undef NEED_SYS_TYPES_H
 
20
#undef NEED_FAR_POINTERS        /* for small or medium memory model */
 
21
#undef NEED_SHORT_EXTERNAL_NAMES
 
22
#undef INCOMPLETE_TYPES_BROKEN
 
23
 
 
24
#ifdef JPEG_INTERNALS
 
25
 
 
26
#undef RIGHT_SHIFT_IS_UNSIGNED
 
27
 
 
28
#define USE_MSDOS_MEMANSI
 
29
 
 
30
#define MAX_ALLOC_CHUNK 65520L  /* Maximum request to malloc() */
 
31
 
 
32
#endif /* JPEG_INTERNALS */
 
33
 
 
34
#ifdef JPEG_CJPEG_DJPEG
 
35
 
 
36
#define BMP_SUPPORTED           /* BMP image file format */
 
37
#define GIF_SUPPORTED           /* GIF image file format */
 
38
#define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
 
39
#undef RLE_SUPPORTED            /* Utah RLE image file format */
 
40
#define TARGA_SUPPORTED         /* Targa image file format */
 
41
 
 
42
#define TWO_FILE_COMMANDLINE
 
43
#define USE_SETMODE             /* Microsoft has setmode() */
 
44
#define NEED_SIGNAL_CATCHER     /* Define this if you use jmemdos.c */
 
45
#undef DONT_USE_B_MODE
 
46
#undef PROGRESS_REPORT          /* optional */
 
47
 
 
48
#endif /* JPEG_CJPEG_DJPEG */