00001 /* globus_i_common_config.h. Generated from globus_i_common_config.h.in by configure. */ 00002 /* globus_i_common_config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00005 /* #undef CLOSEDIR_VOID */ 00006 00007 /* Same as `HAVE_DIRENT_H', don't depend on me. */ 00008 #define DIRENT 1 00009 00010 /* Define to 1 if your system provides ctime_r(clock, buf) */ 00011 #define GLOBUS_HAVE_CTIME_R_2 1 00012 00013 /* Define to 1 if your system provides ctime_r(clock, buf, bufsize) */ 00014 /* #undef GLOBUS_HAVE_CTIME_R_3 */ 00015 00016 /* Define to 1 if struct dirent has d_off member */ 00017 #define GLOBUS_HAVE_DIRENT_OFF 1 00018 00019 /* Define to 1 if struct dirent has d_offset member */ 00020 /* #undef GLOBUS_HAVE_DIRENT_OFFSET */ 00021 00022 /* Define to 1 if struct dirent has d_reclen member */ 00023 #define GLOBUS_HAVE_DIRENT_RECLEN 1 00024 00025 /* Define to 1 if struct dirent has d_type member */ 00026 #define GLOBUS_HAVE_DIRENT_TYPE 1 00027 00028 /* Define to 1 if gethostbyaddr_r(address, length, type, hostent) exists */ 00029 /* #undef GLOBUS_HAVE_GETHOSTBYADDR_R_5 */ 00030 00031 /* Define to 1 if gethostbyaddr_r(address, length, type, hostentp, buffer, 00032 buflen, herrnop) exists. */ 00033 /* #undef GLOBUS_HAVE_GETHOSTBYADDR_R_7 */ 00034 00035 /* Define to 1 if gethostbyaddr_r(address, length, type, h, buffer, buflen, 00036 hp, herrnop) exists */ 00037 #define GLOBUS_HAVE_GETHOSTBYADDR_R_8 1 00038 00039 /* Define to 1 if gethostbyname_r(name, h, hdata) exists */ 00040 /* #undef GLOBUS_HAVE_GETHOSTBYNAME_R_3 */ 00041 00042 /* Define to 1 if gethostbyname_r(name, h, buffer, len, herrno) exists */ 00043 /* #undef GLOBUS_HAVE_GETHOSTBYNAME_R_5 */ 00044 00045 /* Define to 1 if gethostbyname_r(name, h, buf, len, hp, herrno) exists */ 00046 #define GLOBUS_HAVE_GETHOSTBYNAME_R_6 1 00047 00048 /* Define to 1 if getpwnam_r(name, pwd, buf, buflen) exists */ 00049 /* #undef GLOBUS_HAVE_GETPWNAM_R_4 */ 00050 00051 /* Define to 1 if getpwname_r(name, pwd, buf, buflen, pwptr) exists */ 00052 #define GLOBUS_HAVE_GETPWNAM_R_5 1 00053 00054 /* Define to 1 if getpwuid_r(uid, pwd, buf, buflen) exists */ 00055 /* #undef GLOBUS_HAVE_GETPWUID_R_4 */ 00056 00057 /* Define to 1 if getpwuid_r(uid, pwd, buf, buflen, pwptr) exists */ 00058 #define GLOBUS_HAVE_GETPWUID_R_5 1 00059 00060 /* Define to 1 if struct passwd contains the pw_age member */ 00061 /* #undef GLOBUS_HAVE_PW_AGE */ 00062 00063 /* Define to 1 if struct passwd contains the pw_comment member */ 00064 /* #undef GLOBUS_HAVE_PW_COMMENT */ 00065 00066 /* Define to 1 if readdir_r(dir, dirp) exists */ 00067 /* #undef GLOBUS_HAVE_READDIR_R_2 */ 00068 00069 /* Define to 1 if readdir_r(dir, dirent, direntp) exists */ 00070 #define GLOBUS_HAVE_READDIR_R_3 1 00071 00072 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00073 #define HAVE_ARPA_INET_H 1 00074 00075 /* Define to 1 if you have the `ctime_r' function. */ 00076 #define HAVE_CTIME_R 1 00077 00078 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if 00079 you don't. */ 00080 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */ 00081 00082 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00083 */ 00084 #define HAVE_DIRENT_H 1 00085 00086 /* Define if you have the GNU dld library. */ 00087 /* #undef HAVE_DLD */ 00088 00089 /* Define to 1 if you have the `dlerror' function. */ 00090 #define HAVE_DLERROR 1 00091 00092 /* Define to 1 if you have the <dlfcn.h> header file. */ 00093 #define HAVE_DLFCN_H 1 00094 00095 /* Define if you have the _dyld_func_lookup function. */ 00096 /* #undef HAVE_DYLD */ 00097 00098 /* Define to 1 if you have the `fork' function. */ 00099 #define HAVE_FORK 1 00100 00101 /* Define to 1 if you have the `geteuid' function. */ 00102 #define HAVE_GETEUID 1 00103 00104 /* Define to 1 if you have the `gethostbyaddr_r' function. */ 00105 #define HAVE_GETHOSTBYADDR_R 1 00106 00107 /* Define to 1 if you have the `gethostbyname' function. */ 00108 #define HAVE_GETHOSTBYNAME 1 00109 00110 /* Define to 1 if you have the `gethostbyname_r' function. */ 00111 #define HAVE_GETHOSTBYNAME_R 1 00112 00113 /* Define to 1 if you have the `gethostname' function. */ 00114 #define HAVE_GETHOSTNAME 1 00115 00116 /* Define to 1 if you have the `getpwnam' function. */ 00117 #define HAVE_GETPWNAM 1 00118 00119 /* Define to 1 if you have the `getpwnam_r' function. */ 00120 #define HAVE_GETPWNAM_R 1 00121 00122 /* Define to 1 if you have the `getpwuid' function. */ 00123 #define HAVE_GETPWUID 1 00124 00125 /* Define to 1 if you have the `getpwuid_r' function. */ 00126 #define HAVE_GETPWUID_R 1 00127 00128 /* Define to 1 if you have the `gmtime_r' function. */ 00129 #define HAVE_GMTIME_R 1 00130 00131 /* Define to 1 if you have the <ifaddrs.h> header file. */ 00132 #define HAVE_IFADDRS_H 1 00133 00134 /* Define to 1 if you have the <if/arp.h> header file. */ 00135 /* #undef HAVE_IF_ARP_H */ 00136 00137 /* Define to 1 if you have the <if/dl.h> header file. */ 00138 /* #undef HAVE_IF_DL_H */ 00139 00140 /* Define to 1 if you have the <inttypes.h> header file. */ 00141 #define HAVE_INTTYPES_H 1 00142 00143 /* Define if you have the libdl library or equivalent. */ 00144 #define HAVE_LIBDL 1 00145 00146 /* Define if libdlloader will be built on this platform */ 00147 #define HAVE_LIBDLLOADER 1 00148 00149 /* Define to 1 if you have the `ltdl' library (-lltdl). */ 00150 #define HAVE_LIBLTDL 1 00151 00152 /* Define to 1 if you have the `localtime_r' function. */ 00153 #define HAVE_LOCALTIME_R 1 00154 00155 /* Define to 1 if you have the <ltdl.h> header file. */ 00156 #define HAVE_LTDL_H 1 00157 00158 /* Define to 1 if you have the `lt_dlmutex_register' function. */ 00159 /* #undef HAVE_LT_DLMUTEX_REGISTER */ 00160 00161 /* Define to 1 if you have the <memory.h> header file. */ 00162 #define HAVE_MEMORY_H 1 00163 00164 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00165 /* #undef HAVE_NDIR_H */ 00166 00167 /* Define to 1 if you have the <net/if_arp.h> header file. */ 00168 #define HAVE_NET_IF_ARP_H 1 00169 00170 /* Define to 1 if you have the <net/if_dl.h> header file. */ 00171 /* #undef HAVE_NET_IF_DL_H */ 00172 00173 /* Define to 1 if you have the <net/if.h> header file. */ 00174 #define HAVE_NET_IF_H 1 00175 00176 /* Define to 1 if you have the <pthread.h> header file. */ 00177 #define HAVE_PTHREAD_H 1 00178 00179 /* Define to 1 if you have the `readdir_r' function. */ 00180 #define HAVE_READDIR_R 1 00181 00182 /* Define to 1 if you have the <sched.h> header file. */ 00183 #define HAVE_SCHED_H 1 00184 00185 /* Define to 1 if you have the `seekdir' function. */ 00186 #define HAVE_SEEKDIR 1 00187 00188 /* Define if you have the shl_load function. */ 00189 /* #undef HAVE_SHL_LOAD */ 00190 00191 /* Define to 1 if you have the `sigaction' function. */ 00192 #define HAVE_SIGACTION 1 00193 00194 /* Define to 1 if you have the `sigprocmask' function. */ 00195 #define HAVE_SIGPROCMASK 1 00196 00197 /* Define to 1 if you have the `snprintf' function. */ 00198 #define HAVE_SNPRINTF 1 00199 00200 /* Define to 1 if you have the <stdint.h> header file. */ 00201 #define HAVE_STDINT_H 1 00202 00203 /* Define to 1 if you have the <stdlib.h> header file. */ 00204 #define HAVE_STDLIB_H 1 00205 00206 /* Define to 1 if you have the <strings.h> header file. */ 00207 #define HAVE_STRINGS_H 1 00208 00209 /* Define to 1 if you have the <string.h> header file. */ 00210 #define HAVE_STRING_H 1 00211 00212 /* Define to 1 if you have the `strncasecmp' function. */ 00213 #define HAVE_STRNCASECMP 1 00214 00215 /* Define to 1 if you have the <syslog.h> header file. */ 00216 #define HAVE_SYSLOG_H 1 00217 00218 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00219 */ 00220 /* #undef HAVE_SYS_DIR_H */ 00221 00222 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00223 #define HAVE_SYS_IOCTL_H 1 00224 00225 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00226 */ 00227 /* #undef HAVE_SYS_NDIR_H */ 00228 00229 /* Define to 1 if you have the <sys/socket.h> header file. */ 00230 #define HAVE_SYS_SOCKET_H 1 00231 00232 /* Define to 1 if you have the <sys/stat.h> header file. */ 00233 #define HAVE_SYS_STAT_H 1 00234 00235 /* Define to 1 if you have the <sys/sysctl.h> header file. */ 00236 #define HAVE_SYS_SYSCTL_H 1 00237 00238 /* Define to 1 if you have the <sys/types.h> header file. */ 00239 #define HAVE_SYS_TYPES_H 1 00240 00241 /* Define to 1 if you have the `telldir' function. */ 00242 #define HAVE_TELLDIR 1 00243 00244 /* Define to 1 if you have the <unistd.h> header file. */ 00245 #define HAVE_UNISTD_H 1 00246 00247 /* Define to 1 if you have the `vsnprintf' function. */ 00248 #define HAVE_VSNPRINTF 1 00249 00250 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00251 */ 00252 #define LT_OBJDIR ".libs/" 00253 00254 /* Same as `HAVE_NDIR_H', don't depend on me. */ 00255 #define NDIR 1 00256 00257 /* Name of package */ 00258 #define PACKAGE "globus_common" 00259 00260 /* Define to the address where bug reports for this package should be sent. */ 00261 #define PACKAGE_BUGREPORT "https://github.com/globus/globus-toolkit/issues" 00262 00263 /* Define to the full name of this package. */ 00264 #define PACKAGE_NAME "globus_common" 00265 00266 /* Define to the full name and version of this package. */ 00267 #define PACKAGE_STRING "globus_common 17.1" 00268 00269 /* Define to the one symbol short name of this package. */ 00270 #define PACKAGE_TARNAME "globus_common" 00271 00272 /* Define to the home page for this package. */ 00273 #define PACKAGE_URL "" 00274 00275 /* Define to the version of this package. */ 00276 #define PACKAGE_VERSION "17.1" 00277 00278 /* Define to 1 if you have the ANSI C header files. */ 00279 #define STDC_HEADERS 1 00280 00281 /* Same as `HAVE_SYS_DIR_H', don't depend on me. */ 00282 #define SYSDIR 1 00283 00284 /* Same as `HAVE_SYS_NDIR_H', don't depend on me. */ 00285 #define SYSNDIR 1 00286 00287 /* Use backward-compatibility symbol labels */ 00288 #define USE_SYMBOL_LABELS 1 00289 00290 /* Version number of package */ 00291 #define VERSION "17.1" 00292 00293 /* Enable large inode numbers on Mac OS X 10.5. */ 00294 #ifndef _DARWIN_USE_64_BIT_INODE 00295 # define _DARWIN_USE_64_BIT_INODE 1 00296 #endif 00297 00298 /* Number of bits in a file offset, on hosts where this is settable. */ 00299 #define _FILE_OFFSET_BITS 64 00300 00301 /* Define for large files, on AIX-style hosts. */ 00302 /* #undef _LARGE_FILES */