AnyConnect Secure Mobility Client  4.8.02045
config.h
1 /* config.h. Generated by configure. */
2 /* config-in.h. Generated from configure.ac by autoheader. */
3 
4 /* 1 */
5 /* #undef ANYCONNECT_NO_CSD */
6 
7 /* 1 */
8 /* #undef ANYCONNECT_NO_DOWNLOADER */
9 
10 /* " " */
11 #define CALLBACK
12 
13 /* build official */
14 #define CVC_BUILD_OFFICIAL "yes"
15 
16 /* build tag */
17 #define CVC_BUILD_TAG ""
18 
19 /* version string */
20 #define CVC_BUILD_VER "4.8.02045"
21 
22 /* version string unquoted */
23 #define CVC_BUILD_VER_UNQUOTED 4.8.02045
24 
25 /* 1 */
26 /* #undef ENABLE_NLS */
27 
28 /* 1 */
29 #define FANCY_CLI
30 
31 /* gettext package */
32 /* #undef GETTEXT_PACKAGE */
33 
34 /* gui install path */
35 #define GUI_PATH "/Applications/CiscoVPN.app"
36 
37 /* Define to 1 if you have the <ctype.h> header file. */
38 #define HAVE_CTYPE_H 1
39 
40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #define HAVE_FCNTL_H 1
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Define to 1 if you have the <malloc.h> header file. */
47 /* #undef HAVE_MALLOC_H */
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have the `nice' function. */
53 #define HAVE_NICE 1
54 
55 /* Define to 1 if you have the `pipe' function. */
56 #define HAVE_PIPE 1
57 
58 /* Define to 1 if you have the `setpriority' function. */
59 #define HAVE_SETPRIORITY 1
60 
61 /* Define to 1 if you have the `setrlimit' function. */
62 #define HAVE_SETRLIMIT 1
63 
64 /* Define to 1 if you have the `setsid' function. */
65 #define HAVE_SETSID 1
66 
67 /* Define to 1 if you have the `sigaction' function. */
68 #define HAVE_SIGACTION 1
69 
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #define HAVE_STDINT_H 1
72 
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #define HAVE_STDLIB_H 1
75 
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78 
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81 
82 /* Define to 1 if you have the <sys/resource.h> header file. */
83 #define HAVE_SYS_RESOURCE_H 1
84 
85 /* Define to 1 if you have the <sys/socket.h> header file. */
86 #define HAVE_SYS_SOCKET_H 1
87 
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #define HAVE_SYS_STAT_H 1
90 
91 /* Define to 1 if you have the <sys/time.h> header file. */
92 #define HAVE_SYS_TIME_H 1
93 
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 1
96 
97 /* Define to 1 if you have the <sys/utsname.h> header file. */
98 #define HAVE_SYS_UTSNAME_H 1
99 
100 /* Define to 1 if you have the <termios.h> header file. */
101 #define HAVE_TERMIOS_H 1
102 
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105 
106 /* cvc install path */
107 #define INSTALL_PATH "/opt/cisco/anyconnect"
108 
109 /* build tag */
110 #define INTERNAL_CVC_BUILD_TAG "release"
111 
112 /* " " */
113 #define OPTIONAL
114 
115 /* Name of package */
116 #define PACKAGE ""
117 
118 /* Define to the address where bug reports for this package should be sent. */
119 #define PACKAGE_BUGREPORT ""
120 
121 /* Define to the full name of this package. */
122 #define PACKAGE_NAME ""
123 
124 /* Define to the full name and version of this package. */
125 #define PACKAGE_STRING ""
126 
127 /* Define to the one symbol short name of this package. */
128 #define PACKAGE_TARNAME ""
129 
130 /* Define to the version of this package. */
131 #define PACKAGE_VERSION ""
132 
133 /* sign code */
134 #define SIGNCODE 1
135 
136 /* Define to 1 if you have the ANSI C header files. */
137 #define STDC_HEADERS 1
138 
139 /* Version number of package */
140 #define VERSION ""
141 
142 /* Define to 1 if your processor stores words with the most significant byte
143  first (like Motorola and SPARC, unlike Intel and VAX). */
144 /* #undef WORDS_BIGENDIAN */
145 
146 /* intptr_t */
147 #define _INTPTR_T_DEFINED
148 
149 /* uintptr_t */
150 #define _UINTPTR_T_DEFINED
151 
152 /* Define to `unsigned long' if <sys/types.h> does not define. */
153 #define ulong unsigned long