source: OGRE/trunk/ogre_dependencies/Dependencies/include/il/config.h @ 692

Revision 692, 3.1 KB checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1/* include/IL/config.h.  Generated by configure.  */
2/* include/IL/config.h.in.  Generated from configure.in by autoheader.  */
3#ifndef __CONFIG_H__
4#define __CONFIG_H__
5
6/* Supported images formats (il) */
7
8/* #undef IL_NO_BMP */
9/* #undef IL_NO_CUT */
10/* #undef IL_NO_CHEAD */
11/* #undef IL_NO_DCX */
12/* #undef IL_NO_DDS */
13/* #undef IL_NO_DOOM */
14/* #undef IL_NO_GIF */
15/* #undef IL_NO_HDR */
16/* #undef IL_NO_ICO */
17/* #undef IL_NO_JPG */
18/*#undef IL_NO_LCMS*/
19/* #undef IL_NO_LIF */
20/* #undef IL_NO_MDL */
21/* #undef IL_NO_MNG */
22/* #undef IL_NO_PCD */
23/* #undef IL_NO_PCX */
24/* #undef IL_NO_PIC */
25/* #undef IL_NO_PIX */
26/* #undef IL_NO_PNG */
27/* #undef IL_NO_PNM */
28/* #undef IL_NO_PSD */
29/* #undef IL_NO_PSP */
30/* #undef IL_NO_PXR */
31/* #undef IL_NO_RAW */
32/* #undef IL_NO_SGI */
33/* #undef IL_NO_TGA */
34/* #undef IL_NO_TIF */
35/* #undef IL_NO_WAL */
36/* #undef IL_NO_XPM */
37#define IL_USE_JPEGLIB_UNMODIFIED 1
38
39/* Supported api (ilut) */
40
41
42//
43// sorry just
44// cant get this one to work under windows
45// have disabled for the now
46//
47// will look at it some more later
48//
49// Kriss
50//
51#undef ILUT_USE_ALLEGRO
52
53//#define ILUT_USE_DIRECTX8 1
54//#define ILUT_USE_DIRECTX9 1
55//#define ILUT_USE_OPENGL 1
56//#define ILUT_USE_SDL 1
57#define ILUT_USE_WIN32 1
58
59
60/* Define to 1 if you have the <dlfcn.h> header file. */
61#define HAVE_DLFCN_H 1
62
63/* Define to 1 if you have the <inttypes.h> header file. */
64#define HAVE_INTTYPES_H 1
65
66/* Define to 1 if you have the <memory.h> header file. */
67#define HAVE_MEMORY_H 1
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#define HAVE_STDINT_H 1
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#define HAVE_STDLIB_H 1
74
75/* Define to 1 if you have the <strings.h> header file. */
76#define HAVE_STRINGS_H 1
77
78/* Define to 1 if you have the <string.h> header file. */
79#define HAVE_STRING_H 1
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82//#define HAVE_SYS_STAT_H 1
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85//#define HAVE_SYS_TYPES_H 1
86
87/* Define to 1 if you have the <unistd.h> header file. */
88//#define HAVE_UNISTD_H 1
89
90/* Name of package */
91#define PACKAGE "DevIL"
92
93/* Define to the address where bug reports for this package should be sent. */
94#define PACKAGE_BUGREPORT ""
95
96/* Define to the full name of this package. */
97#define PACKAGE_NAME ""
98
99/* Define to the full name and version of this package. */
100#define PACKAGE_STRING ""
101
102/* Define to the one symbol short name of this package. */
103#define PACKAGE_TARNAME ""
104
105/* Define to the version of this package. */
106#define PACKAGE_VERSION ""
107
108/* Define to 1 if you have the ANSI C header files. */
109#define STDC_HEADERS 1
110
111/* Version number of package */
112#define VERSION "1.6.7"
113
114/* Define to 1 if your processor stores words with the most significant byte
115   first (like Motorola and SPARC, unlike Intel and VAX). */
116/* #undef WORDS_BIGENDIAN */
117
118/* If using Mac OS X uncomment this line */
119/* #include "macconfig.h" */
120
121/* Define to 1 if the X Window System is missing or not being used. */
122/* #undef X_DISPLAY_MISSING */
123#endif /* __CONFIG_H__ */
Note: See TracBrowser for help on using the repository browser.