~ubuntu-branches/ubuntu/saucy/apvlv/saucy

« back to all changes in this revision

Viewing changes to src/config.hpp

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