Skip to content

Commit 0fe23f3

Browse files
committed
Add static configured libssh2 header for MacOS
1 parent c268b63 commit 0fe23f3

File tree

1 file changed

+262
-0
lines changed

1 file changed

+262
-0
lines changed
Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
/* src/libssh2_config.h. Generated from libssh2_config.h.in by configure. */
2+
/* src/libssh2_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+
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8+
systems. This function is required for `alloca.c' support on those systems.
9+
*/
10+
/* #undef CRAY_STACKSEG_END */
11+
12+
/* Define to 1 if using `alloca.c'. */
13+
/* #undef C_ALLOCA */
14+
15+
/* Define to 1 if you have `alloca', as a function or macro. */
16+
#define HAVE_ALLOCA 1
17+
18+
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
19+
*/
20+
#define HAVE_ALLOCA_H 1
21+
22+
/* Define to 1 if you have the <arpa/inet.h> header file. */
23+
#define HAVE_ARPA_INET_H 1
24+
25+
/* Define to 1 if you have the declaration of `SecureZeroMemory', and to 0 if
26+
you don't. */
27+
/* #undef HAVE_DECL_SECUREZEROMEMORY */
28+
29+
/* disabled non-blocking sockets */
30+
/* #undef HAVE_DISABLED_NONBLOCKING */
31+
32+
/* Define to 1 if you have the <dlfcn.h> header file. */
33+
#define HAVE_DLFCN_H 1
34+
35+
/* Define to 1 if you have the <errno.h> header file. */
36+
#define HAVE_ERRNO_H 1
37+
38+
/* Define to 1 if you have the `EVP_aes_128_ctr' function. */
39+
#define HAVE_EVP_AES_128_CTR 1
40+
41+
/* Define to 1 if you have the <fcntl.h> header file. */
42+
#define HAVE_FCNTL_H 1
43+
44+
/* use FIONBIO for non-blocking sockets */
45+
/* #undef HAVE_FIONBIO */
46+
47+
/* Define to 1 if you have the `gettimeofday' function. */
48+
#define HAVE_GETTIMEOFDAY 1
49+
50+
/* Define to 1 if you have the <inttypes.h> header file. */
51+
#define HAVE_INTTYPES_H 1
52+
53+
/* use ioctlsocket() for non-blocking sockets */
54+
/* #undef HAVE_IOCTLSOCKET */
55+
56+
/* use Ioctlsocket() for non-blocking sockets */
57+
/* #undef HAVE_IOCTLSOCKET_CASE */
58+
59+
/* Define if you have the bcrypt library. */
60+
/* #undef HAVE_LIBBCRYPT */
61+
62+
/* Define if you have the crypt32 library. */
63+
/* #undef HAVE_LIBCRYPT32 */
64+
65+
/* Define if you have the gcrypt library. */
66+
/* #undef HAVE_LIBGCRYPT */
67+
68+
/* Define if you have the mbedtls library. */
69+
/* #undef HAVE_LIBMBEDTLS */
70+
71+
/* Define if you have the ssl library. */
72+
#define HAVE_LIBSSL 1
73+
74+
/* Define if you have the z library. */
75+
#define HAVE_LIBZ 1
76+
77+
/* Define to 1 if the compiler supports the 'long long' data type. */
78+
#define HAVE_LONGLONG 1
79+
80+
/* Define to 1 if you have the <memory.h> header file. */
81+
#define HAVE_MEMORY_H 1
82+
83+
/* Define to 1 if you have the <netinet/in.h> header file. */
84+
#define HAVE_NETINET_IN_H 1
85+
86+
/* Define to 1 if you have the <ntdef.h> header file. */
87+
/* #undef HAVE_NTDEF_H */
88+
89+
/* Define to 1 if you have the <ntstatus.h> header file. */
90+
/* #undef HAVE_NTSTATUS_H */
91+
92+
/* use O_NONBLOCK for non-blocking sockets */
93+
#define HAVE_O_NONBLOCK 1
94+
95+
/* Define to 1 if you have the `poll' function. */
96+
/* #undef HAVE_POLL */
97+
98+
/* Define to 1 if you have the select function. */
99+
#define HAVE_SELECT 1
100+
101+
/* use SO_NONBLOCK for non-blocking sockets */
102+
/* #undef HAVE_SO_NONBLOCK */
103+
104+
/* Define to 1 if you have the <stdint.h> header file. */
105+
#define HAVE_STDINT_H 1
106+
107+
/* Define to 1 if you have the <stdio.h> header file. */
108+
#define HAVE_STDIO_H 1
109+
110+
/* Define to 1 if you have the <stdlib.h> header file. */
111+
#define HAVE_STDLIB_H 1
112+
113+
/* Define to 1 if you have the <strings.h> header file. */
114+
#define HAVE_STRINGS_H 1
115+
116+
/* Define to 1 if you have the <string.h> header file. */
117+
#define HAVE_STRING_H 1
118+
119+
/* Define to 1 if you have the `strtoll' function. */
120+
#define HAVE_STRTOLL 1
121+
122+
/* Define to 1 if you have the <sys/ioctl.h> header file. */
123+
#define HAVE_SYS_IOCTL_H 1
124+
125+
/* Define to 1 if you have the <sys/select.h> header file. */
126+
#define HAVE_SYS_SELECT_H 1
127+
128+
/* Define to 1 if you have the <sys/socket.h> header file. */
129+
#define HAVE_SYS_SOCKET_H 1
130+
131+
/* Define to 1 if you have the <sys/stat.h> header file. */
132+
#define HAVE_SYS_STAT_H 1
133+
134+
/* Define to 1 if you have the <sys/time.h> header file. */
135+
#define HAVE_SYS_TIME_H 1
136+
137+
/* Define to 1 if you have the <sys/types.h> header file. */
138+
#define HAVE_SYS_TYPES_H 1
139+
140+
/* Define to 1 if you have the <sys/uio.h> header file. */
141+
#define HAVE_SYS_UIO_H 1
142+
143+
/* Define to 1 if you have the <sys/un.h> header file. */
144+
#define HAVE_SYS_UN_H 1
145+
146+
/* Define to 1 if you have the <unistd.h> header file. */
147+
#define HAVE_UNISTD_H 1
148+
149+
/* Define to 1 if you have the <windows.h> header file. */
150+
/* #undef HAVE_WINDOWS_H */
151+
152+
/* Define to 1 if you have the <winsock2.h> header file. */
153+
/* #undef HAVE_WINSOCK2_H */
154+
155+
/* Define to 1 if you have the <ws2tcpip.h> header file. */
156+
/* #undef HAVE_WS2TCPIP_H */
157+
158+
/* to make a symbol visible */
159+
/* #undef LIBSSH2_API */
160+
161+
/* Enable clearing of memory before being freed */
162+
/* #undef LIBSSH2_CLEAR_MEMORY */
163+
164+
/* Enable "none" cipher -- NOT RECOMMENDED */
165+
/* #undef LIBSSH2_CRYPT_NONE */
166+
167+
/* Enable newer diffie-hellman-group-exchange-sha1 syntax */
168+
#define LIBSSH2_DH_GEX_NEW 1
169+
170+
/* Compile in zlib support */
171+
#define LIBSSH2_HAVE_ZLIB 1
172+
173+
/* Use libgcrypt */
174+
/* #undef LIBSSH2_LIBGCRYPT */
175+
176+
/* Enable "none" MAC -- NOT RECOMMENDED */
177+
/* #undef LIBSSH2_MAC_NONE */
178+
179+
/* Use mbedtls */
180+
/* #undef LIBSSH2_MBEDTLS */
181+
182+
/* Use OpenSSL */
183+
#define LIBSSH2_OPENSSL 1
184+
185+
/* Use Windows CNG */
186+
/* #undef LIBSSH2_WINCNG */
187+
188+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
189+
#define LT_OBJDIR ".libs/"
190+
191+
/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
192+
/* #undef NEED_REENTRANT */
193+
194+
/* Name of package */
195+
#define PACKAGE "libssh2"
196+
197+
/* Define to the address where bug reports for this package should be sent. */
198+
#define PACKAGE_BUGREPORT "libssh2-devel@cool.haxx.se"
199+
200+
/* Define to the full name of this package. */
201+
#define PACKAGE_NAME "libssh2"
202+
203+
/* Define to the full name and version of this package. */
204+
#define PACKAGE_STRING "libssh2 -"
205+
206+
/* Define to the one symbol short name of this package. */
207+
#define PACKAGE_TARNAME "libssh2"
208+
209+
/* Define to the home page for this package. */
210+
#define PACKAGE_URL ""
211+
212+
/* Define to the version of this package. */
213+
#define PACKAGE_VERSION "-"
214+
215+
/* If using the C implementation of alloca, define if you know the
216+
direction of stack growth for your system; otherwise it will be
217+
automatically deduced at runtime.
218+
STACK_DIRECTION > 0 => grows toward higher addresses
219+
STACK_DIRECTION < 0 => grows toward lower addresses
220+
STACK_DIRECTION = 0 => direction of growth unknown */
221+
/* #undef STACK_DIRECTION */
222+
223+
/* Define to 1 if you have the ANSI C header files. */
224+
#define STDC_HEADERS 1
225+
226+
/* Version number of package */
227+
#define VERSION "-"
228+
229+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
230+
significant byte first (like Motorola and SPARC, unlike Intel). */
231+
#if defined AC_APPLE_UNIVERSAL_BUILD
232+
# if defined __BIG_ENDIAN__
233+
# define WORDS_BIGENDIAN 1
234+
# endif
235+
#else
236+
# ifndef WORDS_BIGENDIAN
237+
/* # undef WORDS_BIGENDIAN */
238+
# endif
239+
#endif
240+
241+
/* Enable large inode numbers on Mac OS X 10.5. */
242+
#ifndef _DARWIN_USE_64_BIT_INODE
243+
# define _DARWIN_USE_64_BIT_INODE 1
244+
#endif
245+
246+
/* Number of bits in a file offset, on hosts where this is settable. */
247+
/* #undef _FILE_OFFSET_BITS */
248+
249+
/* Define for large files, on AIX-style hosts. */
250+
/* #undef _LARGE_FILES */
251+
252+
/* Define to empty if `const' does not conform to ANSI C. */
253+
/* #undef const */
254+
255+
/* Define to `__inline__' or `__inline' if that's what the C compiler
256+
calls it, or to nothing if 'inline' is not supported under any name. */
257+
#ifndef __cplusplus
258+
/* #undef inline */
259+
#endif
260+
261+
/* Define to `unsigned int' if <sys/types.h> does not define. */
262+
/* #undef size_t */

0 commit comments

Comments
 (0)