src/java.desktop/share/native/libjavajpeg/jconfig.h
author jiefu
Fri, 15 Nov 2019 20:39:26 +0800
changeset 59110 8c4c358272a9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp Reviewed-by: zgu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/* jconfig.cfg --- source file edited by configure script */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
/* see jconfig.doc for explanations */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#define HAVE_PROTOTYPES
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#define HAVE_UNSIGNED_CHAR
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
#define HAVE_UNSIGNED_SHORT
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
#undef void
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
#undef const
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
#undef CHAR_IS_UNSIGNED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#define HAVE_STDDEF_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#define HAVE_STDLIB_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
#undef NEED_BSD_STRINGS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
#undef NEED_SYS_TYPES_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
#undef NEED_FAR_POINTERS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#define NEED_SHORT_EXTERNAL_NAMES
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
/* Define this if you get warnings about undefined structures. */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#undef INCOMPLETE_TYPES_BROKEN
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
#ifdef JPEG_INTERNALS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#undef RIGHT_SHIFT_IS_UNSIGNED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
/* These are for configuring the JPEG memory manager. */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#undef DEFAULT_MAX_MEM
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#undef NO_MKTEMP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
#endif /* JPEG_INTERNALS */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#ifdef JPEG_CJPEG_DJPEG
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#define BMP_SUPPORTED           /* BMP image file format */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#define GIF_SUPPORTED           /* GIF image file format */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
#define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#undef RLE_SUPPORTED            /* Utah RLE image file format */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
#define TARGA_SUPPORTED         /* Targa image file format */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
#undef TWO_FILE_COMMANDLINE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#undef NEED_SIGNAL_CATCHER
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#undef DONT_USE_B_MODE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
/* Define this if you want percent-done progress reports from cjpeg/djpeg. */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
#undef PROGRESS_REPORT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#endif /* JPEG_CJPEG_DJPEG */