~paulliu/ubuntu/quantal/freerdp/fixext

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120131100214-zvig71djj2sqgq22
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

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 if building universal (internal helper macro) */
4
 
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
 
6
 
/* Big endian */
7
 
#undef B_ENDIAN
8
 
 
9
 
/* the name of the file descriptor member of DIR */
10
 
#undef DIR_FD_MEMBER_NAME
11
 
 
12
 
#ifdef DIR_FD_MEMBER_NAME
13
 
# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
14
 
#else
15
 
# define DIR_TO_FD(Dir_p) -1
16
 
#endif
17
 
 
18
 
    
19
 
 
20
 
/* Disable TLS encryption */
21
 
#undef DISABLE_TLS
22
 
 
23
 
/* EGD */
24
 
#undef EGD_SOCKET
25
 
 
26
 
/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
27
 
   */
28
 
#undef HAVE_DECL_DIRFD
29
 
 
30
 
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
31
 
   */
32
 
#undef HAVE_DECL_TZNAME
33
 
 
34
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
35
 
   */
36
 
#undef HAVE_DIRENT_H
37
 
 
38
 
/* Define to 1 if you have the `dirfd' function. */
39
 
#undef HAVE_DIRFD
40
 
 
41
 
/* Define to 1 if you have the <dlfcn.h> header file. */
42
 
#undef HAVE_DLFCN_H
43
 
 
44
 
/* Define if you have the iconv() function. */
45
 
#undef HAVE_ICONV
46
 
 
47
 
/* Define to 1 if you have the <iconv.h> header file. */
48
 
#undef HAVE_ICONV_H
49
 
 
50
 
/* Define to 1 if you have the <inttypes.h> header file. */
51
 
#undef HAVE_INTTYPES_H
52
 
 
53
 
/* Define to 1 if you have the <langinfo.h> header file. */
54
 
#undef HAVE_LANGINFO_H
55
 
 
56
 
/* Define to 1 if you have the `crypto' library (-lcrypto). */
57
 
#undef HAVE_LIBCRYPTO
58
 
 
59
 
/* Define if you have libsamplerate */
60
 
#undef HAVE_LIBSAMPLERATE
61
 
 
62
 
/* Define to 1 if you have the `ssl' library (-lssl). */
63
 
#undef HAVE_LIBSSL
64
 
 
65
 
/* Define to 1 if you have the <locale.h> header file. */
66
 
#undef HAVE_LOCALE_H
67
 
 
68
 
/* Define to 1 if you have the <memory.h> header file. */
69
 
#undef HAVE_MEMORY_H
70
 
 
71
 
/* Define to 1 if you have the <mntent.h> header file. */
72
 
#undef HAVE_MNTENT_H
73
 
 
74
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
75
 
#undef HAVE_NDIR_H
76
 
 
77
 
/* Define to 1 if you have the `setmntent' function. */
78
 
#undef HAVE_SETMNTENT
79
 
 
80
 
/* Define to 1 if you have the <stdint.h> header file. */
81
 
#undef HAVE_STDINT_H
82
 
 
83
 
/* Define to 1 if you have the <stdlib.h> header file. */
84
 
#undef HAVE_STDLIB_H
85
 
 
86
 
/* Define to 1 if you have the <strings.h> header file. */
87
 
#undef HAVE_STRINGS_H
88
 
 
89
 
/* Define to 1 if you have the <string.h> header file. */
90
 
#undef HAVE_STRING_H
91
 
 
92
 
/* Define to 1 if `f_namelen' is a member of `struct statfs'. */
93
 
#undef HAVE_STRUCT_STATFS_F_NAMELEN
94
 
 
95
 
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
96
 
#undef HAVE_STRUCT_STATFS_F_NAMEMAX
97
 
 
98
 
/* Define to 1 if `f_namelen' is a member of `struct statvfs'. */
99
 
#undef HAVE_STRUCT_STATVFS_F_NAMELEN
100
 
 
101
 
/* Define to 1 if `f_namemax' is a member of `struct statvfs'. */
102
 
#undef HAVE_STRUCT_STATVFS_F_NAMEMAX
103
 
 
104
 
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
105
 
#undef HAVE_STRUCT_TM_TM_ZONE
106
 
 
107
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
108
 
   */
109
 
#undef HAVE_SYS_DIR_H
110
 
 
111
 
/* Define to 1 if you have the <sys/filio.h> header file. */
112
 
#undef HAVE_SYS_FILIO_H
113
 
 
114
 
/* Define to 1 if you have the <sys/modem.h> header file. */
115
 
#undef HAVE_SYS_MODEM_H
116
 
 
117
 
/* Define to 1 if you have the <sys/mount.h> header file. */
118
 
#undef HAVE_SYS_MOUNT_H
119
 
 
120
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
121
 
   */
122
 
#undef HAVE_SYS_NDIR_H
123
 
 
124
 
/* Define to 1 if you have the <sys/param.h> header file. */
125
 
#undef HAVE_SYS_PARAM_H
126
 
 
127
 
/* Define to 1 if you have the <sys/select.h> header file. */
128
 
#undef HAVE_SYS_SELECT_H
129
 
 
130
 
/* Define to 1 if you have the <sys/statfs.h> header file. */
131
 
#undef HAVE_SYS_STATFS_H
132
 
 
133
 
/* Define to 1 if you have the <sys/statvfs.h> header file. */
134
 
#undef HAVE_SYS_STATVFS_H
135
 
 
136
 
/* Define to 1 if you have the <sys/stat.h> header file. */
137
 
#undef HAVE_SYS_STAT_H
138
 
 
139
 
/* Define to 1 if you have the <sys/strtio.h> header file. */
140
 
#undef HAVE_SYS_STRTIO_H
141
 
 
142
 
/* Define to 1 if you have the <sys/types.h> header file. */
143
 
#undef HAVE_SYS_TYPES_H
144
 
 
145
 
/* Define to 1 if you have the <sys/vfs.h> header file. */
146
 
#undef HAVE_SYS_VFS_H
147
 
 
148
 
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
149
 
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
150
 
#undef HAVE_TM_ZONE
151
 
 
152
 
/* Define to 1 if you don't have `tm_zone' but do have the external array
153
 
   `tzname'. */
154
 
#undef HAVE_TZNAME
155
 
 
156
 
/* Define to 1 if you have the <unistd.h> header file. */
157
 
#undef HAVE_UNISTD_H
158
 
 
159
 
/* Define as const if the declaration of iconv() needs const. */
160
 
#undef ICONV_CONST
161
 
 
162
 
/* IPv6 */
163
 
#undef IPv6
164
 
 
165
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.
166
 
   */
167
 
#undef LT_OBJDIR
168
 
 
169
 
/* Little endian */
170
 
#undef L_ENDIAN
171
 
 
172
 
/* Alignment */
173
 
#undef NEED_ALIGN
174
 
 
175
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
176
 
#undef NO_MINUS_C_MINUS_O
177
 
 
178
 
/* Name of package */
179
 
#undef PACKAGE
180
 
 
181
 
/* Define to the address where bug reports for this package should be sent. */
182
 
#undef PACKAGE_BUGREPORT
183
 
 
184
 
/* Define to the full name of this package. */
185
 
#undef PACKAGE_NAME
186
 
 
187
 
/* Define to the full name and version of this package. */
188
 
#undef PACKAGE_STRING
189
 
 
190
 
/* Define to the one symbol short name of this package. */
191
 
#undef PACKAGE_TARNAME
192
 
 
193
 
/* Define to the home page for this package. */
194
 
#undef PACKAGE_URL
195
 
 
196
 
/* Define to the version of this package. */
197
 
#undef PACKAGE_VERSION
198
 
 
199
 
/* Whether statfs requires two arguments and struct statfs has bsize property
200
 
   */
201
 
#undef STAT_STATFS2_BSIZE
202
 
 
203
 
/* Whether statfs requires 2 arguments and struct statfs has fsize */
204
 
#undef STAT_STATFS2_FSIZE
205
 
 
206
 
/* Whether statfs requires 2 arguments and struct fs_data is available */
207
 
#undef STAT_STATFS2_FS_DATA
208
 
 
209
 
/* Whether statfs requires 3 arguments */
210
 
#undef STAT_STATFS3_OSF1
211
 
 
212
 
/* Whether statfs requires 4 arguments */
213
 
#undef STAT_STATFS4
214
 
 
215
 
/* Whether statvfs() is available */
216
 
#undef STAT_STATVFS
217
 
 
218
 
/* Whether statvfs64() is available */
219
 
#undef STAT_STATVFS64
220
 
 
221
 
/* Define to 1 if you have the ANSI C header files. */
222
 
#undef STDC_HEADERS
223
 
 
224
 
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
225
 
#undef TM_IN_SYS_TIME
226
 
 
227
 
/* Version number of package */
228
 
#undef VERSION
229
 
 
230
 
/* Turn on debugging messages */
231
 
#undef WITH_DEBUG
232
 
 
233
 
/* Turn on debugging messages */
234
 
#undef WITH_DEBUG_CHANNEL
235
 
 
236
 
/* Turn on debugging messages */
237
 
#undef WITH_DEBUG_KBD
238
 
 
239
 
/* Turn on debugging messages */
240
 
#undef WITH_DEBUG_RDP5
241
 
 
242
 
/* Turn on debugging messages */
243
 
#undef WITH_DEBUG_SCARD
244
 
 
245
 
/* Turn on debugging messages */
246
 
#undef WITH_DEBUG_SERIAL
247
 
 
248
 
/* Turn on debugging messages */
249
 
#undef WITH_DEBUG_SOUND
250
 
 
251
 
/* old version of PCSC */
252
 
#undef WITH_PCSC120
253
 
 
254
 
/* Define if smartcard is enabled */
255
 
#undef WITH_SCARD
256
 
 
257
 
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
258
 
   significant byte first (like Motorola and SPARC, unlike Intel). */
259
 
#if defined AC_APPLE_UNIVERSAL_BUILD
260
 
# if defined __BIG_ENDIAN__
261
 
#  define WORDS_BIGENDIAN 1
262
 
# endif
263
 
#else
264
 
# ifndef WORDS_BIGENDIAN
265
 
#  undef WORDS_BIGENDIAN
266
 
# endif
267
 
#endif
268
 
 
269
 
/* Define to 1 if the X Window System is missing or not being used. */
270
 
#undef X_DISPLAY_MISSING
271
 
 
272
 
/* Number of bits in a file offset, on hosts where this is settable. */
273
 
#undef _FILE_OFFSET_BITS
274
 
 
275
 
/* Define for large files, on AIX-style hosts. */
276
 
#undef _LARGE_FILES
277
 
 
278
 
/* type to use in place of socklen_t if not defined */
279
 
#undef socklen_t
 
1
#ifndef __CONFIG_H
 
2
#define __CONFIG_H
 
3
 
 
4
#define FREERDP_VERSION "${FREERDP_VERSION}"
 
5
#define FREERDP_VERSION_FULL "${FREERDP_VERSION_FULL}"
 
6
#define FREERDP_VERSION_MAJOR ${FREERDP_VERSION_MAJOR}
 
7
#define FREERDP_VERSION_MINOR ${FREERDP_VERSION_MINOR}
 
8
#define FREERDP_VERSION_REVISION ${FREERDP_VERSION_REVISION}
 
9
 
 
10
/* Include files */
 
11
#cmakedefine HAVE_SYS_PARAM_H
 
12
#cmakedefine HAVE_SYS_SOCKET_H
 
13
#cmakedefine HAVE_NETDB_H
 
14
#cmakedefine HAVE_FCNTL_H
 
15
#cmakedefine HAVE_UNISTD_H
 
16
#cmakedefine HAVE_LIMITS_H
 
17
#cmakedefine HAVE_STDINT_H
 
18
#cmakedefine HAVE_STDBOOL_H
 
19
#cmakedefine HAVE_INTTYPES_H
 
20
 
 
21
/* Found packages */
 
22
#cmakedefine CUPS_FOUND
 
23
 
 
24
/* Endian */
 
25
#cmakedefine BIG_ENDIAN
 
26
 
 
27
/* Options */
 
28
#cmakedefine WITH_DEBUG_TRANSPORT
 
29
#cmakedefine WITH_DEBUG_CHANMAN
 
30
#cmakedefine WITH_DEBUG_SVC
 
31
#cmakedefine WITH_DEBUG_DVC
 
32
#cmakedefine WITH_DEBUG_KBD
 
33
#cmakedefine WITH_DEBUG_NLA
 
34
#cmakedefine WITH_DEBUG_NEGO
 
35
#cmakedefine WITH_DEBUG_CERTIFICATE
 
36
#cmakedefine WITH_DEBUG_LICENSE
 
37
#cmakedefine WITH_DEBUG_GDI
 
38
#cmakedefine WITH_DEBUG_ASSERT
 
39
#cmakedefine WITH_DEBUG_RFX
 
40
#cmakedefine WITH_PROFILER
 
41
#cmakedefine WITH_SSE2
 
42
#cmakedefine WITH_SSE2_TARGET
 
43
#cmakedefine WITH_DEBUG_X11
 
44
#cmakedefine WITH_DEBUG_X11_CLIPRDR
 
45
#cmakedefine WITH_DEBUG_X11_LOCAL_MOVESIZE
 
46
#cmakedefine WITH_DEBUG_RAIL
 
47
#cmakedefine WITH_DEBUG_XV
 
48
#cmakedefine WITH_DEBUG_SCARD
 
49
#cmakedefine WITH_DEBUG_ORDERS
 
50
#cmakedefine WITH_DEBUG_REDIR
 
51
#cmakedefine WITH_DEBUG_CLIPRDR
 
52
#cmakedefine WITH_DEBUG_WND
 
53
 
 
54
#endif