forked from Lainports/freebsd-ports
- Fix slow response in Remmina SSH [2] - Remove MD5 checksum from distinfo PR: ports/151653 [1] Submitted by: Ronald F.Guilmette <rfg AT tristatelogic.com> [1] Obtained from: libssh git [2]
21 lines
497 B
C
21 lines
497 B
C
--- include/libssh/libssh.h.orig 2010-10-31 18:16:26.000000000 +0900
|
|
+++ include/libssh/libssh.h 2010-10-31 18:16:41.000000000 +0900
|
|
@@ -22,9 +22,6 @@
|
|
#ifndef _LIBSSH_H
|
|
#define _LIBSSH_H
|
|
|
|
-#ifdef LIBSSH_STATIC
|
|
- #define LIBSSH_API
|
|
-#else
|
|
#if defined _WIN32 || defined __CYGWIN__
|
|
#ifdef LIBSSH_EXPORTS
|
|
#ifdef __GNUC__
|
|
@@ -46,7 +43,6 @@
|
|
#define LIBSSH_API
|
|
#endif
|
|
#endif
|
|
-#endif
|
|
|
|
#ifdef _MSC_VER
|
|
/* Visual Studio hasn't inttypes.h so it doesn't know uint32_t */
|
|
|