~ubuntu-branches/ubuntu/wily/apvlv/wily

« back to all changes in this revision

Viewing changes to src/config.hpp.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-01 22:18:49 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110601221849-niibd5p5i7avemy4
Tags: 0.1.1-1.1
* Non-maintainer upload.
* Add support for poppler >= 0.15. Patch by Pino Toscano. (Closes: #627609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* src/config.hpp.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Define if you want to enable apvlv debug features. */
4
 
#undef DEBUG
5
 
 
6
 
/* The documents directory */
7
 
#undef DOCDIR
8
 
 
9
 
/* Define to 1 if you have the `alarm' function. */
10
 
#undef HAVE_ALARM
11
 
 
12
 
/* Define to 1 if you have the <fcntl.h> header file. */
13
 
#undef HAVE_FCNTL_H
14
 
 
15
 
/* Define to 1 if you have the `floor' function. */
16
 
#undef HAVE_FLOOR
17
 
 
18
 
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
19
 
#undef HAVE_FSEEKO
20
 
 
21
 
/* Define to 1 if you have the `getcwd' function. */
22
 
#undef HAVE_GETCWD
23
 
 
24
 
/* Define to 1 if you have the `getpagesize' function. */
25
 
#undef HAVE_GETPAGESIZE
26
 
 
27
 
/* Define to 1 if you have the `gettimeofday' function. */
28
 
#undef HAVE_GETTIMEOFDAY
29
 
 
30
 
/* Define to 1 if you have the <inttypes.h> header file. */
31
 
#undef HAVE_INTTYPES_H
32
 
 
33
 
/* Define to 1 if you have libdjvu */
34
 
#undef HAVE_LIBDJVU
35
 
 
36
 
/* Define to 1 if you have the <limits.h> header file. */
37
 
#undef HAVE_LIMITS_H
38
 
 
39
 
/* Define to 1 if you have the <locale.h> header file. */
40
 
#undef HAVE_LOCALE_H
41
 
 
42
 
/* Define to 1 if you have the `localtime_r' function. */
43
 
#undef HAVE_LOCALTIME_R
44
 
 
45
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
46
 
   to 0 otherwise. */
47
 
#undef HAVE_MALLOC
48
 
 
49
 
/* Define to 1 if you have the `memmove' function. */
50
 
#undef HAVE_MEMMOVE
51
 
 
52
 
/* Define to 1 if you have the <memory.h> header file. */
53
 
#undef HAVE_MEMORY_H
54
 
 
55
 
/* Define to 1 if you have the `memset' function. */
56
 
#undef HAVE_MEMSET
57
 
 
58
 
/* Define to 1 if you have a working `mmap' system call. */
59
 
#undef HAVE_MMAP
60
 
 
61
 
/* Define to 1 if you have the `munmap' function. */
62
 
#undef HAVE_MUNMAP
63
 
 
64
 
/* Define to 1 if you have the `pow' function. */
65
 
#undef HAVE_POW
66
 
 
67
 
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
68
 
   and to 0 otherwise. */
69
 
#undef HAVE_REALLOC
70
 
 
71
 
/* Define to 1 if you have the `realpath' function. */
72
 
#undef HAVE_REALPATH
73
 
 
74
 
/* Define to 1 if you have the `select' function. */
75
 
#undef HAVE_SELECT
76
 
 
77
 
/* Define to 1 if you have the `setlocale' function. */
78
 
#undef HAVE_SETLOCALE
79
 
 
80
 
/* Define to 1 if you have the `sqrt' function. */
81
 
#undef HAVE_SQRT
82
 
 
83
 
/* Define to 1 if stdbool.h conforms to C99. */
84
 
#undef HAVE_STDBOOL_H
85
 
 
86
 
/* Define to 1 if you have the <stddef.h> header file. */
87
 
#undef HAVE_STDDEF_H
88
 
 
89
 
/* Define to 1 if you have the <stdint.h> header file. */
90
 
#undef HAVE_STDINT_H
91
 
 
92
 
/* Define to 1 if you have the <stdlib.h> header file. */
93
 
#undef HAVE_STDLIB_H
94
 
 
95
 
/* Define to 1 if you have the `strcasecmp' function. */
96
 
#undef HAVE_STRCASECMP
97
 
 
98
 
/* Define to 1 if you have the `strchr' function. */
99
 
#undef HAVE_STRCHR
100
 
 
101
 
/* Define to 1 if you have the `strcspn' function. */
102
 
#undef HAVE_STRCSPN
103
 
 
104
 
/* Define to 1 if you have the `strdup' function. */
105
 
#undef HAVE_STRDUP
106
 
 
107
 
/* Define to 1 if you have the `strerror' function. */
108
 
#undef HAVE_STRERROR
109
 
 
110
 
/* Define to 1 if you have the <strings.h> header file. */
111
 
#undef HAVE_STRINGS_H
112
 
 
113
 
/* Define to 1 if you have the <string.h> header file. */
114
 
#undef HAVE_STRING_H
115
 
 
116
 
/* Define to 1 if you have the `strncasecmp' function. */
117
 
#undef HAVE_STRNCASECMP
118
 
 
119
 
/* Define to 1 if you have the `strrchr' function. */
120
 
#undef HAVE_STRRCHR
121
 
 
122
 
/* Define to 1 if you have the `strstr' function. */
123
 
#undef HAVE_STRSTR
124
 
 
125
 
/* Define to 1 if you have the `strtol' function. */
126
 
#undef HAVE_STRTOL
127
 
 
128
 
/* Define to 1 if you have the <sys/stat.h> header file. */
129
 
#undef HAVE_SYS_STAT_H
130
 
 
131
 
/* Define to 1 if you have the <sys/time.h> header file. */
132
 
#undef HAVE_SYS_TIME_H
133
 
 
134
 
/* Define to 1 if you have the <sys/types.h> header file. */
135
 
#undef HAVE_SYS_TYPES_H
136
 
 
137
 
/* Define to 1 if you have the <unistd.h> header file. */
138
 
#undef HAVE_UNISTD_H
139
 
 
140
 
/* Define to 1 if the system has the type `_Bool'. */
141
 
#undef HAVE__BOOL
142
 
 
143
 
/* The man page directory */
144
 
#undef MANDIR
145
 
 
146
 
/* Name of package */
147
 
#undef PACKAGE
148
 
 
149
 
/* Define to the address where bug reports for this package should be sent. */
150
 
#undef PACKAGE_BUGREPORT
151
 
 
152
 
/* Define to the full name of this package. */
153
 
#undef PACKAGE_NAME
154
 
 
155
 
/* Define to the full name and version of this package. */
156
 
#undef PACKAGE_STRING
157
 
 
158
 
/* Define to the one symbol short name of this package. */
159
 
#undef PACKAGE_TARNAME
160
 
 
161
 
/* Define to the version of this package. */
162
 
#undef PACKAGE_VERSION
163
 
 
164
 
/* The prefix path */
165
 
#undef PREFIX
166
 
 
167
 
/* The release number of package */
168
 
#undef RELEASE
169
 
 
170
 
/* Define to 1 if you have the ANSI C header files. */
171
 
#undef STDC_HEADERS
172
 
 
173
 
/* The system configuration directory */
174
 
#undef SYSCONFDIR
175
 
 
176
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
177
 
#undef TIME_WITH_SYS_TIME
178
 
 
179
 
/* Version number of package */
180
 
#undef VERSION
181
 
 
182
 
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
183
 
#undef _LARGEFILE_SOURCE
184
 
 
185
 
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
186
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
187
 
   #define below would cause a syntax error. */
188
 
#undef _UINT32_T
189
 
 
190
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
191
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
192
 
#ifndef __cplusplus
193
 
#undef inline
194
 
#endif
195
 
 
196
 
/* Define to rpl_malloc if the replacement function should be used. */
197
 
#undef malloc
198
 
 
199
 
/* Define to rpl_realloc if the replacement function should be used. */
200
 
#undef realloc
201
 
 
202
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
203
 
#undef size_t
204
 
 
205
 
/* Define to the type of an unsigned integer type of width exactly 32 bits if
206
 
   such a type exists and the standard includes do not define it. */
207
 
#undef uint32_t