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