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