~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to include/IL/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#define IL_NO_JPG 1
 
18
#define IL_NO_LCMS 1
 
19
/* #undef IL_NO_LIF */
 
20
/* #undef IL_NO_MDL */
 
21
#define IL_NO_MNG 1
 
22
/* #undef IL_NO_PCD */
 
23
/* #undef IL_NO_PCX */
 
24
/* #undef IL_NO_PIC */
 
25
/* #undef IL_NO_PIX */
 
26
#define IL_NO_PNG 1
 
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
#define IL_NO_TIF 1
 
35
/* #undef IL_NO_WAL */
 
36
/* #undef IL_NO_XPM */
 
37
#define IL_USE_JPEGLIB_UNMODIFIED 1
 
38
 
 
39
/* Supported api (ilut) */
 
40
 
 
41
/* #undef ILUT_USE_ALLEGRO */
 
42
/* #undef ILUT_USE_DIRECTX8 */
 
43
#define ILUT_USE_OPENGL 1
 
44
/* #undef ILUT_USE_SDL */
 
45
/* #undef ILUT_USE_WIN32 */
 
46
 
 
47
 
 
48
/* Define to 1 if you have the <dlfcn.h> header file. */
 
49
#define HAVE_DLFCN_H 1
 
50
 
 
51
/* Define to 1 if you have the <inttypes.h> header file. */
 
52
#define HAVE_INTTYPES_H 1
 
53
 
 
54
/* Define to 1 if you have the <memory.h> header file. */
 
55
#define HAVE_MEMORY_H 1
 
56
 
 
57
/* Define to 1 if you have the <stdint.h> header file. */
 
58
#define HAVE_STDINT_H 1
 
59
 
 
60
/* Define to 1 if you have the <stdlib.h> header file. */
 
61
#define HAVE_STDLIB_H 1
 
62
 
 
63
/* Define to 1 if you have the <strings.h> header file. */
 
64
#define HAVE_STRINGS_H 1
 
65
 
 
66
/* Define to 1 if you have the <string.h> header file. */
 
67
#define HAVE_STRING_H 1
 
68
 
 
69
/* Define to 1 if you have the <sys/stat.h> header file. */
 
70
#define HAVE_SYS_STAT_H 1
 
71
 
 
72
/* Define to 1 if you have the <sys/types.h> header file. */
 
73
#define HAVE_SYS_TYPES_H 1
 
74
 
 
75
/* Define to 1 if you have the <unistd.h> header file. */
 
76
#define HAVE_UNISTD_H 1
 
77
 
 
78
/* Name of package */
 
79
#define PACKAGE "DevIL"
 
80
 
 
81
/* Define to the address where bug reports for this package should be sent. */
 
82
#define PACKAGE_BUGREPORT ""
 
83
 
 
84
/* Define to the full name of this package. */
 
85
#define PACKAGE_NAME ""
 
86
 
 
87
/* Define to the full name and version of this package. */
 
88
#define PACKAGE_STRING ""
 
89
 
 
90
/* Define to the one symbol short name of this package. */
 
91
#define PACKAGE_TARNAME ""
 
92
 
 
93
/* Define to the version of this package. */
 
94
#define PACKAGE_VERSION ""
 
95
 
 
96
/* Define to 1 if you have the ANSI C header files. */
 
97
#define STDC_HEADERS 1
 
98
 
 
99
/* Version number of package */
 
100
#define VERSION "1.6.7"
 
101
 
 
102
/* Define to 1 if your processor stores words with the most significant byte
 
103
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
104
#define WORDS_BIGENDIAN 1
 
105
 
 
106
/* Define to 1 if the X Window System is missing or not being used. */
 
107
/* #undef X_DISPLAY_MISSING */
 
108
#endif /* __CONFIG_H__ */