~ubuntu-branches/ubuntu/trusty/psqlodbc/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-04-05 14:48:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110405144823-n77supsa1hjj0ik6
Tags: 1:09.00.0200-1
* New upstream release.
* Fix installing {A,W}/usr/lib/odbc.  Closes: #618210.
* Convert to 3.0 (quilt).
* Remove psqlodbc-580878.diff: implemented upstream.
* Remove psqlodbc-585476.diff: was caused by #519006 which is now closed.
* Update description, suggested by Martin Eberhard Schauer.
  Closes: #565611.
* New maintainer.  Closes: #472818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
 
4
   don't. */
 
5
#undef HAVE_DECL_STRERROR_R
 
6
 
3
7
/* Define to 1 if you have the <dlfcn.h> header file. */
4
8
#undef HAVE_DLFCN_H
5
9
 
 
10
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
 
11
#undef HAVE_GSSAPI_GSSAPI_H
 
12
 
 
13
/* Define to 1 if you have the <gssapi.h> header file. */
 
14
#undef HAVE_GSSAPI_H
 
15
 
6
16
/* Define to 1 if you have the <inttypes.h> header file. */
7
17
#undef HAVE_INTTYPES_H
8
18
 
9
19
/* Define to 1 if you have the `iswascii' function. */
10
20
#undef HAVE_ISWASCII
11
21
 
 
22
/* Define to 1 if `e_data' is member of `krb5_error'. */
 
23
#undef HAVE_KRB5_ERROR_E_DATA
 
24
 
 
25
/* Define to 1 if `text.data' is member of `krb5_error'. */
 
26
#undef HAVE_KRB5_ERROR_TEXT_DATA
 
27
 
 
28
/* Define to 1 if you have krb5_free_unparsed_name */
 
29
#undef HAVE_KRB5_FREE_UNPARSED_NAME
 
30
 
 
31
/* Define to 1 if you have the `ltdl' library (-lltdl). */
 
32
#undef HAVE_LIBLTDL
 
33
 
 
34
/* Define to 1 if you have the `pq' library (-lpq). */
 
35
#undef HAVE_LIBPQ
 
36
 
12
37
/* Define to 1 if you have the `pthread' library (-lpthread). */
13
38
#undef HAVE_LIBPTHREAD
14
39
 
15
40
/* Define to 1 if you have the `pthreads' library (-lpthreads). */
16
41
#undef HAVE_LIBPTHREADS
17
42
 
 
43
/* Define to 1 if you have the `ssl' library (-lssl). */
 
44
#undef HAVE_LIBSSL
 
45
 
18
46
/* Define to 1 if you have the <locale.h> header file. */
19
47
#undef HAVE_LOCALE_H
20
48
 
27
55
/* Define to 1 if you have the <memory.h> header file. */
28
56
#undef HAVE_MEMORY_H
29
57
 
 
58
/* Define to 1 if you have the `poll' function. */
 
59
#undef HAVE_POLL
 
60
 
30
61
/* Define to 1 if you have the `pthread_mutexattr_settype' function. */
31
62
#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
32
63
 
 
64
/* Define to 1 if the system has the type `signed char'. */
 
65
#undef HAVE_SIGNED_CHAR
 
66
 
33
67
/* Define to 1 if the system has the type `ssize_t'. */
34
68
#undef HAVE_SSIZE_T
35
69
 
48
82
/* Define to 1 if you have the <string.h> header file. */
49
83
#undef HAVE_STRING_H
50
84
 
 
85
/* Define to 1 if you have the `strlcat' function. */
 
86
#undef HAVE_STRLCAT
 
87
 
 
88
/* Define to 1 if you have the `strlcpy' function. */
 
89
#undef HAVE_STRLCPY
 
90
 
51
91
/* Define to 1 if you have the `strtok_r' function. */
52
92
#undef HAVE_STRTOK_R
53
93
 
75
115
/* Define to 1 if you have the <unistd.h> header file. */
76
116
#undef HAVE_UNISTD_H
77
117
 
 
118
/* Define to 1 to build without libpq */
 
119
#undef NOT_USE_LIBPQ
 
120
 
78
121
/* Define to ODBC version (--with-odbcver) */
79
122
#undef ODBCVER
80
123
 
108
151
/* The size of `void *', as computed by sizeof. */
109
152
#undef SIZEOF_VOID_P
110
153
 
111
 
/* Define to use wchar_t as SQLWCHAR in unixODBC */
112
 
#undef SQL_WCHART_CONVERT
 
154
/* Define to 1 if SQLColAttribute use SQLLEN */
 
155
#undef SQLCOLATTRIBUTE_SQLLEN
113
156
 
114
157
/* Define to 1 if you have the ANSI C header files. */
115
158
#undef STDC_HEADERS
116
159
 
 
160
/* Define to 1 if strerror_r returns char *. */
 
161
#undef STRERROR_R_CHAR_P
 
162
 
117
163
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
118
164
#undef TIME_WITH_SYS_TIME
119
165
 
123
169
/* Define to 1 to build with Unicode support (--enable-unicode) */
124
170
#undef UNICODE_SUPPORT
125
171
 
 
172
/* Define to 1 to build with GSSAPI support (--enable-gss) */
 
173
#undef USE_GSS
 
174
 
 
175
/* Define to 1 to build with Kerberos 5 support (--enable-krb5) */
 
176
#undef USE_KRB5
 
177
 
126
178
/* Define to 1 to build with OpenSSL support (--enable-openssl) */
127
179
#undef USE_SSL
128
180