]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/jpeg/jconfig.h
don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872...
[wxWidgets.git] / src / jpeg / jconfig.h
... / ...
CommitLineData
1/* This test added by JACS as a quick fix. What should we do
2 * to make it work with configure?
3 */
4
5#if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__DMC__)
6#include "jconfig.vc"
7#else
8
9/* jconfig.h. Generated automatically by configure. */
10/* jconfig.cfg --- source file edited by configure script */
11/* see jconfig.doc for explanations */
12
13/* If using MetroWerks on Mac define __WXMAC__ if it isn't already
14 FIXME: Is this necessary any longer? */
15#ifdef __MWERKS__
16#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
17# ifndef __WXMAC__
18# define __WWXMAC__
19# endif
20#endif
21#endif
22
23/* use wxWidgets' configure */
24#include "wx/setup.h"
25
26/* If using Metrowerks and not using configure-generated setup */
27#if defined(__MWERKS__) && !defined(__WX_SETUP_H__)
28#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
29
30# define USE_MAC_MEMMGR
31
32# ifdef __MACH__
33# include <ansi_prefix.mach.h>
34# include <msl_c_version.h>
35# include <stdint.h>
36# undef WCHAR_MAX
37# include <machine/ansi.h>
38# endif
39
40/* automatically includes MacHeaders */
41#elif (__MWERKS__ >= 0x0900) && __INTEL__
42 #define __WXMSW__
43#endif
44#endif
45
46#define HAVE_PROTOTYPES
47#define HAVE_UNSIGNED_CHAR
48#define HAVE_UNSIGNED_SHORT
49#undef void
50#undef const
51
52/* use wxWidgets' configure */
53/* #undef CHAR_IS_UNSIGNED */
54#ifdef __CHAR_UNSIGNED__
55 #ifndef CHAR_IS_UNSIGNED
56 #define CHAR_IS_UNSIGNED
57 #endif
58#else
59 #undef CHAR_IS_UNSIGNED
60#endif
61
62#define HAVE_STDDEF_H
63#define HAVE_STDLIB_H
64#undef NEED_BSD_STRINGS
65#undef NEED_SYS_TYPES_H
66#undef NEED_FAR_POINTERS
67#undef NEED_SHORT_EXTERNAL_NAMES
68/* Define this if you get warnings about undefined structures. */
69#undef INCOMPLETE_TYPES_BROKEN
70
71#ifdef JPEG_INTERNALS
72
73#undef RIGHT_SHIFT_IS_UNSIGNED
74
75/* use wxWidgets' configure */
76/* #define INLINE __inline__ */
77#if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
78#define INLINE
79#elif defined(__WATCOMC__)
80#define INLINE
81#else
82#define INLINE inline
83#endif
84
85/* These are for configuring the JPEG memory manager. */
86#undef DEFAULT_MAX_MEM
87#undef NO_MKTEMP
88
89#endif /* JPEG_INTERNALS */
90
91#ifdef JPEG_CJPEG_DJPEG
92
93#define BMP_SUPPORTED /* BMP image file format */
94#define GIF_SUPPORTED /* GIF image file format */
95#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
96#undef RLE_SUPPORTED /* Utah RLE image file format */
97#define TARGA_SUPPORTED /* Targa image file format */
98
99#undef TWO_FILE_COMMANDLINE
100#undef NEED_SIGNAL_CATCHER
101#undef DONT_USE_B_MODE
102
103/* Define this if you want percent-done progress reports from cjpeg/djpeg. */
104#undef PROGRESS_REPORT
105
106#endif /* JPEG_CJPEG_DJPEG */
107#endif
108 /* _MSC_VER */
109