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