File: imcfg.h.in

package info (click to toggle)
imview 1.1.9c-12~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 4,792 kB
  • sloc: cpp: 28,736; sh: 2,624; ansic: 1,818; makefile: 723; exp: 112; python: 88
file content (197 lines) | stat: -rw-r--r-- 5,121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/* Hacked by hand by Hugues Talbot	 8 Aug 2000 */

/* Guards */

#ifndef CONFIG_H
#define CONFIG_H

/* these are my own! Hugues Talbot	 7 Aug 2000 */

#if defined(WIN32) && !defined(__CYGWIN__)
#	define WIN32_NOTCYGWIN 1
#else
#	undef  WIN32_NOTCYGWIN
#endif

/* imview version */
#define IMVIEW_MAJOR 0
#define IMVIEW_MINOR 0
#define IMVIEW_MICRO 0

/* Define if using double-buffering */
#undef IMVIEW_USES_DBLBUF

/* Define if you have the Magick library (-lMagick).  */
#undef HAVE_MAGICK 

/* Define if if ImageMagick uses the new exception structure */
#undef MAGICK_USES_REASON

/* Define if if ImageMagick uses InitializeMagick */
#undef MAGICK_USES_INIT

/* Define if ImageMagick requires extra reference to exceptions in arguments */
#undef MAGICK_NEEDS_MORE_EXCEPTION

/* define is accept() uses socklen_t */
#undef ACCEPT_USES_SOCKLEN_T

/* define if you have libz, the compression library */
#undef HAVE_LIBZ

/* Define if you have the jpeg library (-ljpeg).  */
#undef HAVE_JPEG 

/* define if you have the png library (-lpng) */
#undef HAVE_PNG

/* Define if you have the pthread library (-lpthread).  */
#undef HAVE_PTHREADS 

/* Define if we only really have DEC threads, precursors to pthreads */
#undef HAVE_DECTHREADS

/* Define if you have the tiff library (-ltiff).  */
#undef HAVE_TIFF 

/* Define if PINK extensions are on */
#undef HAVE_PINK_PGM_EXTENSIONS

/* Define if you want to use the Native file browser (recommended) */
#undef HAVE_NATIVE_CHOOSER

/* define if you have the Unix SYSV IPC */
#undef HAVE_SYSV_IPC

/* define if you have the Unix POSIX IPC */
#undef HAVE_POSIX_IPC 

/* when using POSIX IPC, can we specify a path under /tmp or is it implicit? */
#undef POSIX_IPC_PREFIX

/* Define if you have the GL library (-lGL).  */
#undef HAVE_GL

/* define if your multiple-screen system supports xinerama -- a way to merge screens seamlessly */
#undef HAVE_XINERAMA

/* stupid C++ ANSI compatibility issues */
/* define if your compiler supports class member templates */
#undef HAVE_MEMBER_TEMPLATES

/* define if one can have function template without a template argument */
#undef HAVE_TEMPLATE_KEYWORD_QUALIFIER

/* define if the compiler supports templates as template arguments */
#undef HAVE_TEMPLATES_AS_TEMPLATE_ARGUMENTS

/* define if the compiler supports default template parameters */
#undef HAVE_DEFAULT_TEMPLATE_PARAMETERS

/* define if the compiler knows about standard char traits */
#undef HAVE_STANDARD_CHAR_TRAITS

/* define if your compiler rejects array casts in templates */
#undef HAVE_TEMPLATE_CAST_ARRAY

/* CAREFUL, for these the *VALUE* is used, not the definition! */
/* define if you have scandir */
#define HAVE_SCANDIR 0

/* define if you have snprintf */
#define HAVE_SNPRINTF 0

/* define if you have vsnprintf */
#define HAVE_VSNPRINTF 0

/* sleep functions */
#undef HAVE_USLEEP
#undef HAVE_NANOSLEEP

/* Define the installation path */
#undef PrefPath

/* these were generated by autoheader (I think...) */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define if the setvbuf function takes the buffering type as its second
   argument and the buffer pointer as the third, as on System V
   before release 3.  */
#undef SETVBUF_REVERSED

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define if you have the getcwd function.  */
#undef HAVE_GETCWD

/* Define if you have the select function.  */
#undef HAVE_SELECT

/* Define if you have the socket function.  */
#undef HAVE_SOCKET

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strstr function.  */
#undef HAVE_STRSTR

/* Define if you have the strtol function.  */
#undef HAVE_STRTOL

/* Define if you have the uname function.  */
#undef HAVE_UNAME

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H

/* Define if you have the <malloc.h> header file.  */
#undef HAVE_MALLOC_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you don't have vprintf but do have _doprnt.  */
#undef HAVE_DOPRNT

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

#endif // CONFIG_H