globus_connect_gridftp_server  15.95
/build/globus-connect-gridftp-server-15.95/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 in which libtool stores uninstalled libraries.
118  */
119 #define LT_OBJDIR ".libs/"
120 
121 /* Name of package */
122 #define PACKAGE "globus_connect_gridftp_server"
123 
124 /* Define to the address where bug reports for this package should be sent. */
125 #define PACKAGE_BUGREPORT "https://support.globus.org/"
126 
127 /* Define to the full name of this package. */
128 #define PACKAGE_NAME "globus_connect_gridftp_server"
129 
130 /* Define to the full name and version of this package. */
131 #define PACKAGE_STRING "globus_connect_gridftp_server 15.95"
132 
133 /* Define to the one symbol short name of this package. */
134 #define PACKAGE_TARNAME "globus_connect_gridftp_server"
135 
136 /* Define to the home page for this package. */
137 #define PACKAGE_URL ""
138 
139 /* Define to the version of this package. */
140 #define PACKAGE_VERSION "15.95"
141 
142 /* Define to 1 if you have the ANSI C header files. */
143 #define STDC_HEADERS 1
144 
145 /* Define to 1 if strerror_r returns char *. */
146 #define STRERROR_R_CHAR_P 1
147 
148 /* Enable extensions on AIX 3, Interix. */
149 #ifndef _ALL_SOURCE
150 # define _ALL_SOURCE 1
151 #endif
152 /* Enable GNU extensions on systems that have them. */
153 #ifndef _GNU_SOURCE
154 # define _GNU_SOURCE 1
155 #endif
156 /* Enable threading extensions on Solaris. */
157 #ifndef _POSIX_PTHREAD_SEMANTICS
158 # define _POSIX_PTHREAD_SEMANTICS 1
159 #endif
160 /* Enable extensions on HP NonStop. */
161 #ifndef _TANDEM_SOURCE
162 # define _TANDEM_SOURCE 1
163 #endif
164 /* Enable general extensions on Solaris. */
165 #ifndef __EXTENSIONS__
166 # define __EXTENSIONS__ 1
167 #endif
168 
169 
170 /* Version number of package */
171 #define VERSION "15.95"
172 
173 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
174  significant byte first (like Motorola and SPARC, unlike Intel). */
175 #if defined AC_APPLE_UNIVERSAL_BUILD
176 # if defined __BIG_ENDIAN__
177 # define WORDS_BIGENDIAN 1
178 # endif
179 #else
180 # ifndef WORDS_BIGENDIAN
181 /* # undef WORDS_BIGENDIAN */
182 # endif
183 #endif
184 
185 /* Define to 1 if on MINIX. */
186 /* #undef _MINIX */
187 
188 /* Define to 2 if the system does not provide POSIX.1 features except with
189  this defined. */
190 /* #undef _POSIX_1_SOURCE */
191 
192 /* Define to 1 if you need to in order for `stat' and other things to work. */
193 /* #undef _POSIX_SOURCE */
194 
195 /* Define curl_free() as free() if our version of curl lacks curl_free. */
196 /* #undef curl_free */