~ubuntu-branches/ubuntu/gutsy/psqlodbc/gutsy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-05-13 10:47:36 UTC
  • Revision ID: james.westby@ubuntu.com-20040513104736-a530gmn0p3knep89
Tags: upstream-07.03.0200
ImportĀ upstreamĀ versionĀ 07.03.0200

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 to build with driver cursors option) */
 
4
#undef DRIVER_CURSOR_IMPLEMENT
 
5
 
 
6
/* Define to 1 if you have the <dlfcn.h> header file. */
 
7
#undef HAVE_DLFCN_H
 
8
 
 
9
/* Define to 1 if you have the `gethostbyname_r' function. */
 
10
#undef HAVE_GETHOSTBYNAME_R
 
11
 
 
12
/* Define to 1 if you have the `getipnodebyname' function. */
 
13
#undef HAVE_GETIPNODEBYNAME
 
14
 
 
15
/* Define to 1 if you have the <inttypes.h> header file. */
 
16
#undef HAVE_INTTYPES_H
 
17
 
 
18
/* Define to 1 if you have the global variable 'int timezone'. */
 
19
#undef HAVE_INT_TIMEZONE
 
20
 
 
21
/* Define to 1 if you have the `c_r' library (-lc_r). */
 
22
#undef HAVE_LIBC_R
 
23
 
 
24
/* Define to 1 if you have the `nsl' library (-lnsl). */
 
25
#undef HAVE_LIBNSL
 
26
 
 
27
/* Define to 1 if you have the `pthread' library (-lpthread). */
 
28
#undef HAVE_LIBPTHREAD
 
29
 
 
30
/* Define to 1 if you have the `pthreads' library (-lpthreads). */
 
31
#undef HAVE_LIBPTHREADS
 
32
 
 
33
/* Define to 1 if you have the <locale.h> header file. */
 
34
#undef HAVE_LOCALE_H
 
35
 
 
36
/* Define to 1 if you have the `localtime_r' function. */
 
37
#undef HAVE_LOCALTIME_R
 
38
 
 
39
/* Define to 1 if you have the <memory.h> header file. */
 
40
#undef HAVE_MEMORY_H
 
41
 
 
42
/* Define to 1 if you have the <stdint.h> header file. */
 
43
#undef HAVE_STDINT_H
 
44
 
 
45
/* Define to 1 if you have the <stdlib.h> header file. */
 
46
#undef HAVE_STDLIB_H
 
47
 
 
48
/* Define to 1 if you have the <strings.h> header file. */
 
49
#undef HAVE_STRINGS_H
 
50
 
 
51
/* Define to 1 if you have the <string.h> header file. */
 
52
#undef HAVE_STRING_H
 
53
 
 
54
/* Define to 1 if you have the `strtok_r' function. */
 
55
#undef HAVE_STRTOK_R
 
56
 
 
57
/* Define to 1 if you have the `strtoll' function. */
 
58
#undef HAVE_STRTOLL
 
59
 
 
60
/* Define to 1 if you have the <sys/stat.h> header file. */
 
61
#undef HAVE_SYS_STAT_H
 
62
 
 
63
/* Define to 1 if you have the <sys/types.h> header file. */
 
64
#undef HAVE_SYS_TYPES_H
 
65
 
 
66
/* Define to 1 if the system has the type `uint8'. */
 
67
#undef HAVE_UINT8
 
68
 
 
69
/* Define to 1 if you have the <unistd.h> header file. */
 
70
#undef HAVE_UNISTD_H
 
71
 
 
72
/* Define to ODBC version (--with-odbcver) */
 
73
#undef ODBCVER
 
74
 
 
75
/* Name of package */
 
76
#undef PACKAGE
 
77
 
 
78
/* Define to the address where bug reports for this package should be sent. */
 
79
#undef PACKAGE_BUGREPORT
 
80
 
 
81
/* Define to the full name of this package. */
 
82
#undef PACKAGE_NAME
 
83
 
 
84
/* Define to the full name and version of this package. */
 
85
#undef PACKAGE_STRING
 
86
 
 
87
/* Define to the one symbol short name of this package. */
 
88
#undef PACKAGE_TARNAME
 
89
 
 
90
/* Define to the version of this package. */
 
91
#undef PACKAGE_VERSION
 
92
 
 
93
/* Define if you have 5 parameter gethostbyname_r */
 
94
#undef PGS_REENTRANT_API_1
 
95
 
 
96
/* Define if you have 6 parameter gethostbyname_r */
 
97
#undef PGS_REENTRANT_API_2
 
98
 
 
99
/* Define to 1 to build with pthreads support (--enable-pthreads) */
 
100
#undef POSIX_MULTITHREAD_SUPPORT
 
101
 
 
102
/* Define to 1 if you have the ANSI C header files. */
 
103
#undef STDC_HEADERS
 
104
 
 
105
/* Version number of package */
 
106
#undef VERSION
 
107
 
 
108
/* Define to 1 to build with iODBC support (--with-iodbc) */
 
109
#undef WITH_IODBC
 
110
 
 
111
/* Define to 1 to build with unixODBC support (--with-unixodbc) */
 
112
#undef WITH_UNIXODBC
 
113
 
 
114
/* Define _REENTRANT for several plaforms */
 
115
#undef _REENTRANT