globus_connect_gridftp_server
16.16~rc1
Loading...
Searching...
No Matches
/build/globus-connect-gridftp-server-16.16~rc1/globus_i_gridftp_server_config.h
1
/* globus_i_gridftp_server_config.h. Generated from globus_i_gridftp_server_config.h.in by configure. */
2
/* globus_i_gridftp_server_config.h.in. Generated from configure.ac by autoheader. */
3
#define HAVE_FGETPWENT 1
4
5
/* Define if building universal (internal helper macro) */
6
/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8
/* Define if its a development build */
9
/* #undef GRIDFTP_TEST_BUILD */
10
11
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
12
don't. */
13
#define HAVE_DECL_STRERROR_R 1
14
15
/* Define to 1 if you have the <dlfcn.h> header file. */
16
#define HAVE_DLFCN_H 1
17
18
/* Define to 1 if you have the `fgetpwent' function. */
19
#define HAVE_FGETPWENT 1
20
21
/* Define to 1 if you have the <inttypes.h> header file. */
22
#define HAVE_INTTYPES_H 1
23
24
/* Define to 1 if you have a functional curl library. */
25
#define HAVE_LIBCURL 1
26
27
/* Manager libs available. */
28
#define HAVE_MANAGER_LIBS 1
29
30
/* Define to 1 if you have the <memory.h> header file. */
31
#define HAVE_MEMORY_H 1
32
33
/* Define to 1 if you have the <stdint.h> header file. */
34
#define HAVE_STDINT_H 1
35
36
/* Define to 1 if you have the <stdlib.h> header file. */
37
#define HAVE_STDLIB_H 1
38
39
/* Define to 1 if you have the `strerror_r' function. */
40
#define HAVE_STRERROR_R 1
41
42
/* Define to 1 if you have the <strings.h> header file. */
43
#define HAVE_STRINGS_H 1
44
45
/* Define to 1 if you have the <string.h> header file. */
46
#define HAVE_STRING_H 1
47
48
/* Define to 1 if you have the <sys/stat.h> header file. */
49
#define HAVE_SYS_STAT_H 1
50
51
/* Define to 1 if you have the <sys/types.h> header file. */
52
#define HAVE_SYS_TYPES_H 1
53
54
/* Define to 1 if you have the <unistd.h> header file. */
55
#define HAVE_UNISTD_H 1
56
57
/* Defined if libcurl supports AsynchDNS */
58
#define LIBCURL_FEATURE_ASYNCHDNS 1
59
60
/* Defined if libcurl supports IDN */
61
#define LIBCURL_FEATURE_IDN 1
62
63
/* Defined if libcurl supports IPv6 */
64
#define LIBCURL_FEATURE_IPV6 1
65
66
/* Defined if libcurl supports KRB4 */
67
/* #undef LIBCURL_FEATURE_KRB4 */
68
69
/* Defined if libcurl supports libz */
70
#define LIBCURL_FEATURE_LIBZ 1
71
72
/* Defined if libcurl supports NTLM */
73
#define LIBCURL_FEATURE_NTLM 1
74
75
/* Defined if libcurl supports SSL */
76
#define LIBCURL_FEATURE_SSL 1
77
78
/* Defined if libcurl supports SSPI */
79
/* #undef LIBCURL_FEATURE_SSPI */
80
81
/* Defined if libcurl supports DICT */
82
#define LIBCURL_PROTOCOL_DICT 1
83
84
/* Defined if libcurl supports FILE */
85
#define LIBCURL_PROTOCOL_FILE 1
86
87
/* Defined if libcurl supports FTP */
88
#define LIBCURL_PROTOCOL_FTP 1
89
90
/* Defined if libcurl supports FTPS */
91
#define LIBCURL_PROTOCOL_FTPS 1
92
93
/* Defined if libcurl supports HTTP */
94
#define LIBCURL_PROTOCOL_HTTP 1
95
96
/* Defined if libcurl supports HTTPS */
97
#define LIBCURL_PROTOCOL_HTTPS 1
98
99
/* Defined if libcurl supports IMAP */
100
#define LIBCURL_PROTOCOL_IMAP 1
101
102
/* Defined if libcurl supports LDAP */
103
#define LIBCURL_PROTOCOL_LDAP 1
104
105
/* Defined if libcurl supports POP3 */
106
#define LIBCURL_PROTOCOL_POP3 1
107
108
/* Defined if libcurl supports RTSP */
109
#define LIBCURL_PROTOCOL_RTSP 1
110
111
/* Defined if libcurl supports SMTP */
112
#define LIBCURL_PROTOCOL_SMTP 1
113
114
/* Defined if libcurl supports TELNET */
115
#define LIBCURL_PROTOCOL_TELNET 1
116
117
/* Defined if libcurl supports TFTP */
118
#define LIBCURL_PROTOCOL_TFTP 1
119
120
/* Define to the sub-directory where libtool stores uninstalled libraries. */
121
#define LT_OBJDIR ".libs/"
122
123
/* Name of package */
124
#define PACKAGE "globus_connect_gridftp_server"
125
126
/* Define to the address where bug reports for this package should be sent. */
127
#define PACKAGE_BUGREPORT "https://support.globus.org/"
128
129
/* Define to the full name of this package. */
130
#define PACKAGE_NAME "globus_connect_gridftp_server"
131
132
/* Define to the full name and version of this package. */
133
#define PACKAGE_STRING "globus_connect_gridftp_server 16.16~rc1"
134
135
/* Define to the one symbol short name of this package. */
136
#define PACKAGE_TARNAME "globus_connect_gridftp_server"
137
138
/* Define to the home page for this package. */
139
#define PACKAGE_URL ""
140
141
/* Define to the version of this package. */
142
#define PACKAGE_VERSION "16.16~rc1"
143
144
/* Define to 1 if you have the ANSI C header files. */
145
#define STDC_HEADERS 1
146
147
/* Define to 1 if strerror_r returns char *. */
148
#define STRERROR_R_CHAR_P 1
149
150
/* Enable extensions on AIX 3, Interix. */
151
#ifndef _ALL_SOURCE
152
# define _ALL_SOURCE 1
153
#endif
154
/* Enable GNU extensions on systems that have them. */
155
#ifndef _GNU_SOURCE
156
# define _GNU_SOURCE 1
157
#endif
158
/* Enable threading extensions on Solaris. */
159
#ifndef _POSIX_PTHREAD_SEMANTICS
160
# define _POSIX_PTHREAD_SEMANTICS 1
161
#endif
162
/* Enable extensions on HP NonStop. */
163
#ifndef _TANDEM_SOURCE
164
# define _TANDEM_SOURCE 1
165
#endif
166
/* Enable general extensions on Solaris. */
167
#ifndef __EXTENSIONS__
168
# define __EXTENSIONS__ 1
169
#endif
170
171
172
/* Version number of package */
173
#define VERSION "16.16~rc1"
174
175
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
176
significant byte first (like Motorola and SPARC, unlike Intel). */
177
#if defined AC_APPLE_UNIVERSAL_BUILD
178
# if defined __BIG_ENDIAN__
179
# define WORDS_BIGENDIAN 1
180
# endif
181
#else
182
# ifndef WORDS_BIGENDIAN
183
/* # undef WORDS_BIGENDIAN */
184
# endif
185
#endif
186
187
/* Define to 1 if on MINIX. */
188
/* #undef _MINIX */
189
190
/* Define to 2 if the system does not provide POSIX.1 features except with
191
this defined. */
192
/* #undef _POSIX_1_SOURCE */
193
194
/* Define to 1 if you need to in order for `stat' and other things to work. */
195
/* #undef _POSIX_SOURCE */
196
197
/* Define curl_free() as free() if our version of curl lacks curl_free. */
198
/* #undef curl_free */
globus_i_gridftp_server_config.h
Generated by
1.15.0