~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to win32/vc9/win-config.h

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef WINCONFIG_H
 
2
#define WINCONFIG_H
 
3
 
 
4
/* Are we building win32 native version. */
 
5
#define BUILD_WINDOWS_VERSION 1
 
6
 
 
7
/* Are we using native api for dll management */
 
8
#define DLL_USE_NATIVE_API 1
 
9
 
 
10
/* Are we building an executable to be included in MacOS/X .app bundle? */
 
11
#undef BUILD_MAC_BUNDLE
 
12
 
 
13
/* ColorManagementInclude */
 
14
#define CMS_INC "lcms.h"
 
15
 
 
16
/* ColorManagement (LittleCms) */
 
17
#define HAVE_CMS 1
 
18
 
 
19
/* ColorManagement (LittleCms 2.1) */
 
20
#define HAVE_LCMS21 1
 
21
 
 
22
/* ColorManagement (Windows) */
 
23
#define HAVE_ICM 1
 
24
 
 
25
/* Can we use unicode functions (Windows) */
 
26
#define HAVE_UNICODE 1
 
27
 
 
28
/* Define if you have the CoreAudio API */
 
29
#undef HAVE_COREAUDIO
 
30
 
 
31
/* Define to 1 if you have the <crt_externs.h> header file. */
 
32
#undef HAVE_CRT_EXTERNS_H
 
33
 
 
34
/* Defines if your system has the crypt function */
 
35
#undef HAVE_CRYPT
 
36
 
 
37
/* Cups */
 
38
#undef HAVE_CUPS
 
39
 
 
40
/* Define to 1 if you have the <dlfcn.h> header file. */
 
41
#undef HAVE_DLFCN_H
 
42
 
 
43
/* Defines if your system has the libfontconfig library */
 
44
#undef HAVE_FONTCONFIG
 
45
 
 
46
/* Defines if your system has the libfreetype library */
 
47
#define HAVE_FREETYPE 1
 
48
 
 
49
/* Define to 1 if you have the <inttypes.h> header file. */
 
50
#undef HAVE_INTTYPES_H
 
51
 
 
52
/* Defines if your system has the cairo library */
 
53
/*#define HAVE_CAIRO 1*/
 
54
 
 
55
/* Define if you have libjpeg */
 
56
#define HAVE_LIBJPEG 1
 
57
 
 
58
/* Define if you have libpng */
 
59
#define HAVE_LIBPNG 1
 
60
 
 
61
/* Define if you have a working libpthread (will enable threaded code) */
 
62
#undef HAVE_LIBPTHREAD
 
63
 
 
64
/* Define if you have libz */
 
65
#define HAVE_LIBZ 1
 
66
 
 
67
/* Define to 1 if you have the <memory.h> header file. */
 
68
#define HAVE_MEMORY_H 1
 
69
 
 
70
/* Define if your system needs _NSGetEnviron to set up the environment */
 
71
#undef HAVE_NSGETENVIRON
 
72
 
 
73
/* Define if you have the development files for python */
 
74
#define HAVE_PYTHON 1
 
75
 
 
76
/* Define if you have the development files for podofo */
 
77
#define HAVE_PODOFO 1
 
78
 
 
79
/* Python */
 
80
#undef HAVE_PYTHON_23
 
81
 
 
82
/* Define if you have the res_init function */
 
83
#undef HAVE_RES_INIT
 
84
 
 
85
/* Define to 1 if you have the `snprintf' function. */
 
86
#undef HAVE_SNPRINTF
 
87
#ifdef _MSC_VER
 
88
#define HAVE_SNPRINTF 1
 
89
#define snprintf(a, b, c, d) _snprintf(a, b, c, d)
 
90
#endif
 
91
 
 
92
/* Define to 1 if you have the <stdint.h> header file. */
 
93
#undef HAVE_STDINT_H
 
94
 
 
95
/* Define to 1 if you have the <stdlib.h> header file. */
 
96
// #define HAVE_STDLIB_H 1
 
97
 
 
98
/* Define to 1 if you have the <strings.h> header file. */
 
99
#undef HAVE_STRINGS_H
 
100
 
 
101
/* Define to 1 if you have the <string.h> header file. */
 
102
#define HAVE_STRING_H 1
 
103
 
 
104
/* Define if you have strlcat */
 
105
#undef HAVE_STRLCAT
 
106
 
 
107
/* Define if you have the strlcat prototype */
 
108
#undef HAVE_STRLCAT_PROTO
 
109
 
 
110
/* Define if you have strlcpy */
 
111
#undef HAVE_STRLCPY
 
112
 
 
113
/* Define if you have the strlcpy prototype */
 
114
#undef HAVE_STRLCPY_PROTO
 
115
 
 
116
/* Define to 1 if you have the <sys/bitypes.h> header file. */
 
117
#undef HAVE_SYS_BITYPES_H
 
118
 
 
119
/* Define to 1 if you have the <sys/stat.h> header file. */
 
120
#define HAVE_SYS_STAT_H 1
 
121
 
 
122
/* Define to 1 if you have the <sys/types.h> header file. */
 
123
#define HAVE_SYS_TYPES_H 1
 
124
 
 
125
/* Tifflib */
 
126
#define HAVE_TIFF 1
 
127
 
 
128
/* Define to 1 if you have the <unistd.h> header file. */
 
129
#undef HAVE_UNISTD_H
 
130
 
 
131
/* Define to 1 if you have the `vsnprintf' function. */
 
132
#define HAVE_VSNPRINTF 1
 
133
 
 
134
/* Defines if your system has the libxml2 library */
 
135
#define HAVE_XML 1
 
136
 
 
137
/* Defines if your system has the libxml2 library6 */
 
138
#define HAVE_XML26 1
 
139
 
 
140
/* Suffix for lib directories */
 
141
#undef KDELIBSUFF
 
142
 
 
143
/* Name of package */
 
144
#undef PACKAGE
 
145
 
 
146
/* Define to the address where bug reports for this package should be sent. */
 
147
#undef PACKAGE_BUGREPORT
 
148
 
 
149
/* Define to the full name of this package. */
 
150
#undef PACKAGE_NAME
 
151
 
 
152
/* Define to the full name and version of this package. */
 
153
#undef PACKAGE_STRING
 
154
 
 
155
/* Define to the one symbol short name of this package. */
 
156
#undef PACKAGE_TARNAME
 
157
 
 
158
/* Define to the version of this package. */
 
159
#undef PACKAGE_VERSION
 
160
 
 
161
/* The size of a `char *', as computed by sizeof. */
 
162
#define SIZEOF_CHAR_P 4
 
163
 
 
164
/* The size of a `int', as computed by sizeof. */
 
165
#define SIZEOF_INT 4
 
166
 
 
167
/* The size of a `long', as computed by sizeof. */
 
168
#define SIZEOF_LONG 4
 
169
 
 
170
/* The size of a `short', as computed by sizeof. */
 
171
#define SIZEOF_SHORT 2 
 
172
 
 
173
/* The size of a `size_t', as computed by sizeof. */
 
174
#define SIZEOF_SIZE_T 4
 
175
 
 
176
/* The size of a `unsigned long', as computed by sizeof. */
 
177
#define SIZEOF_UNSIGNED_LONG 4
 
178
 
 
179
/* Define to 1 if you have the ANSI C header files. */
 
180
#define STDC_HEADERS 1
 
181
 
 
182
/* Version number of package */
 
183
#define VERSION "1.4.0"
 
184
 
 
185
/* Define to 1 if your processor stores words with the most significant byte
 
186
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
187
#undef WORDS_BIGENDIAN
 
188
 
 
189
#define HAVE_CONFIG_H 1
 
190
#define WIN32_LEAN_AND_MEAN
 
191
 
 
192
typedef unsigned char boolean;
 
193
#define HAVE_BOOLEAN
 
194
 
 
195
#endif