File: config.h.in

package info (click to toggle)
libpqxx 4.0.1%2Bdfsg3-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,012 kB
  • ctags: 9,469
  • sloc: sh: 11,289; cpp: 10,801; xml: 1,256; makefile: 287; ansic: 195; python: 159
file content (223 lines) | stat: -rw-r--r-- 5,882 bytes parent folder | download | duplicates (2)
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
/* include/pqxx/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `pq' library (-lpq). */
#undef HAVE_LIBPQ

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

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

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* name of standard library namespace (normally "std") */
#undef PGSTD

/* namespace of TR1 standard extensions (e.g. "std" or "std::tr1") */
#undef PQXXTR1

/* Define if <iterator> lacks an iterator template definition */
#undef PQXX_BROKEN_ITERATOR

/* Define if function overloading using "using" breaks */
#undef PQXX_BROKEN_USING_DECL

/* Define if compiler has auto_ptr */
#undef PQXX_HAVE_AUTO_PTR

/* Define if you have the <boost/smart_ptr.hpp> header */
#undef PQXX_HAVE_BOOST_SMART_PTR

/* Define if std provides the char_traits template and <char> specialization
   */
#undef PQXX_HAVE_CHAR_TRAITS

/* Define if count_if() works according to the standard */
#undef PQXX_HAVE_COUNT_IF

/* Define if preprocessor supports pragma "message" */
#undef PQXX_HAVE_CPP_PRAGMA_MESSAGE

/* Define if preprocessor supports nonstandard "warning" directive */
#undef PQXX_HAVE_CPP_WARNING

/* Define if math.h defines C99 isinf() */
#undef PQXX_HAVE_C_ISINF

/* Define if math.h defines C99 isnan() */
#undef PQXX_HAVE_C_ISNAN

/* Define if C math header defines NAN */
#undef PQXX_HAVE_C_NAN

/* Define if distance() works according to the standard */
#undef PQXX_HAVE_DISTANCE

/* Define if g++ supports const attribute */
#undef PQXX_HAVE_GCC_CONST

/* Define if g++ supports deprecated attribute, as in g++ 4.0 */
#undef PQXX_HAVE_GCC_DEPRECATED

/* Define if g++ supports noreturn attribute */
#undef PQXX_HAVE_GCC_NORETURN

/* Define if g++ supports pure attribute */
#undef PQXX_HAVE_GCC_PURE

/* Define if g++ supports visibility attribute, as in g++ 4.0 */
#undef PQXX_HAVE_GCC_VISIBILITY

/* Define if stringstream::imbue works */
#undef PQXX_HAVE_IMBUE

/* Define if you have the <ios> header */
#undef PQXX_HAVE_IOS

/* Define if <limits> exists */
#undef PQXX_HAVE_LIMITS

/* Define if you have the <locale> header */
#undef PQXX_HAVE_LOCALE

/* Define if the compiler supports the standard "long double" type */
#undef PQXX_HAVE_LONG_DOUBLE

/* Define if the compiler supports "long long" types */
#undef PQXX_HAVE_LONG_LONG

/* Define if libpq has lo_tell() */
#undef PQXX_HAVE_LO_TELL

/* Define if compiler has move(). */
#undef PQXX_HAVE_MOVE

/* Define if C99 fnan()/nan()/lnan() are available */
#undef PQXX_HAVE_NAN

/* Define if the system has the poll() function (mainly GNU/Linux) */
#undef PQXX_HAVE_POLL

/* Define if libpq has PQcancel() and friends */
#undef PQXX_HAVE_PQCANCEL

/* Define if libpq has PQclientEncoding() */
#undef PQXX_HAVE_PQCLIENTENCODING

/* Define if libpq has PQdescribePortal() */
#undef PQXX_HAVE_PQDESCRIBEPORTAL

/* Define if libpq has PQencryptPassword() */
#undef PQXX_HAVE_PQENCRYPTPASSWORD

/* Define if libpq has PQescapeIdentifier() */
#undef PQXX_HAVE_PQESCAPEIDENTIFIER

/* Define if libpq has PQescapeLiteral() */
#undef PQXX_HAVE_PQESCAPELITERAL

/* Define if libpq has PQisthreadsafe() */
#undef PQXX_HAVE_PQISTHREADSAFE

/* Define if libpq has PQmblen() */
#undef PQXX_HAVE_PQMBLEN

/* Define if PQunescapeBytea() supports hex escape format */
#undef PQXX_HAVE_PQUNESCAPEBYTEA_9

/* Define if std::numeric_limits has quiet_NaN() */
#undef PQXX_HAVE_QUIET_NAN

/* Define if reverse_iterator template works as expected */
#undef PQXX_HAVE_REVERSE_ITERATOR

/* Define if compiler has shared_ptr */
#undef PQXX_HAVE_SHARED_PTR

/* Define if POSIX sleep() exists */
#undef PQXX_HAVE_SLEEP

/* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
#undef PQXX_HAVE_STREAMBUF

/* Define if strerror_r exists */
#undef PQXX_HAVE_STRERROR_R

/* Define for GNU-style strerror_r */
#undef PQXX_HAVE_STRERROR_R_GNU

/* Define if string class has the clear() function */
#undef PQXX_HAVE_STRING_CLEAR

/* Define if strlcpy exists */
#undef PQXX_HAVE_STRLCPY

/* Define if strnlen exists */
#undef PQXX_HAVE_STRNLEN

/* Define if the sys/select.h header defines a working select() and friends,
   as per POSIX 1003.1-2001 */
#undef PQXX_HAVE_SYS_SELECT_H

/* Define if compiler has unique_ptr */
#undef PQXX_HAVE_UNIQUE_PTR

/* Define if select() accepts NULL fd_set arguments */
#undef PQXX_SELECT_ACCEPTS_NULL

/* Define if headers for TR1 extension to standard live in tr1/ */
#undef PQXX_TR1_HEADERS

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

/* Version number of package */
#undef VERSION