globus_xio  4.14
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
globus_i_xio_config.h
1 /* globus_i_xio_config.h. Generated from globus_i_xio_config.h.in by configure. */
2 /* globus_i_xio_config.h.in. Generated from configure.ac by autoheader. */
3 #define HAVE_SYSCONF 1
4 
5 /* Define to 1 if you have the <dlfcn.h> header file. */
6 #define HAVE_DLFCN_H 1
7 
8 /* Define to 1 if you have the <inttypes.h> header file. */
9 #define HAVE_INTTYPES_H 1
10 
11 /* Define to 1 if you have the <memory.h> header file. */
12 #define HAVE_MEMORY_H 1
13 
14 /* Define to 1 if you have the <netinet/tcp.h> header file. */
15 #define HAVE_NETINET_TCP_H 1
16 
17 /* Define to 1 if you have the `readv' function. */
18 #define HAVE_READV 1
19 
20 /* Define to 1 if you have the `recvmsg' function. */
21 #define HAVE_RECVMSG 1
22 
23 /* Define to 1 if you have the `sendmsg' function. */
24 #define HAVE_SENDMSG 1
25 
26 /* Define to 1 if you have the <stdint.h> header file. */
27 #define HAVE_STDINT_H 1
28 
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #define HAVE_STDLIB_H 1
31 
32 /* Define to 1 if you have the <strings.h> header file. */
33 #define HAVE_STRINGS_H 1
34 
35 /* Define to 1 if you have the <string.h> header file. */
36 #define HAVE_STRING_H 1
37 
38 /* Define to 1 if you have the `sysconf' function. */
39 #define HAVE_SYSCONF 1
40 
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #define HAVE_SYS_STAT_H 1
43 
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
46 
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
49 
50 /* Define to 1 if you have the `writev' function. */
51 #define HAVE_WRITEV 1
52 
53 /* Define to the sub-directory in which libtool stores uninstalled libraries.
54  */
55 #define LT_OBJDIR ".libs/"
56 
57 /* Name of package */
58 #define PACKAGE "globus_xio"
59 
60 /* Define to the address where bug reports for this package should be sent. */
61 #define PACKAGE_BUGREPORT "https://globus.atlassian.net/"
62 
63 /* Define to the full name of this package. */
64 #define PACKAGE_NAME "globus_xio"
65 
66 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "globus_xio 4.14"
68 
69 /* Define to the one symbol short name of this package. */
70 #define PACKAGE_TARNAME "globus_xio"
71 
72 /* Define to the home page for this package. */
73 #define PACKAGE_URL ""
74 
75 /* Define to the version of this package. */
76 #define PACKAGE_VERSION "4.14"
77 
78 /* Define to 1 if you have the ANSI C header files. */
79 #define STDC_HEADERS 1
80 
81 /* Version number of package */
82 #define VERSION "4.14"