Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
globus_gatekeeper_config.h
1 /* globus_gatekeeper_config.h. Generated from globus_gatekeeper_config.h.in by configure. */
2 /* globus_gatekeeper_config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
5  */
6 #define HAVE_DIRENT_H 1
7 
8 /* Define to 1 if you have the <dlfcn.h> header file. */
9 #define HAVE_DLFCN_H 1
10 
11 /* Define to 1 if you have the <inttypes.h> header file. */
12 #define HAVE_INTTYPES_H 1
13 
14 /* Define to 1 if you have the <malloc.h> header file. */
15 #define HAVE_MALLOC_H 1
16 
17 /* Define to 1 if you have the <memory.h> header file. */
18 #define HAVE_MEMORY_H 1
19 
20 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
21 /* #undef HAVE_NDIR_H */
22 
23 /* Define to 1 if you have the <netinet/in/system.h> header file. */
24 /* #undef HAVE_NETINET_IN_SYSTEM_H */
25 
26 /* Define to 1 if you have the <netinet/in/systm.h> header file. */
27 /* #undef HAVE_NETINET_IN_SYSTM_H */
28 
29 /* Define to 1 if you have the <netinet/ip.h> header file. */
30 #define HAVE_NETINET_IP_H 1
31 
32 /* Define to 1 if you have the <netinet/tcp.h> header file. */
33 #define HAVE_NETINET_TCP_H 1
34 
35 /* Define to 1 if you have the <paths.h> header file. */
36 #define HAVE_PATHS_H 1
37 
38 /* Define to 1 if you have the <proj.h> header file. */
39 /* #undef HAVE_PROJ_H */
40 
41 /* Define to 1 if you have the <stdint.h> header file. */
42 #define HAVE_STDINT_H 1
43 
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #define HAVE_STDLIB_H 1
46 
47 /* Define to 1 if you have the <strings.h> header file. */
48 #define HAVE_STRINGS_H 1
49 
50 /* Define to 1 if you have the <string.h> header file. */
51 #define HAVE_STRING_H 1
52 
53 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
54  */
55 /* #undef HAVE_SYS_DIR_H */
56 
57 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
58  */
59 /* #undef HAVE_SYS_NDIR_H */
60 
61 /* Define to 1 if you have the <sys/resource.h> header file. */
62 #define HAVE_SYS_RESOURCE_H 1
63 
64 /* Define to 1 if you have the <sys/select.h> header file. */
65 #define HAVE_SYS_SELECT_H 1
66 
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #define HAVE_SYS_STAT_H 1
69 
70 /* Define to 1 if you have the <sys/time.h> header file. */
71 #define HAVE_SYS_TIME_H 1
72 
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #define HAVE_SYS_TYPES_H 1
75 
76 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
77 #define HAVE_SYS_WAIT_H 1
78 
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81 
82 /* Define to 1 if you have the `wait3' function. */
83 #define HAVE_WAIT3 1
84 
85 /* Define to 1 if you have the `waitpid' function. */
86 #define HAVE_WAITPID 1
87 
88 /* Define to the sub-directory in which libtool stores uninstalled libraries.
89  */
90 #define LT_OBJDIR ".libs/"
91 
92 /* Name of package */
93 #define PACKAGE "globus_gatekeeper"
94 
95 /* Define to the address where bug reports for this package should be sent. */
96 #define PACKAGE_BUGREPORT "https://github.com/gridcf/gct/issues"
97 
98 /* Define to the full name of this package. */
99 #define PACKAGE_NAME "globus_gatekeeper"
100 
101 /* Define to the full name and version of this package. */
102 #define PACKAGE_STRING "globus_gatekeeper 11.4"
103 
104 /* Define to the one symbol short name of this package. */
105 #define PACKAGE_TARNAME "globus_gatekeeper"
106 
107 /* Define to the home page for this package. */
108 #define PACKAGE_URL ""
109 
110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "11.4"
112 
113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1
115 
116 /* Version number of package */
117 #define VERSION "11.4"