File: config.h.in

package info (click to toggle)
filezilla 3.69.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,772 kB
  • sloc: cpp: 97,617; ansic: 54,984; sh: 5,225; makefile: 2,080; xml: 375
file content (197 lines) | stat: -rw-r--r-- 5,008 bytes parent folder | download
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
/* config/config.h.in.  Generated from configure.ac by autoheader.  */


#ifndef FILEZILLA_CONFIG_HEADER
#define FILEZILLA_CONFIG_HEADER


/* Buildtype, indicates official builds and nightly builds */
#undef BUILDTYPE

/* Define if building with FTP(S) support. */
#undef ENABLE_FTP

/* Define if building with SFTP support. */
#undef ENABLE_SFTP

/* Define if building with Storj support. */
#undef ENABLE_STORJ

/* Engine version number */
#undef ENGINE_VERSION

/* Shortened engine version number */
#undef ENGINE_VERSION_SHORT

/* Set to 1 to add support for automated update checks */
#undef FZ_AUTOUPDATECHECK

/* Set to 1 to enable user initiated update checks */
#undef FZ_MANUALUPDATECHECK

/* clock_gettime can be used */
#undef HAVE_CLOCK_GETTIME

/* define if the compiler supports basic C++17 syntax */
#undef HAVE_CXX17

/* Define to 1 if you have the declaration of 'CLOCK_MONOTONIC', and to 0 if
   you don't. */
#undef HAVE_DECL_CLOCK_MONOTONIC

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

/* Define to 1 if you have the 'ftime' function. */
#undef HAVE_FTIME

/* Define to 1 if you have the 'getaddrinfo' function. */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the 'gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY

/* Define to 1 if you have the 'gmtime_r' function. */
#undef HAVE_GMTIME_R

/* gmtime_s can be used */
#undef HAVE_GMTIME_S

/* Headers delare ICopyHookW */
#undef HAVE_ICOPYHOOKW

/* Define to 1 if you have the 'in6addr_any' function. */
#undef HAVE_IN6ADDR_ANY

/* Define to 1 if you have the 'in6addr_loopback' function. */
#undef HAVE_IN6ADDR_LOOPBACK

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

/* Define to 1 if your system has the `pugixml' library (-lpugixml). */
#undef HAVE_LIBPUGIXML

/* Define to 1 if you have the 'localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* localtime_s can be used */
#undef HAVE_LOCALTIME_S

/* Define to 1 if you have the 'posix_fadvise' function. */
#undef HAVE_POSIX_FADVISE

/* Define to 1 if you have the 'ptsname' function. */
#undef HAVE_PTSNAME

/* Define to 1 if putenv function is available. */
#undef HAVE_PUTENV

/* Define to 1 if setenv function is available. */
#undef HAVE_SETENV

/* Define to 1 if you have the 'setresuid' function. */
#undef HAVE_SETRESUID

/* Define if SO_PEERCRED works in the Linux fashion. */
#undef HAVE_SO_PEERCRED

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

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_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 'strsignal' function. */
#undef HAVE_STRSIGNAL

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_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 'timegm' function. */
#undef HAVE_TIMEGM

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

/* Define to 1 if you have the 'updwtmpx' function. */
#undef HAVE_UPDWTMPX

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

/* Define to the sub-directory where 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

/* Shortened package version number */
#undef PACKAGE_VERSION_SHORT

/* Define to 1 if all of the C89 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Build system under which the program was compiled on. */
#undef USED_BUILD

/* Define to name and version of used compiler */
#undef USED_COMPILER

/* Define to the used CXXFLAGS to compile this package. */
#undef USED_CXXFLAGS

/* Host system under which the program will run. */
#undef USED_HOST

/* GCC bug 86164 requires use of Boost Regex insteadd */
#undef USE_BOOST_REGEX

/* Define to 1 if the App Sandbox on OS X should be used. */
#undef USE_MAC_SANDBOX

/* Version number of package */
#undef VERSION

/* Set to 2 to if libdbus >= 1.2 is available, set to 1 if an older version is
   available. */
#undef WITH_LIBDBUS


#endif